·gitlab-vulnerability
!

gitlab-vulnerability

GitLab vulnerability operations via API. ALWAYS use this skill when user wants to: (1) list security vulnerabilities, (2) view vulnerability details, (3) confirm/dismiss/resolve vulnerabilities, (4) view vulnerability findings.

7Installs·1Trend·@grandcamel

Installation

$npx skills add https://github.com/grandcamel/gitlab-assistant-skills --skill gitlab-vulnerability

How to Install gitlab-vulnerability

Quickly install gitlab-vulnerability AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/grandcamel/gitlab-assistant-skills --skill gitlab-vulnerability
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: grandcamel/gitlab-assistant-skills.

SKILL.md

View raw

Security vulnerability management for GitLab using glab api raw endpoint calls.

| List vulnerabilities | glab api projects/:id/vulnerabilities | - | | Get vulnerability | glab api projects/:id/vulnerabilities/:vulnid | - | | Confirm vulnerability | glab api projects/:id/vulnerabilities/:vulnid/confirm -X POST | ⚠️ | | Dismiss vulnerability | glab api projects/:id/vulnerabilities/:vulnid/dismiss -X POST -f ... | ⚠️ |

| Resolve vulnerability | glab api projects/:id/vulnerabilities/:vulnid/resolve -X POST | ⚠️ | | Revert to detected | glab api projects/:id/vulnerabilities/:vulnid/revert -X POST | ⚠️ | | List findings | glab api projects/:id/vulnerabilityfindings | - |

GitLab vulnerability operations via API. ALWAYS use this skill when user wants to: (1) list security vulnerabilities, (2) view vulnerability details, (3) confirm/dismiss/resolve vulnerabilities, (4) view vulnerability findings. Source: grandcamel/gitlab-assistant-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/grandcamel/gitlab-assistant-skills --skill gitlab-vulnerability
Category
!Security
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from grandcamel/gitlab-assistant-skills

Quick answers

What is gitlab-vulnerability?

GitLab vulnerability operations via API. ALWAYS use this skill when user wants to: (1) list security vulnerabilities, (2) view vulnerability details, (3) confirm/dismiss/resolve vulnerabilities, (4) view vulnerability findings. Source: grandcamel/gitlab-assistant-skills.

How do I install gitlab-vulnerability?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/grandcamel/gitlab-assistant-skills --skill gitlab-vulnerability Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/grandcamel/gitlab-assistant-skills