Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-claude-skills-57e4118d2d66 ,按照其中的说明把「focused-fix」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Systematically repair an entire feature or module using the 5-phase protocol. Target: $ARGUMENTS (a feature path or module name).
If $ARGUMENTS is empty, ask the user which feature/module to fix.
FEATURE SCOPE:
Primary path: <path>
Entry points: [files imported by other parts of the app]
Internal files: [files only used within this feature]
Total files: N
INBOUND (what this feature imports):
OUTBOUND (what imports this feature):
Output a dependency map with inbound, outbound, env vars, and config files.
Run ALL diagnostic checks:
For each issue found:
Output a diagnosis report with issues grouped by severity.
Fix in this EXACT order:
Rules:
Output a completion report with files changed, fixes applied, test results, and consumers verified.
NO FIXES WITHOUT COMPLETING SCOPE → TRACE → DIAGNOSE FIRST
If you haven't finished Phase 3, you cannot propose fixes.
engineering/focused-fix — Full SKILL.md with detailed checklists, output templates, and anti-patternssuperpowers:systematic-debugging — For individual complex bugs found during Phase 3