Review a completed repository change before merge. Use when checking Codex output, validating a plan implementation, detecting regressions, reviewing changed tests, or deciding whether a patch is safe to merge.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add HoangDuc1003/Cinema-booking --skill verify-change --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Verify Change?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hoangduc1003-verify-change)More formats (shields.io, HTML) on the badges page.
---
name: verify-change
description: >
Review a completed repository change before merge. Use when checking Codex
output, validating a plan implementation, detecting regressions, reviewing
changed tests, or deciding whether a patch is safe to merge.
---
# Verify Change
1. Identify the real HEAD and base commit.
2. Review the complete diff, not only the agent summary.
3. Compare changes against the nearest AGENTS.md.
4. Check for unrelated files and duplicated abstractions.
5. Review production code before reviewing modified tests.
6. Reject tests that:
- manually force application state;
- mock away the behavior being tested;
- remove assertions to obtain green results.
7. Run focused tests.
8. Run lint and build.
9. Perform runtime verification for user-visible behavior.
10. Return one verdict:
- approved;
- approved with minor follow-up;
- blocked.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Practical guide to testing web applications with screen readers for comprehensive accessibility validation.