Implement Fix banner
jonathanowitz jonathanowitz

Implement Fix

Development community

Description

--- description: Debug and patch application code to satisfy failing E2E or unit tests argument-hint: [called by /implement during verification loop — no direct args needed] allowed-tools: [Read, Edit, Write, Grep, Glob, Bash] user-invocable: false --- # Implement Fix Surgical debugging skill. Takes failing test output and patches **application code only** until the tests pass. **This skill exists because debugging is a different cognitive mode than creation.** The `/implement-slice` and `/im

Installation

Installs to ~/.claude/skills/jonathanowitz-claude-skills-implement-fix/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jonathanowitz-claude-skills-implement-fix && curl -fsSL https://raw.githubusercontent.com/jonathanowitz/claude-skills/HEAD/commands/implement-fix.md -o ~/.claude/skills/jonathanowitz-claude-skills-implement-fix/SKILL.md

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

Full documentation available on GitHub

View Source Repository