checklist-runner

Execute Markdown-defined checklists and generate PASS, FAIL, PARTIAL, or N/A reports.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/Gabrielloopes33/utem1 --skill checklist-runner-gabrielloopes33
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: checklist-runner
Source: https://github.com/Gabrielloopes33/utem1/tree/main/.claude/skills/checklist-runner
Command: npx skills add https://github.com/Gabrielloopes33/utem1 --skill checklist-runner-gabrielloopes33

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a standardized and automated way to ensure that tasks and deliverables meet predefined quality standards and requirements outlined in checklists.

Core Features & Use Cases

  • Automated Validation: Executes predefined checklists against specified artifacts (code, documents, etc.).
  • Flexible Modes: Supports both fully autonomous execution (yolo) and interactive, step-by-step user confirmation (interactive).
  • Contextual Awareness: Gathers relevant documents and artifacts (code, test results, git diffs) for accurate assessment.
  • Use Case: A developer can use this skill to automatically run the story-dod-checklist against their completed story to ensure all Definition of Done criteria are met before submitting for review.

Quick Start

Use the checklist-runner skill to validate 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 validation of requirements against a Definition of Done checklist?

Automated checklist validation involves loading a Markdown-defined checklist, gathering context like source code and test results, and processing each item to produce PASS, FAIL, PARTIAL, or N/A verdicts with a final summary report.

What is the best way to run a code review checklist autonomously?

Autonomous checklist execution uses a yolo mode to process Markdown checklist items without user intervention, resolving file paths and loading context like source code to validate quality standards automatically.

Can I validate story deliverables interactively before submitting for review?

Interactive validation is supported through a step-by-step mode that prompts for user confirmation on each checklist item, ensuring all Definition of Done criteria are verified before code review submission.

Does checklist validation work with Markdown files and git diffs?

Checklist validation works with Markdown files by resolving specified paths to load checklists, and it gathers context including source code, test results, and git diffs to assess each validation item accurately.

What dependencies do I need to run automated checklist validation?

Automated checklist validation requires no external dependencies, as it processes Markdown-defined checklists and gathers contextual artifacts like story files and source code internally to generate comprehensive reports.