chore: remove deprecated skill/command remnants#21
Merged
Conversation
Delete the 5 deprecated skill directories and their command files entirely. They were thin redirects to flow-code-run — no longer needed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Removes deprecated flow-code legacy skills/commands that previously acted as thin redirects to the unified /flow-code:run pipeline.
Changes:
- Deleted deprecated skill directories:
flow-code-plan,flow-code-work,flow-code-plan-review,flow-code-impl-review,flow-code-epic-review. - Deleted deprecated command stubs:
/flow-code:{plan,work,plan-review,impl-review,epic-review}.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| skills/flow-code-work/SKILL.md | Removes deprecated redirect skill metadata/content. |
| skills/flow-code-plan/SKILL.md | Removes deprecated redirect skill metadata/content. |
| skills/flow-code-plan-review/SKILL.md | Removes deprecated redirect skill metadata/content. |
| skills/flow-code-impl-review/SKILL.md | Removes deprecated redirect skill metadata/content. |
| skills/flow-code-epic-review/SKILL.md | Removes deprecated redirect skill metadata/content. |
| commands/flow-code/work.md | Removes legacy command stub for /flow-code:work. |
| commands/flow-code/plan.md | Removes legacy command stub for /flow-code:plan. |
| commands/flow-code/plan-review.md | Removes legacy command stub for /flow-code:plan-review. |
| commands/flow-code/impl-review.md | Removes legacy command stub for /flow-code:impl-review. |
| commands/flow-code/epic-review.md | Removes legacy command stub for /flow-code:epic-review. |
Comments suppressed due to low confidence (5)
commands/flow-code/work.md:1
- This change removes the
/flow-code:workcommand entrypoint. The repository still contains many references instructing users/subagents to run/flow-code:work(e.g., README.md, CLAUDE.md, and severalskills/*docs). If/flow-code:workis no longer supported, update those references to/flow-code:run; otherwise, keep a lightweight alias/redirect command to avoid breaking documented workflows and CLI suggestions.
commands/flow-code/plan.md:1 - This removes the
/flow-code:plancommand entrypoint. The repo still contains many references instructing users to run/flow-code:plan(README/README_CN, CLAUDE.md, several skills templates). If/flow-code:planis no longer supported, update those references to/flow-code:run(or introduce an alias/redirect command to preserve backwards compatibility).
commands/flow-code/plan-review.md:1 - This removes the
/flow-code:plan-reviewcommand entrypoint, but multiple in-repo docs and templates still reference/flow-code:plan-reviewas a runnable command. Either update those references to/flow-code:run(phase loop handles plan_review) or keep a redirect/alias command so existing workflows don’t break.
commands/flow-code/impl-review.md:1 - This removes the
/flow-code:impl-reviewcommand entrypoint. There are still references in the repo (e.g., docs and skills templates) that tell users/subagents to run/flow-code:impl-review. If the intent is to fully remove this command, those references should be updated to/flow-code:run(or another supported path); otherwise, keep an alias/redirect to avoid breaking documented review workflows.
commands/flow-code/epic-review.md:1 - This removes the
/flow-code:epic-reviewcommand entrypoint, but the repo still references/flow-code:epic-reviewin documentation and templates (including Ralph completion gate instructions). Either update those references to/flow-code:run(completion_review phase) or keep a redirect/alias command to preserve backwards compatibility.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
flow-code-run— no longer needed🤖 Generated with Claude Code