gl-fix-ci

gl-fix-ci is a skill for Codex from CobolJunkie/gitlab-mcp. It costs 70 tokens per session (435 once invoked), scanned A, original, MIT.

A procedure for diagnosing and fixing failed GitLab merge-request pipelines. A pipeline is GitLab's automated sequence of build, test, or deployment jobs.

In plain words
What is it for?
Use it to investigate failed pipelines, identify the root cause, make an approved code or CI change, and verify it locally.
Why use it?
It separates the first real failure from later noise and limits investigation to relevant jobs, logs, and artifacts.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to investigate failed pipelines, identify the root cause, make an approved code or CI change, and verify it locally.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/coboljunkie/gitlab-mcp/gl-fix-ci
Install

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.

Any agent
npx skills add CobolJunkie/gitlab-mcp --skill gl-fix-ci
Clone the repo
git clone --depth 1 https://github.com/CobolJunkie/gitlab-mcp

Made for: Codex.

Wrote 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.

agentmods badge for gl-fix-ci

README.md
[![agentmods](https://agentmods.dev/badge/skills/coboljunkie/gitlab-mcp/gl-fix-ci/github.svg)](https://agentmods.dev/skills/coboljunkie/gitlab-mcp/gl-fix-ci)
Your own site
<a href="https://agentmods.dev/skills/coboljunkie/gitlab-mcp/gl-fix-ci"><img src="https://agentmods.dev/badge/skills/coboljunkie/gitlab-mcp/gl-fix-ci/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for gl-fix-ci

Your own site · 80×15
<a href="https://agentmods.dev/skills/coboljunkie/gitlab-mcp/gl-fix-ci"><img src="https://agentmods.dev/badge/skills/coboljunkie/gitlab-mcp/gl-fix-ci.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 435 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00070 $0.00435
Opus 5 $0.00035 $0.00217
Sonnet 5 $0.00014 $0.00087
Haiku 4.5 $0.00007 $0.00044

Measured 8d ago against content hash 2be963bdbec4, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

gl-fix-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 8d 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.

skills/gl-fix-ci/SKILL.md · 42 lines

What it actually says

Fix GitLab CI

Use the bundled GitLab MCP tools for pipeline, job, log, artifact, and commit status inspection. Use local git for code changes and local verification.

Workflow

  1. Resolve the project and merge request, branch, commit SHA, pipeline ID, or job ID from the request and current checkout.
  2. For a merge request, call list_merge_request_pipelines, then inspect the most relevant failed or running pipeline with get_pipeline.
  3. Call list_pipeline_jobs and inspect failed, canceled, or blocked jobs.
  4. Fetch only the relevant bounded log section with get_job_log. Retrieve a specific artifact file with get_job_artifact_file only when logs are insufficient.
  5. Separate the first causal failure from downstream or canceled noise.
  6. Explain the root cause with job names, failure evidence, and affected files.
  7. If the user asked for a fix, make the smallest scoped change in the local checkout and run the closest practical local checks.
  8. Recheck the resulting diff and report what should change in the next pipeline.

Guardrails

  • A diagnosis request does not authorize editing code or CI configuration.
  • Do not retry, cancel, or play jobs or pipelines unless the user explicitly requested that state change.
  • Do not print or preserve access tokens, masked variables, credentials, or secrets that appear in logs or artifacts.
  • Avoid downloading broad artifact archives; request only a named file.
  • Do not claim the remote pipeline is fixed until a new pipeline verifies it.

Output

Lead with the root cause. Distinguish observed remote evidence, local changes, local verification, and any remaining remote verification step.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 8d ago First seen · 42 lines · 70 tokens per session scan A 2be963bdbec4

Subscribe to this mod's changes

gl-fix-ci is a skill published in the GitHub repository CobolJunkie/gitlab-mcp (0 stars, last pushed 20d ago), licensed MIT. It adds 70 tokens to every session and 435 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.

Related

Other skills, from other repositories

github-ci-fix

Use when PR checks fail, CI is red, or GitHub Actions workflows break - systematically inspects failing checks via gh CLI, pulls logs, checks for flakiness and scopes the breaking commit, scopes external checks, then creates fix plan using existing plan skill.

patrickserrano/lacquer · 57 tokens

investigate-ci

Investigates GitHub Actions workflow failures for any repo. Fetches recent runs, identifies failures, extracts error logs, diagnoses root causes, and suggests fixes. Use when a deploy or CI workflow fails and you need to understand why.

mostafa-drz/claude-skills · 50 tokens

atmos-lint

Atmos Terraform linting with TFLint: standalone atmos terraform lint, component-aware config discovery and toolchain versions, TFLint rule configuration, and lifecycle hooks/CI findings. Use when configuring, running, debugging, or documenting Terraform/OpenTofu linting in an Atmos project.

cloudposse/atmos · 64 tokens

manage-skills

A maintenance workflow for checking whether project verification skills still cover the code and rules that changed during a session.

sangrokjung/claude-forge · 54 tokens

review-loop

Run the adversarial verification loop — implement, then hand the change to a fresh checker that did not write it, fix what it finds, and re-dispatch until APPROVE. Use before claiming any behavioural change is done, and on requests like "review loop", "adversarial review", "independent review", "get this verified"…

sangrokjung/claude-forge · 100 tokens

systematic-debugging

Structured debugging methodology — use before proposing fixes for any error or failure. Covers: code bugs, build errors, deploy failures, config conflicts, dependency issues, infra problems. Also use when previous fix attempts failed or root cause is unclear.

sangrokjung/claude-forge · 53 tokens