Coding & Refactoringmedium risk

remove-feature

Use when the user says `/remove-feature`, or wants to fully remove/rip out/delete/kill a feature, flag, endpoint, or subsystem from a codebase — "remove X", "rip out the Y feature", "we killed Z, clean up the dead code", "delete the old A path". Switches into plan mode, interviews to scope the feature, traces it via git history (the commits/PR that first added it) and a codebase deep dive (call-graph from its entry points), builds a complete removal manifest across every orphan category (code, deps, tests, flags, DB, env, routes, assets, docs, IaC) with a todo for every concrete change/removal, then deletes it in atomic commits with the rest of the app proven still-green. NOT for disabling behind a flag, deprecating with a shim, or fixing a bug — this hard-deletes and leaves no compat layer.

jsolly/agent-skills·skills/remove-feature/SKILL.md
24/ 100推荐值

导入这个 Skill

选择你的 coding agent,复制项目级或个人级安装命令。

固定到平台收录的 commit
导入当前项目.agents/skills/remove-feature
npx skills add https://github.com/jsolly/agent-skills/tree/4ed80de64f4bc2ac92708edb4fed2ebbb810b01a/skills/remove-feature -a codex -y
导入个人环境~/.agents/skills/remove-feature
npx skills add https://github.com/jsolly/agent-skills/tree/4ed80de64f4bc2ac92708edb4fed2ebbb810b01a/skills/remove-feature -a codex -g -y
手动放置目录.agents/skills/remove-featureOfficial docs ↗
导入当前项目.claude/skills/remove-feature
npx skills add https://github.com/jsolly/agent-skills/tree/4ed80de64f4bc2ac92708edb4fed2ebbb810b01a/skills/remove-feature -a claude-code -y
导入个人环境~/.claude/skills/remove-feature
npx skills add https://github.com/jsolly/agent-skills/tree/4ed80de64f4bc2ac92708edb4fed2ebbb810b01a/skills/remove-feature -a claude-code -g -y
手动放置目录.claude/skills/remove-featureOfficial docs ↗
导入当前项目.agents/skills/remove-feature
npx skills add https://github.com/jsolly/agent-skills/tree/4ed80de64f4bc2ac92708edb4fed2ebbb810b01a/skills/remove-feature -a github-copilot -y
导入个人环境~/.copilot/skills/remove-feature
npx skills add https://github.com/jsolly/agent-skills/tree/4ed80de64f4bc2ac92708edb4fed2ebbb810b01a/skills/remove-feature -a github-copilot -g -y
手动放置目录.agents/skills/remove-featureOfficial docs ↗
导入当前项目.agents/skills/remove-feature
npx skills add https://github.com/jsolly/agent-skills/tree/4ed80de64f4bc2ac92708edb4fed2ebbb810b01a/skills/remove-feature -a cursor -y
导入个人环境~/.cursor/skills/remove-feature
npx skills add https://github.com/jsolly/agent-skills/tree/4ed80de64f4bc2ac92708edb4fed2ebbb810b01a/skills/remove-feature -a cursor -g -y
手动放置目录.agents/skills/remove-featureOfficial docs ↗
导入当前项目.agents/skills/remove-feature
npx skills add https://github.com/jsolly/agent-skills/tree/4ed80de64f4bc2ac92708edb4fed2ebbb810b01a/skills/remove-feature -a gemini-cli -y
导入个人环境~/.gemini/skills/remove-feature
npx skills add https://github.com/jsolly/agent-skills/tree/4ed80de64f4bc2ac92708edb4fed2ebbb810b01a/skills/remove-feature -a gemini-cli -g -y
Native Gemini CLIgemini skills install https://github.com/jsolly/agent-skills.git --scope workspace --path skills/remove-feature
手动放置目录.agents/skills/remove-featureOfficial docs ↗
⚠ 安装命令使用开源 skills CLI。执行前请检查来源、脚本和权限。
上游许可证未知,因此 Stacklane 只展示元数据和来源链接。