Empirically verify that a code diff achieves its stated objective by dispatching a bias-free executor that actually runs auto-derived evaluation scenarios against the post-diff file. The executor returns a JSON verdict with suggested_edits, and this skill applies them iteratively until the executor declares no further fixes are needed, max-iterations is reached, or a safety rail trips. Non-interactive — no user prompts. Use after applying an Edit when you need a dynamic cross-check that complements static reviewers like skill-review.
$npx -y skills add hiroro-work/claude-plugins --skill verify-diffInstalls into the current project.
Run `npx skills use "https://github.com/hiroro-work/claude-plugins" --skill "hiroro-work/claude-plugins/verify-diff"` 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.