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

  1. Classify Before Executing — Categorize every item before verification to pick the cheapest strategy
  2. CI-First for Tests — Check CI status before running locally; avoid redundant work
  3. Confidence-Based Automation — HIGH confidence items auto-proceed; MEDIUM/LOW confidence items pause for user
  4. Ownership-Aware Updates — Respect GitHub permissions; never silently modify someone else's content
  5. Safe Operations — Use updated_at to 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
Installs
8
Repository
vdustr/skills
GitHub Stars
1
First Seen
May 3, 2026
vp-checklist-runner — vdustr/skills