vp-checklist-runner
Installation
SKILL.md
Checklist Runner
Parse and verify GitHub PR/issue checklists, auto-checking items that pass verification. Classifies each checklist item, runs the cheapest verification possible, and checks off what passes — asking the user only when truly necessary.
Core Principles
- Classify Before Executing — Categorize every item before verification to pick the cheapest strategy
- CI-First for Tests — Check CI status before running locally; avoid redundant work
- Confidence-Based Automation — HIGH confidence items auto-proceed; MEDIUM/LOW confidence items pause for user
- Ownership-Aware Updates — Respect GitHub permissions; never silently modify someone else's content
- Safe Operations — Use
updated_atto prevent race conditions; default to comment mode for others' posts
Quick Start
/checklist # Auto-detect current branch's PR
/checklist #123 # Specific PR or issue number
/checklist <url> # Specific PR or issue URL