What problem does it solve?
Changes to machine-consumed report formats can silently break CI integrations, dashboards, and downstream tooling. This Skill provides a structured review checklist for CI-facing output formats so format regressions are caught before merge.
Core Features & Use Cases
- Format Correctness Review: Validates SARIF, CodeClimate, compact, markdown, and badge output formats against their specifications.
- Integrator Compatibility Checks: Ensures output remains consumable by CI platforms and external tools that parse the reports.
- Edge-Case Coverage: Focuses on empty-input handling, stable snapshots, and deterministic ordering.
- Use Case: After modifying the SARIF reporter in a static analysis tool, run this review to confirm the output still validates against the SARIF schema and renders correctly in GitHub code scanning.
Quick Start
Review my changes to the SARIF and CodeClimate output formatters for correctness and CI consumer compatibility.