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 ↗
⚠ インストールには open-source skills CLI を使用します。実行前にソースと権限を確認してください。
上流ライセンスが不明なため、Stacklane はメタデータと出典リンクのみ表示します。