checklist-runner

Validate work items against standardized markdown checklists and generate verdict reports.

Updated May 4, 2026
One-click install
npx skills add https://github.com/hitoshiseki/jutsu-simulator --skill checklist-runner-hitoshiseki
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: checklist-runner
Source: https://github.com/hitoshiseki/jutsu-simulator/tree/main/.claude/skills/checklist-runner
Command: npx skills add https://github.com/hitoshiseki/jutsu-simulator --skill checklist-runner-hitoshiseki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates inconsistent, ad-hoc checklist validation across AI agents, ensuring every work item is assessed against the same clear, standardized criteria.

Core Features & Use Cases

  • Dual Execution Modes: Supports autonomous YOLO mode for unattended full-checklist runs and interactive mode for section-by-section user confirmation, fitting both fast automated workflows and collaborative review scenarios.
  • Universal Markdown Checklist Support: Works with any standard .md checklist, no custom formatting or setup required, with fuzzy matching to resolve partial or incorrect checklist names.
  • Standardized Verdict Reporting: Generates consistent pass/fail/partial/not applicable verdicts for each checklist item, plus section-level pass rates and actionable improvement recommendations.
  • Use Case: A development team can use this Skill to run their pre-push checklist autonomously before merging code to catch quality issues early, while a product owner can run the PO master checklist interactively to validate story completeness with stakeholder input.

Quick Start

Use the checklist-runner skill to validate your current code changes against the pre-push checklist in autonomous mode before pushing to the repository.

Frequently Asked Questions about checklist-runner

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

FAQPage Schema
How do I validate work items against a markdown definition of done checklist?▼

Checklist validation processes work items against standardized markdown checklists to generate consistent pass, fail, partial, or not applicable verdicts. It eliminates ad-hoc assessment by ensuring every item is evaluated against identical criteria.

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

Yes, autonomous YOLO mode executes full markdown checklists unattended for pre-push quality gates. Interactive mode also exists for section-by-section user confirmation when collaborative stakeholder review is needed.

Does checklist validation work with any standard markdown file format?▼

Standard markdown checklist validation works with any .md file without requiring custom formatting or setup. It includes fuzzy matching to resolve partial or incorrect checklist names during execution.

How do I get actionable improvement recommendations from a release readiness check?▼

Release readiness verification generates standardized pass/fail/partial verdicts for each checklist item, calculates section-level pass rates, and outputs actionable improvement recommendations detailing specific gaps to address.

What is the best way to ensure consistent quality gate assessment across different AI agents?▼

Applying standardized markdown checklists ensures consistent quality gate assessment across different AI agents. This approach eliminates inconsistent ad-hoc validation by enforcing identical assessment criteria for every work item.

When should I use interactive mode instead of autonomous mode for change impact assessments?▼

Use interactive mode for change impact assessments requiring section-by-section stakeholder confirmation. Autonomous YOLO mode is better suited for fast, unattended workflows where immediate full-checklist execution is preferred.