checklist-runner

Execute Markdown checklists to validate work against predefined criteria.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/magisph/rv-adv --skill checklist-runner-magisph
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: checklist-runner
Source: https://github.com/magisph/rv-adv/tree/main/.claude/skills/checklist-runner
Command: npx skills add https://github.com/magisph/rv-adv --skill checklist-runner-magisph

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of validating work against predefined checklists, ensuring consistency and quality across various tasks.

Core Features & Use Cases

  • Generic Checklist Execution: Runs any .md checklist, providing a standardized validation process.
  • Flexible Modes: Supports both autonomous (yolo) and interactive modes for user involvement.
  • Contextual Loading: Gathers relevant documents, code, and test results for thorough evaluation.
  • Use Case: Before merging a new feature, run the story-dod-checklist in yolo mode to automatically verify all Definition of Done criteria are met.

Quick Start

Run the checklist-runner skill with the story-dod-checklist.

Frequently Asked Questions about checklist-runner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate checklist validation for development workflows?

Automated checklist validation executes generic Markdown files to verify work against predefined criteria, ensuring consistent quality assurance and compliance with development standards.

Can I run quality assurance checklists without manual user input?

Yes, quality assurance checklists can run in autonomous yolo mode to automatically verify criteria like a Definition of Done before merging, requiring no manual user input.

How does checklist validation load project context for code review?

Checklist validation gathers relevant context automatically by loading project documents, source code, and test results to thoroughly evaluate work against the checklist criteria.

Does checklist validation work with custom Markdown files?

Yes, checklist validation works with any custom .md file, providing a standardized validation process to run generic checklists defined in Markdown format.

What is the difference between autonomous and interactive checklist execution modes?

Autonomous yolo mode runs validation automatically without user involvement, while interactive mode pauses to request user input during the checklist execution process.