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 只顯示中繼資料和來源連結。