checklist-runner

Run checklist validations across documentation and codebases.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/guma154-cmd/noctua-orcamento --skill checklist-runner-guma154-cmd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: checklist-runner
Source: https://github.com/guma154-cmd/noctua-orcamento/tree/main/.claude/Documentos/AGENTES%20PESSOAIS/temp-aiox-core/.claude/skills/checklist-runner
Command: npx skills add https://github.com/guma154-cmd/noctua-orcamento --skill checklist-runner-guma154-cmd

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the verification process by automatically running checklists on documentation and code, reducing manual review effort.

Core Features & Use Cases

  • Checklist Resolution: Finds and loads checklists from various locations, including fuzzy matching.
  • Mode Flexibility: Supports autonomous yolo mode or interactive step-by-step validation.
  • Use Case: An agent verifies a project's readiness for release by executing a pre-push checklist, ensuring all quality standards are met before deployment.

Quick Start

Invoke the checklist runner with a specific checklist name and optional mode to perform automated or interactive validation of project tasks.

Frequently Asked Questions about checklist-runner

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

FAQPage Schema
How do I automate checklist validation for code and documentation?

Automate checklist validation by invoking a runner with a specific checklist name to automatically verify code and documentation against local checklist files, ensuring compliance and reducing manual review effort.

Can I run a pre-push checklist interactively step-by-step?

Yes, you can run a pre-push checklist interactively step-by-step. The runner supports both an autonomous mode for quick validation and an interactive mode for step-by-step verification of project tasks.

How does fuzzy matching work for finding local checklist files?

Fuzzy matching for local checklist files works by adaptively resolving and loading checklists from various locations, allowing the runner to find the correct validation file even without an exact name match.

What is the best way to ensure project readiness before deployment?

The best way to ensure project readiness before deployment is to execute a pre-push checklist using an automated runner, which verifies that all quality assurance and compliance standards are met automatically.

Does the checklist runner require external dependencies to function?

No, the checklist runner requires no external dependencies to function. It operates independently using local scripts and references to automate validation tasks across your codebase.

When should I use autonomous mode versus interactive mode for quality assurance?

Use autonomous mode for rapid validation of known standards and interactive mode when you need to review each step of the quality assurance process to ensure compliance before deployment.