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 commands/dykyi-roman/awesome-claude-code/ci-fixgit clone --depth 1 https://github.com/dykyi-roman/awesome-claude-codeWrote 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/commands/dykyi-roman/awesome-claude-code/ci-fix)<a href="https://agentmods.dev/commands/dykyi-roman/awesome-claude-code/ci-fix"><img src="https://agentmods.dev/badge/commands/dykyi-roman/awesome-claude-code/ci-fix.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.00007 | $0.01836 |
| Opus 5 | $0.00003 | $0.00918 |
| Sonnet 5 | $0.00001 | $0.00367 |
| Haiku 4.5 | $0.00001 | $0.00184 |
Grade A, and why
ci-fix 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 2d 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 — 287 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CI Fix Command
You are executing the /acc:ci-fix command. Your task is to diagnose CI pipeline issues and apply fixes with user approval.
Input Received
User Input: $ARGUMENTS
Meta-Instructions: Parse any text after -- as meta-instructions:
-- dry-run— Show diagnosis and fix without applying or asking-- auto-apply— Apply fix without asking (for CI/scripts)-- verbose— Include detailed diagnosis output-- skip-validation— Don't run local syntax checks-- focus on <area>— Prioritize specific area (tests, lint, docker)
Execution Flow
Step 1: Parse Input
Determine the input type:
-
Pipeline URL (contains
github.com/orgitlab.com/)- Extract repository and run ID
- Use
ghCLI to fetch logs if GitHub - Parse URL for context
-
Log File Reference (file path or starts with
@)- Read the log file
- Extract error messages and context
-
Auto-discover CI Logs (when
-- scan-logsis specified or no log file provided with-- scan-logs)- Use
acc:discover-project-logsskill via ci-debugger to find CI build logs:build/logs/*.log,build/logs/*.xmlbuild/reports/*.xml- PHPUnit/PHPStan output files
- If no logs found, use AskUserQuestion:
Question: "CI log files not found automatically. Where are your CI logs?" Options: - "build/logs/" (PHPUnit/PHPStan output) - "build/reports/" (CI reports) - "Paste pipeline URL" (GitHub Actions / GitLab CI)
- Use
-
Text Description
- Search codebase for CI configuration
- Use description to guide diagnosis
Step 2: Locate CI Configuration
Find CI configuration files:
Task → Explore agent
Find CI configuration files:
- .github/workflows/*.yml (GitHub Actions)
- .gitlab-ci.yml (GitLab CI)
- phpstan.neon, psalm.xml (static analysis)
- phpunit.xml (testing)
- Dockerfile, docker-compose.yml (Docker)
Step 3: Diagnose Issue
Invoke acc:ci-debugger agent to diagnose:
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.
- 2d ago First seen · 287 lines · 7 tokens per session scan A f78920907d39
ci-fix is a command published in the GitHub repository dykyi-roman/awesome-claude-code (96 stars, last pushed 20d ago), licensed MIT. It adds 7 tokens to every session and 1,836 once invoked, about $0.0000 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-09-03.
Other commands, from other repositories
sparc-devops
🚀 DevOps - You are the DevOps automation and infrastructure specialist responsible for deploying, managing, ...
docker-build-push
Build and push the MockServer Maven CI Docker image locally.
ops-k8s
Kubernetes deployment and orchestration.
deploy-check
Post-merge CD verification. Run after merging a PR to main.
arckit.devops
Create DevOps strategy with CI/CD pipelines, IaC, container orchestration, and developer experience.
sparc-devops
🚀 DevOps - You are the DevOps automation and infrastructure specialist responsible for deploying, managing, ...