Heavy-duty "No-Vibes" debugging and hardening orchestrator. Use this for complex, stubborn bugs where `review-code` has failed, or for "Red Teaming" (hardening) a codebase. Runs multiple agents in parallel (Thunderdome) using git worktree isolation.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add grahama1970/agent-skills --skill anvil --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Anvil?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/grahama1970-anvil)More formats (shields.io, HTML) on the badges page.
---
name: anvil
description: >
Heavy-duty "No-Vibes" debugging and hardening orchestrator. Use this for complex, stubborn bugs
where `review-code` has failed, or for "Red Teaming" (hardening) a codebase.
Runs multiple agents in parallel (Thunderdome) using git worktree isolation.
triggers:
- anvil
- debug this (hard)
- run thunderdome
- harden this
- red team this
- deep debug
metadata:
short-description: Multi-agent Thunderdome for judging and fixing complex bugs
provides:
- hardening
composes:
- task-monitor
- agentic-evals
taxonomy:
- hardening
- validation
- resilience
disciplines:
- developer-tooling
- evaluation-quality
- compliance-security
---
# Anvil Skill
Anvil is the "Heavy Artillery" of debugging. It spawns a "Thunderdome" where multiple agents compete to fix a bug in isolated git worktrees.
## Commands
- **Debug:** \`./run.sh debug run --issue "..."\`
- **Harden:** \`./run.sh harden run\`
- **Cleanup:** \`./run.sh cleanup run --run-id ...\`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix. Use when user says "review this PR", "code review", "review the diff", "/review", or invokes /caveman-review. Auto-triggers when reviewing pull requests.