shaunchew

Legacy Review — Development skill for Claude Code

Development community

Walk _legacy/ / items deciding Keep/Delete/Restore; --initial-migration scans repo at first adoption.

How to install Legacy Review

Installs to ~/.claude/skills/shaunchew-savvy-template-legacy-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/shaunchew-savvy-template-legacy-review && curl -fsSL https://raw.githubusercontent.com/shaunchew/savvy-template/HEAD/commands/legacy-review.md -o ~/.claude/skills/shaunchew-savvy-template-legacy-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Legacy Review does


description: Walk _legacy// items deciding Keep/Delete/Restore; --initial-migration scans repo at first adoption. argument-hint: "[--initial-migration]"

/sf:legacy-review

Run the legacy-reviewer walkthrough across `_legacy/` folders. With `--initial-migration`, scans the working tree for files that don't fit the new structure and proposes archival.

Procedure

  1. Parse $ARGUMENTS. If it contains --initial-migration, set flag initial=true. Otherwise initial=false

Alternatives in Development

Full documentation available on GitHub

View Source Repository