Review With Untracked

Temporarily visualize untracked new files into the git diff so a chain of diff-deriving review callees can see them, then restore the files to untracked. Runs `git add -N` on untracked new files (intent-to-add), dispatches the requested review callees (rules-review / skill-review / publicity-review / verify-diff / tidy) in order, then `git reset -- <paths>` to restore the untracked state. Holds a closed list of each callee's visualization and restore-safety assumptions. Non-interactive — no user prompts. Project-local routine — not for marketplace distribution.

hiroro-work Updated

File contents

hiroro-work/claude-plugins/tree/main/.claude/skills/review-with-untracked commit d043c1ee2d

Frequently asked questions

npx skillmds@latest add hiroro-work/review-with-untracked