definition-of-done

Automate the GolfNext Definition of Done checklist with build, tests, and linting.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/GolfNext/golfnext-tool-kiosk-support-page --skill definition-of-done-golfnext
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: definition-of-done
Source: https://github.com/GolfNext/golfnext-tool-kiosk-support-page/tree/main/.claude/skills/definition-of-done
Command: npx skills add https://github.com/GolfNext/golfnext-tool-kiosk-support-page --skill definition-of-done-golfnext

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the verification of code quality and completeness, ensuring that all development tasks meet the required standards before merging or deployment.

Core Features & Use Cases

  • Automated Checks: Runs build, tests, and linting to catch errors early.
  • Manual Checklist Guidance: Prompts for essential human-verified items like business logic tests, environment variable documentation, README updates, and deployment verification.
  • Use Case: After completing a new feature, run this skill to get a comprehensive report on whether the code is truly "done" and ready for review or deployment.

Quick Start

Run the definition of done checklist for my current work.

Frequently Asked Questions about definition-of-done

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

FAQPage Schema
How do I automate a definition of done checklist for code review and deployment readiness?

This skill automates a definition of done checklist by running build, tests, and linting, then prompting for manual verification of business logic, environment variables, and README updates to ensure production readiness.

What is included in a definition of done checklist for software engineering?

A definition of done checklist includes automated build, tests, and linting, plus manual verification for business logic, environment variables, README updates, deployment, and code review.

How do I verify environment variables and README updates before deployment?

You verify environment variables and README updates through this skill's manual checklist guidance, which prompts you to confirm documentation and updates before deployment.

Does this definition of done checklist require any specific testing frameworks or dependencies?

This definition of done checklist requires no specific testing frameworks or external dependencies, operating independently to verify code criteria and ensure production readiness.

Why does my code pass automated tests but still fail production readiness checks?

Code passes automated tests but fails production readiness when manual criteria like business logic verification, environment variable documentation, and README updates remain incomplete.