Back to list
bendrucker

ci

by bendrucker

My personal plugin marketplace and settings for Claude Code

5🍴 1📅 Jan 23, 2026

SKILL.md


name: ci description: Working with GitLab CI/CD pipelines and jobs. Use when viewing pipelines, debugging jobs, or validating CI configuration.

GitLab CI/CD

Working with GitLab CI/CD pipelines and jobs via glab ci.

Key Commands

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.

Debugging Failures

  • glab ci view - Interactive view of pipeline jobs (can also trace/retry from here)
  • glab ci trace <job-id> - Stream job logs in real-time
  • glab ci retry <job-id> - Retry a failed job

Configuration

For .gitlab-ci.yml syntax, see /ci/yaml/ in GitLab docs.

Score

Total Score

65/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

1ヶ月以内に更新

+10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

Reviews

💬

Reviews coming soon