write-checklist

Generate acceptance checklists from approved specifications in Markdown.

1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/g-bastianelli/nuthouse --skill write-checklist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-checklist
Source: https://github.com/g-bastianelli/nuthouse/tree/main/acid-prophet/skills/write-checklist
Command: npx skills add https://github.com/g-bastianelli/nuthouse --skill write-checklist

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the creation of a detailed acceptance checklist from an approved specification, ensuring that all required verifications are covered before merging a PR.

Core Features & Use Cases

  • Spec-to-Checklist Conversion: Reads an approved spec and generates a checklist.
  • Documentation Generation: Writes the checklist to a Markdown file.
  • PR Comment Posting: Optionally posts the checklist as a PR comment.
  • Use Case: Before merging a PR, use this Skill to generate a checklist from the spec, ensuring all acceptance criteria are met.

Quick Start

Generate a checklist for the spec at 'docs/acid-prophet/specs/feature-spec.md'.

Frequently Asked Questions about write-checklist

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

FAQPage Schema
How do I generate an acceptance checklist from a specification for PR review?

To generate an acceptance checklist from a specification, you use this Skill to parse an approved spec and output a Markdown checklist covering all required QA verifications before a PR merge.

What is the process for converting an approved feature spec into a QA checklist?

The process involves parsing an approved specification document to extract acceptance criteria, which the Skill then automatically translates into a concrete, actionable checklist for QA verification.

Can I post a generated specification checklist directly as a PR comment?

Yes, you can optionally post the generated specification checklist directly as a PR comment, ensuring all required verifications are visible and covered during the review process.

Do I need Python to convert a markdown specification into an acceptance checklist?

Yes, you need Python installed, as the Skill relies on Python scripting to parse the specification and generate the Markdown documentation for your acceptance checklist.

What is the best way to ensure all acceptance criteria are covered before merging a PR?

The best way to ensure all acceptance criteria are covered is to automate checklist generation from the approved specification, systematically verifying every required condition before the PR review.

Are there limitations when parsing complex specifications for QA checklist generation?

Limitations depend on the specification's structure, as the parsing script requires a clear, approved Markdown spec to accurately extract and generate the concrete acceptance checklist without missing required verifications.