checklist-runner

Execute and verify Markdown checklists against predefined criteria.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Checklist Runner solves the tedium of validating work against consistent Markdown checklists by providing a deterministic execution engine that can operate in autonomous (YOLO) or interactive modes.

Core Features & Use Cases

  • Autonomous validation: Run through all checklist items without user input and produce a final verdict.
  • Interactive validation: Step through items with user confirmation between steps to ensure quality control.
  • Context loading: Gather relevant documents, code diffs, and tests to evaluate checklist criteria against real artifacts.
  • Versatile lookup: Resolve checklists from multiple paths and support fuzzy matching when exact names are unavailable.

Quick Start

Invoke the checklist runner with a chosen checklist name to execute and validate it against your project artifacts.

Frequently Asked Questions about checklist-runner

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

FAQPage Schema
How do I automate Markdown checklist execution for software QA?

Automate Markdown checklist execution by running a validation engine against project artifacts. The runner resolves checklists from multiple paths, loads context like code diffs, and reports structured verdicts for QA verification.

Can I run checklist validation autonomously without user input?

Yes, checklist validation supports an autonomous YOLO mode that processes all items without user input. It evaluates criteria against loaded context and produces a final verdict automatically.

What is interactive checklist verification and when should I use it?

Interactive checklist verification steps through items with user confirmation between steps. Use it when manual quality control is required, ensuring each criterion is validated before proceeding to the next.

How does context loading work during Markdown checklist validation?

Context loading gathers relevant documents, code diffs, and tests to evaluate checklist criteria against real artifacts. This ensures validation is based on actual project state rather than assumptions.

What are the limitations of automated checklist verification for documentation?

Automated checklist verification depends on resolving checklists from available paths and accurately loading relevant context. If required project artifacts or documents are missing, the validation may return partial or fail verdicts.