byhiroro-work· 31 skills
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.
$npx -y skills add hiroro-work/claude-plugins --skill review-with-untrackedInstalls into the current project.
Run `npx skills use "https://github.com/hiroro-work/claude-plugins" --skill "hiroro-work/claude-plugins/review-with-untracked"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/hiroro-work/claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/hiroro-work/claude-plugins"` and select the relevant skills, then follow their instructions.