What problem does it solve?
Changes to machine-readable JSON output can silently break downstream consumers, snapshots, and integrations. This Skill provides a structured review checklist to catch schema drift, unstable ordering, and inconsistent field behavior before changes ship.
Core Features & Use Cases
- Schema Stability Review: Evaluates compatibility and drift risk when result fields or output contracts change.
- Determinism Checks: Verifies stable ordering, null/empty behavior, and field naming consistency across outputs.
- Downstream Usability: Assesses whether output remains friendly to automation, snapshots, and integration contracts.
- Use Case: When a pull request modifies CLI JSON output fields or snapshot files, use this Skill to review the diff and end with a clear APPROVE, CONCERN, or BLOCK verdict.
Quick Start
Review the JSON output changes in this pull request for schema stability, ordering, and downstream compatibility.