一键导入
refactor-plan
Analyze a GitHub issue or file path and produce a phased refactoring plan. Outputs a TODO list only — does not make code changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Analyze a GitHub issue or file path and produce a phased refactoring plan. Outputs a TODO list only — does not make code changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Add a new ContestType and ContestTableProvider across 5 layers using TDD. Covers all 3 patterns. Asks targeted questions to gather pattern-specific requirements before touching code.
Analyze a major version dependency upgrade: summarize breaking changes, assess project impact, and propose new features to adopt. Outputs a plan.md and executes the upgrade.
Standard closing routine for an implementation session. Verifies tests, updates the plan checklist, proposes rule/skill additions, checks for bloat, and detects repeated instructions.
基于 SOC 职业分类
| name | refactor-plan |
| description | Analyze a GitHub issue or file path and produce a phased refactoring plan. Outputs a TODO list only — does not make code changes. |
| disable-model-invocation | true |
| argument-hint | [issue-number | file-path] |
Produce a refactoring plan for: $ARGUMENTS
gh issue view $ARGUMENTS --comments (if gh unavailable, fetch the issue via WebFetch); path: read source files under that path- [ ] checklist; note inter-phase dependencies