verify

Execute tiered Definition of Done checks and generate pass/fail reports.

Updated May 29, 2026
One-click install
npx skills add https://github.com/InnoMikitaKutas/accelerator-test-task --skill verify-innomikitakutas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/InnoMikitaKutas/accelerator-test-task/tree/main/.claude/skills/verify
Command: npx skills add https://github.com/InnoMikitaKutas/accelerator-test-task --skill verify-innomikitakutas

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the verification process, checking your project against the Definition of Done (DoD) checklist and providing a comprehensive pass/fail status report, reducing merge and PR bottlenecks.

Core Features & Use Cases

  • DoD Checklist Execution: Automated execution of a pre-defined checklist from the .claude/DOD.md file.
  • Structured Report Generation: Outputs a detailed pass/fail report indicating the status of each verification item.
  • Tiered Checks: Supports different tiers of checks based on project type (Minimum, Standard, Full).
  • Use Case: Use this Skill to verify a task before merging or creating a pull request, ensuring all required criteria are met.

Quick Start

Run the verify command to initiate the verification process.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I automate Definition of Done compliance checks before a merge?

Automate Definition of Done compliance by running the verify command, which executes a pre-defined checklist from the `.claude/DOD.md` file and generates a structured pass/fail report for merge readiness. This reduces PR bottlenecks by validating required criteria.

What is a tiered project verification checklist and when do I need it?

A tiered project verification checklist applies different validation depths based on project phase. You need it when a single checklist is insufficient, allowing you to select Minimum, Standard, or Full tiers to ensure merge readiness without over-validating smaller tasks.

How do I generate a structured pass/fail report for code review readiness?

Generate a structured pass/fail report for code review by executing the verification process against your DoD checklist. The output details the status of each item, ensuring all required criteria are explicitly met before creating a pull request.

Does automated DoD compliance verification work with existing build and test tools?

Automated DoD compliance verification works with existing build and test tools, provided they are configured and accessible. The process requires access to relevant project files and configured tools to accurately execute the checklist and validate merge readiness.

What are the limitations of automating merge readiness checks from a DOD file?

Limitations include the strict dependency on a pre-defined `.claude/DOD.md` file for checklist execution and the requirement for configured build/test tools. Without these inputs, the tiered validation process cannot execute or generate a pass/fail report.