definition-of-done

Verify Definition of Done criteria through compilation, tests, and documentation checks.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ReubenFrimpong/past-care-spring --skill definition-of-done-reubenfrimpong
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: definition-of-done
Source: https://github.com/ReubenFrimpong/past-care-spring/tree/main/.claude/skills/definition-of-done
Command: npx skills add https://github.com/ReubenFrimpong/past-care-spring --skill definition-of-done-reubenfrimpong

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill ensures that all Definition of Done criteria are met before a feature is considered complete, preventing incomplete or buggy releases.

Core Features & Use Cases

  • Comprehensive Checklist: Verifies backend and frontend compilation, tests (unit and E2E), and documentation updates.
  • Automated Checks: Includes security, code quality, and permission verifications.
  • Use Case: Before merging a new feature, run this Skill to systematically confirm that the code compiles, all tests pass, documentation is updated, and security best practices are followed.

Quick Start

Use the definition-of-done skill to verify all criteria for the new user authentication feature.

Frequently Asked Questions about definition-of-done

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

FAQPage Schema
How do I verify all definition of done criteria before merging a new feature?▼

To verify definition of done criteria before merging, orchestrate backend and frontend compilation, execute unit and end-to-end tests, and confirm documentation updates to ensure production readiness.

What security and code quality checks should a deployment checklist include?▼

A deployment checklist should include security verifications, code quality checks, and permission validations to ensure the feature meets robust production-ready standards.

Can I systematically confirm backend and frontend compilation passes for a feature?▼

Yes, you can systematically confirm backend and frontend compilation passes by orchestrating automated checks that verify code compiles correctly before marking the feature as complete.

How do I ensure unit and end-to-end tests are integrated into my quality assurance process?▼

Integrate unit and end-to-end tests into quality assurance by running automated verifications that confirm all tests pass, ensuring the feature is robust and bug-free before release.

What is the best way to automate documentation updates as part of feature completion?▼

The best way to automate documentation updates during feature completion is to include documentation verifications within your definition of done checklist to prevent incomplete releases.