What problem does it solve?
This Skill automates the implementation of minimal code changes identified by the root-cause step, adds regression tests, and claims the GitHub issue to prevent concurrent automation.
Core Features & Use Cases
- Automated Code Fix Implementation: Implements the minimal code change identified by the root-cause step.
- Regression Test Addition: Adds regression tests to ensure the fix does not introduce new issues.
- GitHub Issue Management: Claims the GitHub issue at the start to prevent concurrent automation and releases it in the open-pr step.
- Validation Loop: Runs targeted unit tests, typecheck, i18n checks, and other project-specific validation steps.
- Self-Review: Runs the change through code-review and backward-compatibility policy checks.
- Output Contract: Provides a final summary with the status, files changed, summary, tests, and backward-compatibility information.
Quick Start
Use the fix skill to implement the change suggested by the root-cause step for the GitHub issue #123.