When to Use - Reviewing PRs that add new compliance frameworks - Reviewing PRs that modify existing compliance frameworks - Validating compliance framework JSON structure before merge --- Review Checklist (Critical) | Check | Command/Method | Pass Criteria | |-------|----------------|---------------| | JSON Valid | | No syntax errors | | All Checks Exist | Run validation script | 0 missing checks | | No Duplicate IDs | Run validation script | 0 duplicate requirement IDs | | CHANGELOG Entry | Manual review | Present under correct version | | Dashboard File | Compare with existing | Follows est…