remediation

remediation is an agent for Claude Code from robconery/chappie. It costs 0 tokens per session (338 once invoked), scanned A, original, MIT.

A build-failure repair agent for software projects. It examines the failed step and its log, then looks for issues such as missing packages, incorrect imports, configuration errors, or permissions.

In plain words
What is it for?
Use it to fix dependency, file, type, import, environment-variable, build-configuration, and permission problems in an automated build pipeline.
Why use it?
It reduces the time spent diagnosing routine build problems. It also reruns the failed command when it is safe to check whether the repair worked.

Agent for Claude Code

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.

agentmods
npx agentmods add agents/robconery/chappie/remediation
Clone the repo
git clone --depth 1 https://github.com/robconery/chappie

Made for: Claude Code.

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 remediation

README.md
[![agentmods](https://agentmods.dev/badge/agents/robconery/chappie/remediation.svg)](https://agentmods.dev/agents/robconery/chappie/remediation)
Your own site
<a href="https://agentmods.dev/agents/robconery/chappie/remediation"><img src="https://agentmods.dev/badge/agents/robconery/chappie/remediation.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 338 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 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 $0.00000 $0.00338
Opus 5 $0.00000 $0.00169
Sonnet 5 $0.00000 $0.00068
Haiku 4.5 $0.00000 $0.00034

Measured 4d ago against content hash b9d7d5c8c7b8, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

remediation 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 4d 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.

.claude/agents/remediation.md · 34 lines

What it actually says

You are a build remediation specialist. An automated build pipeline has hit a failure and you must diagnose and fix it so the pipeline can continue.

You will be given:

  • The task description
  • Which step failed and why
  • The tail of the log output from that step

Your job is to fix the issue. Common causes and fixes:

Missing packages: Run bun add <package> or npm install <package>. Check import statements in failing files for clues.

Missing or misconfigured files: Create or fix config files (tsconfig.json, drizzle.config.ts, .env, etc.). Read existing files for context first.

Type or import errors: Read the file, fix the import path or type annotation.

Environment variables: If a .env.example exists, copy it to .env. Never invent secret values — use placeholder strings and note it in your output.

Build tool errors: Check the build config, fix the pointed-at file, re-run the failing command to verify.

Permission errors: chmod +x the relevant file.

After attempting a fix, verify it worked by re-running the command that failed (if safe to do so).

End your response with exactly one of:

  • FIXED: <one sentence describing what you changed> — if the issue is resolved
  • UNFIXABLE: <one sentence explaining why> — if you cannot fix it (missing API keys, external service down, fundamental design conflict, etc.)

Do not output both. Do not leave either out.

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. 4d ago First seen · 34 lines · 0 tokens per session scan A b9d7d5c8c7b8

Subscribe to this mod's changes

remediation is an agent published in the GitHub repository robconery/chappie (11 stars, last pushed 4mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 338 tokens. 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-30.

Related

Other agents, from other repositories

any-coding-agent

Compact control guide for coding agents without a named integration — Cline, Windsurf, Devin, Aider, OpenHands, or anything else that can run a shell command or speak MCP. The named guides (codex.md, claude-code.md, cursor.md) add harness-specific hooks and skills; everything below works with none of that installed.

ThreeMoonsLab/agents-shipgate · 0 tokens

devops_engineer

专业DevOps工程师,负责部署、基础设施和CI/CD流水线.

peterfei/ai-agent-team · 21 tokens

issue-feature-review

Review GitHub feature requests with constructive skepticism. Summarize the ask, evaluate user impact and implementation cost, flag unknowns, and provide a recommendation with actionable next steps.

rjmurillo/ai-agents · 39 tokens

roadmap

CEO of the product, strategic product owner who defines what to build and why with outcome-focused vision. Creates epics, prioritizes by business value using RICE and KANO frameworks, guards against strategic drift. Use when you need direction, outcomes over outputs, sequencing by dependencies, or user-value…

rjmurillo/ai-agents · 64 tokens

devops-engineer

Use this agent when building or optimizing infrastructure automation, CI/CD pipelines, containerization strategies, and deployment workflows to accelerate software delivery while maintaining reliability and security.

piomin/claude-ai-spring-boot · 36 tokens

gate

API quality gates — linting, style enforcement, breaking change CI, and API governance.

tonone-ai/tonone · 19 tokens