checklist-runner

Execute automated or interactive quality assurance checks against markdown-based requirement lists.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the inconsistency in quality assurance by providing a centralized, repeatable engine to validate work against predefined markdown checklists.

Core Features & Use Cases

  • Autonomous Validation: Run checklists in yolo mode to process requirements and generate a final pass/fail report automatically.
  • Interactive Review: Execute section-by-section audits with human-in-the-loop confirmation for critical tasks.
  • Use Case: Use this skill to verify that a new feature implementation meets the Definition of Done before submitting a pull request.

Quick Start

Invoke the checklist runner to execute the story-dod-checklist in interactive mode for the current project.

Frequently Asked Questions about checklist-runner

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

FAQPage Schema
How do I automate quality assurance checks against a markdown checklist?

Automated quality assurance checks execute markdown-based requirement lists in yolo mode to process requirements and generate a final pass/fail report autonomously. This validates code and documentation artifacts against predefined business logic without manual intervention.

What is the best way to verify code meets a Definition of Done before a pull request?

Verifying code meets a Definition of Done involves running an interactive checklist runner to execute section-by-section audits with human-in-the-loop confirmation. This provides structured reporting with actionable recommendations for improvement before submission.

Can I perform interactive validation for critical governance tasks instead of fully autonomous checks?

Interactive validation is supported through section-by-section audits with human-in-the-loop confirmation. This mode allows you to manually verify critical tasks and governance requirements rather than relying on fully autonomous yolo mode processing.

How do I standardize quality gates across different software engineering projects?

Standardizing quality gates requires a centralized, repeatable engine to validate work against predefined markdown checklists. This ensures consistent verification of artifacts against established business logic and quality standards across projects.

What format does the validation report use for pass, fail, or partial checklist results?

Validation reports provide structured reporting with pass, fail, or partial verdicts. Alongside the final status, the report includes actionable recommendations for improvement to address any unmet quality assurance criteria.