What problem does it solve?
Changes to a CLI's human-readable output can silently degrade readability, break terminal rendering, or produce confusing empty states. This Skill provides a structured review checklist so output changes in the fallow CLI are evaluated consistently before shipping.
Core Features & Use Cases
- Output Quality Review: Evaluates information hierarchy, scanability, and progressive disclosure in CLI output.
- Terminal Compatibility Checks: Verifies NO_COLOR support and terminal compatibility for formatted text.
- Empty State Validation: Ensures commands produce sensible output when there is nothing to report.
- Use Case: After modifying a reporter in
crates/cli/, run this review to confirm the new output remains scannable, respects NO_COLOR, and ends with a clear APPROVE, CONCERN, or BLOCK verdict.
Quick Start
Review the CLI output changes in crates/cli for scanability, empty states, and NO_COLOR terminal compatibility.