npx claudepluginhub bendrucker/claude --plugin gitlabThis skill uses the workspace's default tool permissions.
Working with GitLab CI/CD pipelines and jobs via `glab ci`.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
Working with GitLab CI/CD pipelines and jobs via glab ci.
glab ci status # Pipeline status for current branch
glab ci list # List recent pipelines
glab ci lint # Validate .gitlab-ci.yml
glab ci trace <job-id> # Watch job logs in real-time
glab ci retry <job-id> # Retry a failed job
glab ci run # Trigger pipeline for current branch
Use glab ci --help and glab ci <command> --help for full options.
glab ci view - Interactive view of pipeline jobs (can also trace/retry from here)glab ci trace <job-id> - Stream job logs in real-timeglab ci retry <job-id> - Retry a failed jobFor .gitlab-ci.yml syntax, see /ci/yaml/ in GitLab docs.