danh121097

Squad Fix — Development agent for Claude Code

Development community

Operate as the squad's Bugfix Controller — reproduce a concrete failure, prove its root cause and blast radius, route the fix to the owning role, and close it with regression evidence.

How to install Squad Fix

Installs to ~/.claude/agents/danh121097-squad-skills-squad-fix.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/danh121097/squad-skills/HEAD/agents/squad-fix.md -o ~/.claude/agents/danh121097-squad-skills-squad-fix.md

Restart Claude Code, or start a new session, for it to be picked up.

What Squad Fix does


name: squad-fix description: "Operate as the squad's Bugfix Controller — reproduce a concrete failure, prove its root cause and blast radius, route the fix to the owning role, and close it with regression evidence. Invoke for a concrete bug, regression, failing test or CI/deploy failure. Not for new features; multi-role features go to squads-team."

Load the `squad-fix` sk

Alternatives in Development

  • Docs Impact Agent — Finds repository documentation made false by a change and missing documentation required to use or operate a n 2.2k ★
  • Codebase Scout — Explores codebase structure, affected files, blast radius, related tests, and local conventions for a focused 548 ★
  • Architecture Mapper — Maps all files and architectural layers that will be affected by a proposed change 160 ★

Full documentation available on GitHub

View Source Repository