What problem does it solve? Active engineering work scattered across PRs, reviews, and blockers is hard to see at a glance. This Skill turns that state into a single self-contained HTML decision surface that shows current position, active blockers, and the highest-leverage next action within five seconds. ## Core Features & Use Cases - Shipping spine structure: Leads with current position and next move, then lists active PRs in dependency order and the complete path to shipped. - Present-tense filtering: Removes resolved blockers, stale history, and unsupported claims on every update so the board only shows what changes current decisions. - Self-contained HTML output: Produces one file with inlined CSS, JavaScript, and SVG, with no external runtimes, fonts, or CDNs, readable on desktop and mobile. - Use Case: An engineer driving a stack of five dependent PRs asks for a status board and gets a single HTML page showing which PR is ready to merge, which is blocked by review, and the exact next command to run. ## Quick Start Use the status-board skill to update the status board for my current PR stack and show the next move.