Skip to content

chore: remove deprecated skill/command remnants#21

Merged
z23cc merged 1 commit intomainfrom
fn-16-remove-deprecated-remnants
Apr 7, 2026
Merged

chore: remove deprecated skill/command remnants#21
z23cc merged 1 commit intomainfrom
fn-16-remove-deprecated-remnants

Conversation

@z23cc
Copy link
Copy Markdown
Owner

@z23cc z23cc commented Apr 7, 2026

Summary

  • Delete 5 deprecated skill directories (plan, work, plan-review, impl-review, epic-review)
  • Delete 5 deprecated command files
  • These were thin redirects to flow-code-run — no longer needed

🤖 Generated with Claude Code

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>
Copilot AI review requested due to automatic review settings April 7, 2026 13:56
@z23cc z23cc merged commit 4348dd9 into main Apr 7, 2026
@z23cc z23cc deleted the fn-16-remove-deprecated-remnants branch April 7, 2026 13:56
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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:work command entrypoint. The repository still contains many references instructing users/subagents to run /flow-code:work (e.g., README.md, CLAUDE.md, and several skills/* docs). If /flow-code:work is 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:plan command 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:plan is 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-review command entrypoint, but multiple in-repo docs and templates still reference /flow-code:plan-review as 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-review command 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-review command entrypoint, but the repo still references /flow-code:epic-review in 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants