Gitlab Badge

🌐Community
by grandcamel · vlatest · Repository

Generates GitLab badges from Markdown, streamlining integration of project status and metrics into your documentation and websites.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add gitlab-badge npx -- -y @trustedskills/gitlab-badge
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "gitlab-badge": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/gitlab-badge"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The gitlab-badge skill allows AI agents to generate GitLab badges for projects. These badges can display information such as code coverage, build status, or deployment frequency directly within a project's README file or other documentation. This provides visual cues about the health and progress of a software project.

When to use it

  • Automated Documentation: Automatically update your project’s README with current GitLab metrics.
  • Project Status Reporting: Quickly generate badges for presentations or reports showcasing project status.
  • CI/CD Integration: Dynamically create and display badges reflecting the outcome of CI/CD pipelines.
  • Team Communication: Share a snapshot of your project's health with team members in Slack or other communication channels.

Key capabilities

  • Generates GitLab badges based on provided parameters (status, message, color).
  • Supports various badge types (e.g., build status, code coverage).
  • Creates Markdown-formatted badge images ready for inclusion in documentation.

Example prompts

  • "Create a build status badge for my project."
  • "Generate a code coverage badge with 85% coverage and green color."
  • "Show me a badge indicating the last deployment date."

Tips & gotchas

The skill requires access to GitLab API data. Ensure your AI agent has appropriate credentials or permissions to retrieve this information for accurate badge generation.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
grandcamel
Installs
5

🌐 Community

Passed automated security scans.