What problem does it solve? Keeping a repository's STATUS.md capability summary accurate is tedious: benchmark reports, CI pipeline results, design plan statuses, and README claims all drift out of sync, and manually re-auditing them is error-prone. This skill resynthesizes STATUS.md from already-committed sources without running benchmarks or editing source docs. ## Core Features & Use Cases - Benchmark summary synthesis: Enumerates reports/BENCHMARK_.md files, prefers summary reports, cites every row's source file, and stamps the measured-tree version honestly. - CI pipeline reporting: Fetches the latest finished pipeline on main via glab, maps every job to the consumer surface it exercises, and reports real pass counts, wall-clock time, and failures. - Plan and README audit: Classifies each PLAN_.md remainder into design-horizon vs research-horizon buckets and cross-checks README capability claims against shipped, tested code in both directions. - Use Case: After a new benchmark sweep lands and a pipeline resolves on main, invoke the skill to regenerate STATUS.md with cited sources, an honest measured-tree banner, and a list of README omissions to fix separately. ## Quick Start Tell the session to follow the refresh-status skill to regenerate STATUS.md from the committed reports and latest CI run.