·gitlab-badge
</>

gitlab-badge

GitLab badge operations via API. ALWAYS use this skill when user wants to: (1) list project badges, (2) create pipeline/coverage badges, (3) update or delete badges, (4) preview badge rendering.

7Installs·1Trend·@grandcamel

Installation

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

How to Install gitlab-badge

Quickly install gitlab-badge 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-badge
  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

Project badge management for GitLab using glab api raw endpoint calls.

| List badges | glab api projects/:id/badges | - | | Get badge | glab api projects/:id/badges/:badgeid | - | | Create badge | glab api projects/:id/badges -X POST -f ... | ⚠️ | | Update badge | glab api projects/:id/badges/:badgeid -X PUT -f ... | ⚠️ | | Delete badge | glab api projects/:id/badges/:badgeid -X DELETE | ⚠️ |

| Preview badge | glab api projects/:id/badges/render?... | - | | List group badges | glab api groups/:id/badges | - |

GitLab badge operations via API. ALWAYS use this skill when user wants to: (1) list project badges, (2) create pipeline/coverage badges, (3) update or delete badges, (4) preview badge rendering. 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-badge
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from grandcamel/gitlab-assistant-skills

Quick answers

What is gitlab-badge?

GitLab badge operations via API. ALWAYS use this skill when user wants to: (1) list project badges, (2) create pipeline/coverage badges, (3) update or delete badges, (4) preview badge rendering. Source: grandcamel/gitlab-assistant-skills.

How do I install gitlab-badge?

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-badge 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