From gitlab-skills
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".
How this skill is triggered — by the user, by Claude, or both
Slash command
/gitlab-skills:gitlab-ci-runThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Trigger a new GitLab CI/CD pipeline run.
Trigger a new GitLab CI/CD pipeline run.
Extract the branch name from the user's message if provided. If not specified, default to the current branch.
Use glab CLI. Must run from a git directory with GitLab remote.
Determine branch: If the user specified a branch name, use it. Otherwise use current branch (git branch --show-current).
Confirm with user before triggering: show branch name and ask for confirmation.
Trigger: glab ci run -b <BRANCH>
Show result: Display the new pipeline URL, suggest /gitlab-ci to monitor status.
IMPORTANT: Do NOT use interactive/TUI commands (glab ci view, glab ci trace).
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub yjhjstz/cc-skills --plugin gitlab-skills