By yjhjstz
GitLab workflow commands for managing CI/CD pipelines, merge requests, and issues via the glab CLI. Requires glab installed and available in PATH, must be run from a git directory with a GitLab remote.
npx claudepluginhub yjhjstz/cc-skills --plugin gitlab-skillsView failed job logs for a GitLab CI/CD pipeline and analyze the failure
Trigger a new GitLab CI/CD pipeline run
View GitLab CI/CD pipeline list for the current repository
Find and fix a GitLab issue by reading it, implementing a fix, and creating a merge request
View and summarize all discussion threads on a GitLab merge request
List GitLab merge requests with optional filtering by author, status, label, or branch
Do a thorough code review of a GitLab merge request covering correctness, security, performance, and test coverage
Use this skill when the user asks why a GitLab CI pipeline failed, wants to see job logs, or needs to debug a pipeline error. Triggers on phrases like "pipeline failed", "CI error", "job logs", "why did the build fail", "debug pipeline", "what went wrong in pipeline".
Use this skill when the user wants to trigger a new GitLab CI pipeline, run CI, start a build, or kick off a pipeline. Triggers on phrases like "trigger pipeline", "run CI", "start build", "kick off pipeline", "re-run CI", "run the pipeline".
Use this skill when the user asks to see CI pipeline status, list recent pipelines, check build history, or view pipeline results. Triggers on phrases like "pipeline list", "CI status", "recent builds", "pipeline history", "show pipelines", "what pipelines ran".
Use this skill when the user wants to fix or resolve a GitLab issue. Triggers on phrases like "fix issue", "resolve GitLab issue", "work on issue", "implement fix for issue", "tackle issue", "address issue
Use this skill when the user wants to fix a GitLab issue end-to-end: implement the fix, push, create an MR, watch CI, and auto-fix CI failures until the pipeline passes. Triggers on phrases like "fix issue and create mr", "implement and submit issue", "fix issue end to end", "fix issue with ci", "full issue workflow".
Use this skill when the user wants to see comments, discussions, or review threads on a GitLab merge request. Triggers on phrases like "MR comments", "review discussions", "MR threads", "unresolved comments", "what did reviewers say", "show me the comments on MR".
Use this skill when the user wants to list or browse GitLab merge requests. Triggers on phrases like "list MRs", "show merge requests", "open MRs", "my MRs", "what MRs are there", "show me the merge requests", "pending MRs".
Use this skill when the user wants to do a code review of a GitLab merge request. Triggers on phrases like "review MR", "code review", "check merge request", "review changes", "look at this MR", "give feedback on MR".
Custom Claude Code plugin marketplace with developer workflow skills.
Step 1 — Add this marketplace:
/plugin marketplace add https://github.com/yjhjstz/cc-skills
Step 2 — Install the plugin:
/plugin install gitlab-skills@cc-skills
gitlab-skillsGitLab workflow slash commands powered by the glab CLI.
Prerequisites: glab installed and authenticated (glab auth login), run from a git repo with a GitLab remote.
| Command | Arguments | Description |
|---|---|---|
/gitlab-ci | [branch | status] | List recent CI/CD pipelines |
/gitlab-ci-log | <pipeline-iid> | Show failed job logs and analyze errors |
/gitlab-ci-run | [branch] | Trigger a new pipeline run |
/gitlab-mr-list | [@me | closed | label:<n> | ...] | List merge requests with filters |
/gitlab-mr-comments | <mr-iid> | View and summarize MR discussions |
/gitlab-review-mr | <mr-iid> | Full code review of a merge request |
/gitlab-fix-issue | <issue-number> | Read issue, implement fix, open MR |
cc-skills/
├── .claude-plugin/
│ └── marketplace.json # Marketplace manifest
├── plugins/
│ └── gitlab-skills/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ ├── README.md
│ └── commands/ # Slash commands
│ ├── gitlab-ci.md
│ ├── gitlab-ci-log.md
│ ├── gitlab-ci-run.md
│ ├── gitlab-fix-issue.md
│ ├── gitlab-mr-comments.md
│ ├── gitlab-mr-list.md
│ └── gitlab-review-mr.md
└── README.md
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Comprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use