request-refactor-plan
仓库创建 2026年7月6日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由
将大规模重构拆为安全增量步骤,便于团队逐步实施与审查。
▸ 风险提示
可能会在仓库或 issue 系统中创建条目,需相应权限。
这个 Skill 做什么
通过用户访谈生成可执行的细粒度重构计划并提交为 issue。
通过和用户对话把重构拆成可执行、很小的提交,并把计划提交为 GitHub issue。适合想做重构、写重构 RFC 或把大型改动分解为安全增量步骤时使用。流程会去看代码库验证现状,产出细粒度步骤,便于按步实施。
▸ 展开 SKILL.md 英文原文
Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.
0
Stars
0
Forks
38
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/K3639284/skills/main/skills/deprecated/request-refactor-plan/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/K3639284/skills/main/skills/deprecated/request-refactor-plan/SKILL.md"SKILL.MD 节选查看完整文件 ↗
This skill will be invoked when the user wants to create a refactor request. You should go through the steps below. You may skip steps if you don't consider them necessary. 1. Ask the user for a long, detailed description of the problem they want to solve and any potential ideas for solutions. 2. Explore the repo to verify their assertions and understand the current state of the codebase. 3. Ask whether they have considered other options, and present other options to them. 4. Interview the user about the implementation. Be extremely detailed and thorough. 5. Hammer out the exact scope of the implementation. Work out what you plan to change and what you plan not to change. 6. Look in th
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有