checklist-runner

Execute Markdown checklist validation and produce PASS/FAIL verdicts.

Updated May 8, 2026
One-click install
npx skills add https://github.com/Elevaria-bia/elevaria-bia.github.io --skill checklist-runner-elevaria-bia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: checklist-runner
Source: https://github.com/Elevaria-bia/elevaria-bia.github.io/tree/main/meu-projeto/.claude/skills/checklist-runner
Command: npx skills add https://github.com/Elevaria-bia/elevaria-bia.github.io --skill checklist-runner-elevaria-bia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps teams consistently validate completed work against a checklist, reducing missed requirements and inconsistent quality judgments.

Core Features & Use Cases

  • Generic checklist execution: Runs validation for any .md checklist with predictable item-by-item verdicts.
  • YOLO and interactive modes: Supports autonomous full runs (yolo) and step-by-step review with confirmations (interactive).
  • Evidence-driven scoring: Evaluates each checklist item using provided documents, artifacts, and embedded instructions, then summarizes pass rates and recommendations.
  • Use Case: Before pushing code, run pre-push-checklist.md to confirm documentation, tests, and review criteria meet team standards.

Quick Start

Ask an agent to run the checklist in YOLO mode by issuing: /checklist-runner pre-push-checklist --mode yolo

Frequently Asked Questions about checklist-runner

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

FAQPage Schema
How do I validate completed work against a Markdown checklist before pushing code?

You can validate completed work against a Markdown checklist by running an automated validation that evaluates each item against provided documents, diffs, and test results to produce deterministic PASS, FAIL, PARTIAL, or N/A verdicts.

What is evidence-driven checklist validation for story acceptance?

Evidence-driven checklist validation for story acceptance is a process that evaluates checklist items using provided documents, artifacts, and embedded instructions, then summarizes pass rates and recommendations for product owner validation.

Can I run pre-push quality gates autonomously without manual review?

Yes, you can run pre-push quality gates autonomously without manual review by executing checklists in YOLO mode, which performs a full validation run across all items automatically.

How do I configure pass rates and critical items for a release readiness check?

Configuring pass rates and critical items for a release readiness check allows the validation process to generate a final decision based on your specific rules, summarizing section outcomes and overall readiness.

Does documentation validation support interactive step-by-step review?

Yes, documentation validation supports interactive step-by-step review, allowing you to evaluate checklist items sequentially with confirmations rather than running the entire validation autonomously.

What are the limitations of automated checklist validation for CI readiness?

Automated checklist validation for CI readiness is limited to evaluating available evidence such as Markdown checklists, code, diffs, and test results, meaning it cannot verify items lacking accessible documentation or artifacts.