implement-fix

Apply approved bug fix plans to codebases using git worktrees.

1|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/VIPER-Metrics/claude-code-skills --skill implement-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-fix
Source: https://github.com/VIPER-Metrics/claude-code-skills/tree/main/skills/implement-fix
Command: npx skills add https://github.com/VIPER-Metrics/claude-code-skills --skill implement-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the safe execution of bug fixes by applying an approved fix plan to codebases, enabling isolated development and repeatable results.

Core Features & Use Cases

  • Load an approved fix plan and related investigation context to guide changes.
  • Create and manage isolated git worktrees for concurrent bug fixes without touching master.
  • Enforce plan-driven changes, update tests, and document verification steps.

Quick Start

Use the /implement-fix {issue_number} command to begin applying a pre-approved fix plan to a specific issue.

Frequently Asked Questions about implement-fix

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I apply an approved bug fix plan to a codebase safely?

Git worktrees allow you to manage isolated development branches for concurrent bug fixes without touching master. This Skill creates and manages worktrees automatically, applying approved fix plans to ensure safe and repeatable code changes.

Do I need an existing investigation report to start a bug fix?

Yes, an existing investigation report and a prepared fix plan are required. This Skill uses the prepared investigation context to guide deterministic code changes and enforce plan-driven updates during the bug fix process.

What is the best way to isolate code changes for concurrent bug fixes?

Git worktrees provide the best way to isolate code changes for concurrent bug fixes. This Skill creates isolated worktrees to apply approved plans, allowing multiple fixes to proceed simultaneously without interfering with the master branch.

How do I update tests when applying a planned code change?

To update tests during a planned code change, this Skill enforces plan-driven modifications and automatically updates tests. It documents verification steps to ensure the bug fix meets the approved investigation context and requirements.

Can I apply fixes to a specific issue without creating a new fix plan?

No, you cannot apply fixes without a pre-approved fix plan. This Skill requires an existing plan and investigation context to guide deterministic edits, ensuring all code changes are strictly driven by the approved bug fix strategy.