checklist-runner

Parse markdown checklists and execute validation with user confirmation prompts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the need for consistent and efficient task validation against predefined checklists, reducing human error and saving time.

Core Features & Use Cases

  • Checklist Parsing: Loads and interprets checklist files from multiple locations.
  • Flexible Modes: Supports autonomous (YOLO) and interactive execution to validate work in real-time.
  • Use Case: Teams can automate quality gates before code push, ensuring compliance with quality standards through predefined checklists.

Quick Start

Use the checklist runner to validate the 'pre-push-checklist' in autonomous mode to ensure code quality before pushing.

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 for a pre-deployment checklist?

Automated checklist validation parses markdown checklist files and executes them via user confirmation prompts or autonomous modes. This ensures reliable pre-deployment quality gates by reducing human error during compliance checks.

What is the best way to enforce quality assurance standards before a code push?

Enforcing quality assurance standards before a code push is achieved by running predefined validation checklists in autonomous mode. This automates quality gates, ensuring repeatable compliance across development and operations workflows.

Can I run task validation checklists without manual confirmation prompts?

Task validation checklists can run without manual confirmation using the autonomous execution mode. This bypasses interactive prompts to validate work in real-time, ensuring reliable processing for automated development pipelines.

How does parsing markdown checklists work for workflow automation?

Parsing markdown checklists for workflow automation involves loading and interpreting checklist files from multiple locations. The system then validates tasks against these parsed lists to ensure consistent execution of development and operations procedures.

Do I need specific dependencies to use a markdown checklist runner for compliance checks?

No specific dependencies are required to use the markdown checklist runner for compliance checks. The system operates independently using its internal scripts and references to parse files and execute validation workflows.

When should I use interactive mode instead of autonomous execution for checklist validation?

Interactive mode should be used for checklist validation when manual oversight is needed during operations. Unlike autonomous execution, it prompts for user confirmation at each step, ensuring human verification for complex compliance checks.