What problem does it solve? When working through a multi-stage review → issue → PR → merge workflow, it is easy to lose track of where a repository stands and what to do next. This Skill reconstructs the current pipeline position from durable artifacts (review reports, issue labels, triage snapshots, branches, PRs) instead of a state file, and tells you the exact next command to type. ## Core Features & Use Cases - Artifact-based status dashboard: Runs the bundled pipeline-status script to count reviews, open issues, triage snapshots, in-flight branches, merge orders, and merged PRs across six stages. - Subcommand modes: /pipeline for the full dashboard, /pipeline next for just the next command, /pipeline brief for an instant cheat sheet with no API calls, /pipeline blocked for only items awaiting a human decision, and /pipeline doc to locate the workflow documentation. - Judgment layer: Reads NEEDS-DECISION questions, semantic-collision warnings in merge orders, and stale-review drift to override the script's mechanical next-step cascade when warranted. - Use Case: After merging a PR in the browser and returning to your terminal, run /pipeline to see the dashboard recomputed from live artifacts and learn that two issues need decisions before re-running issue triage. ## Quick Start Ask the assistant to run /pipeline to show where this repository stands in the review-to-merge workflow and what command to run next.