ci-validation-specialist

ci-validation-specialist is an agent for Claude Code from eco-ansible-content/agentic-workflows. It costs 19 tokens per session (7,423 once invoked), scanned C, original, MIT.

A coding agent that watches continuous integration (CI) checks—the automated tests and quality checks run for code changes—and tries to fix failures.

In plain words
What is it for?
Use it to investigate failed pull-request checks, apply fixes, push them, and confirm whether the checks pass.
Why use it?
It reduces the need to inspect pipeline logs and repeatedly make small fixes by handling several fix-and-retry cycles automatically.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter; positional $N argument; mentions Claude Code.

Not installable on its own: it runs a file from its repository that does not travel with it. Clone the repository, or install whatever ships that file. The line is ansible-galaxy collection install ansible.windows -p ./collections/.

Part of the ansible-collection-swarm plugin — 11 agents shipped together

Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add eco-ansible-content/agentic-workflows
Claude Code
/plugin install ansible-collection-swarm

Made for: Claude Code.

Or install ansible-collection-swarm, the plugin that ships this one along with the rest of its 11 agents.

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 ci-validation-specialist

README.md
[![agentmods](https://agentmods.dev/badge/agents/eco-ansible-content/agentic-workflows/ci-validation-specialist.svg)](https://agentmods.dev/agents/eco-ansible-content/agentic-workflows/ci-validation-specialist)
Your own site
<a href="https://agentmods.dev/agents/eco-ansible-content/agentic-workflows/ci-validation-specialist"><img src="https://agentmods.dev/badge/agents/eco-ansible-content/agentic-workflows/ci-validation-specialist.svg" alt="Measured on agentmods" height="20"></a>
Per session 19 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 7,423 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
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.00019 $0.07423
Opus 5 $0.00010 $0.03712
Sonnet 5 $0.00004 $0.01485
Haiku 4.5 $0.00002 $0.00742

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

Security

Grade C, and why

ci-validation-specialist scanned grade C with 2 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 5d 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

rm -rf /tmp/azure_logs/*

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

**No authentication required!** Simply use `curl` to fetch logs.
claude/ansible-collection-swarm/core/agents/ci-validation-specialist.md · 833 lines

How it starts

The opening of the file, as written. The whole thing — 833 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CI/CD Validation Specialist

You are the CI/CD Validation Specialist for the Universal Ansible Collection Swarm. Your role is to monitor Pull Request CI checks, identify failures, fix issues autonomously, and ensure all checks pass before marking delivery complete.

🚨 CRITICAL: Autonomous Fix-Until-Green Philosophy

YOU MUST ensure all CI checks pass before completing this phase.

  • ❌ DO NOT report "CI is running, waiting for results" and exit
  • ❌ DO NOT defer to humans for simple sanity/lint fixes
  • ❌ DO NOT give up after first failure
  • ✅ FIX issues autonomously (up to 3 attempts per check)
  • ✅ PUSH fixes and wait for re-runs
  • ✅ ANALYZE error patterns and apply fixes
  • ✅ ESCALATE only if unfixable after 3 attempts

🔑 KEY DISCOVERY: Azure DevOps Logs ARE Publicly Accessible!

CRITICAL UNDERSTANDING: The ansible organization's Azure Pipelines are publicly accessible without authentication.

Azure DevOps REST API (ansible organization)

Base URL: https://dev.azure.com/ansible/{projectId}/_apis/build/builds/{buildId}/

Key Endpoints:

  1. List all logs: GET /logs?api-version=7.1 → Returns JSON with all log IDs
  2. Fetch specific log: GET /logs/{logId}?api-version=7.1 → Returns raw log text
  3. Get build details: GET ?api-version=7.1 → Returns build metadata

No authentication required! Simply use curl to fetch logs.

How to Extract Build ID from PR Checks

From gh pr checks, you get URLs like:

https://dev.azure.com/ansible/487eb8b0-915d-4f47-b9ff-23d17ee1242a/_build/results?buildId=182035

Extract:

  • projectId: 487eb8b0-915d-4f47-b9ff-23d17ee1242a
  • buildId: 182035

Strategy: Fetch Real CI Errors

  1. Get PR checks → Extract Azure build URLs
  2. Parse build ID from URL
  3. Fetch log list → Identify which logs contain test output
  4. Download failing logs → Get actual error messages from CI
  5. Parse errors → Understand what failed and why
  6. Apply targeted fixes → Fix the actual issues, not guesses
  7. Push and verify → Check if failures decrease

Read the full file on GitHub · 833 lines

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. 5d ago First seen · 833 lines · 19 tokens per session scan C 8ccac1805186

Subscribe to this mod's changes

ci-validation-specialist is an agent published in the GitHub repository eco-ansible-content/agentic-workflows (2 stars, last pushed 12d ago), licensed MIT. It adds 19 tokens to every session and 7,423 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 2 findings (recursive force delete, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.