This orchestrates a full repository health check by running issue and PR triage in parallel, then crossing the data to catch gaps your team would otherwise miss. It flags the dangerous stuff: P0 bugs with no PR attached, security findings left unaddressed, two PRs accidentally fixing the same issue, and your own PRs sitting dirty because someone else touched the same files. Saves everything to a dated markdown file in claudedocs so you have a paper trail. Best run weekly or before sprint planning when you need to see the whole picture instead of just reacting to notifications. The cross-analysis in phase 3 is where it earns its keep.
npx skills add https://github.com/rtk-ai/rtk --skill rtk-triage