What problem does it solve?
This Skill helps you confirm whether your repository’s build, lint, tests, and end-to-end checks are genuinely clean by reconciling what you ran in the terminal against the recorded dev-run log archives.
Core Features & Use Cases
- Make-phase audit in dependency order: Runs setup → lint → test → end-to-end as a structured sequence so downstream phases build on earlier artifacts and logs.
- Archive-based verification: Checks that each command’s terminal exit code matches the newest timestamped log archive and its SUMMARY block.
- Full vs fast audit modes: Supports a complete validation pass or a quick “ready to push” lint+test style probe.
- Noise hunting via log sweep: Greps the fresh archives for error markers to surface failures and tracebacks for triage.
Quick Start
Ask to run the full audit to reconcile your latest make output against the logs/dev-*.log archives and get a pass/fail matrix.