Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/grandcamel/gitlab-assistant-skills/gitlab-cinpx skills add grandcamel/GitLab-Assistant-Skills --skill gitlab-cigit clone --depth 1 https://github.com/grandcamel/GitLab-Assistant-SkillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/grandcamel/gitlab-assistant-skills/gitlab-ci)<a href="https://agentmods.dev/skills/grandcamel/gitlab-assistant-skills/gitlab-ci"><img src="https://agentmods.dev/badge/skills/grandcamel/gitlab-assistant-skills/gitlab-ci.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00063 | $0.02126 |
| Opus 5 | $0.00032 | $0.01063 |
| Sonnet 5 | $0.00013 | $0.00425 |
| Haiku 4.5 | $0.00006 | $0.00213 |
Grade A, and why
gitlab-ci scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 356 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CI/CD Pipeline Skill
CI/CD pipeline operations for GitLab using the glab CLI.
Quick Reference
| Operation | Command | Risk |
|---|---|---|
| View status | glab ci status |
- |
| View pipeline | glab ci view |
- |
| List pipelines | glab ci list |
- |
| Run pipeline | glab ci run |
⚠️ |
| Get pipeline JSON | glab ci get |
- |
| Retry job | glab ci retry <job-id> |
⚠️ |
| Trace job | glab ci trace <job-id> |
- |
| Download artifacts | glab ci artifact |
- |
| Lint CI config | glab ci lint |
- |
| Delete pipeline | glab ci delete <id> |
⚠️⚠️ |
Risk Legend: - Safe | ⚠️ Caution | ⚠️⚠️ Warning | ⚠️⚠️⚠️ Danger
When to Use This Skill
ALWAYS use when:
- User wants to check pipeline/build status
- User mentions "CI", "CD", "pipeline", "build", "job", "deploy"
- User wants to trigger or retry builds
- User wants to view job logs
NEVER use when:
- User wants to manage CI/CD variables (use gitlab-variable instead)
- User wants to manage schedules (use gitlab-schedule skill)
Available Commands
View Pipeline Status
glab ci status [options]
Options:
| Flag | Description |
|---|---|
-b, --branch=<branch> |
Check status for specific branch |
-l, --live |
Show status in real-time (updates automatically) |
-c, --compact |
Show compact view |
Examples:
# View current branch pipeline status
glab ci status
# View status for specific branch
glab ci status --branch=main
# Watch status live (updates in real-time)
glab ci status --live
# Compact view
glab ci status --compact
Interactive Pipeline View
glab ci view [options]
Options:
| Flag | Description |
|---|---|
-b, --branch=<branch> |
View pipeline for specific branch/tag |
-p, --pipeline-id=<id> |
View specific pipeline by ID |
-w, --web |
Open pipeline in browser |
Keyboard shortcuts in view mode:
| Key | Action |
|---|---|
Esc or q |
Close logs or return to pipeline |
Ctrl+R or Ctrl+P |
Run, retry, or play a job |
Tab / Arrow keys |
Navigate |
Enter |
Confirm selection |
Ctrl+D |
Cancel job / Quit view |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 6d ago First seen · 356 lines · 63 tokens per session scan A 31edc998a1b3
gitlab-ci is a skill published in the GitHub repository grandcamel/GitLab-Assistant-Skills (4 stars, last pushed 7mo ago), licensed MIT. It adds 63 tokens to every session and 2,126 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
gitlab-cli
GitLab CLI (glab) wrapper for MR status, issues, and repository operations.
atmos-ci
Atmos CI: Native CI with GitHub Actions containers, native outputs, SBOM workflow-artifact publication, collapsible log groups, affected/all matrix workflows, OIDC profiles, toolchain-aware jobs, drift routing to Atmos Pro, deployment approvals, merge queues, environments, statuses, and Atlantis integration.
atmos-hooks
Atmos hooks: lifecycle events, hook kinds, command/store/git/security hooks, step/steps hooks, when: conditions, scoping and overrides, toolchain integration, --skip-hooks, and Atmos Pro/local output.
atmos-modernization
Atmos Modernization: migrate deprecated or legacy Atmos patterns to current names, Native CI, Atmos Pro drift detection, dependencies.components, nametemplate, and declared secrets.
atmos-pro
Atmos Pro setup and workflows: settings.pro, GitHub OIDC, affected and inventory uploads, stack locks, pro commit, workflow dispatch, merge queues, and drift detection.
atmos-sbom
Atmos SBOM provenance: CycloneDX and SPDX generation from vendor and Terraform evidence, coverage diagnostics, NTIA validation, and native CI workflow-artifact publication.