dev-validation

Automate development completion validation with acceptance criteria checks and explicit user approval.

205|26|Updated Oct 30, 2025
One-click install
npx skills add https://github.com/LerianStudio/ring --skill dev-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-validation
Source: https://github.com/LerianStudio/ring/tree/main/dev-team/skills/dev-validation
Command: npx skills add https://github.com/LerianStudio/ring --skill dev-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Development cycle validation gate (Gate 5) - validates all acceptance criteria are met and requires explicit user approval before completion.

Core Features & Use Cases

  • Automated checks verify tests and reviews passed
  • Explicit user approval required for completion
  • Severity-based reporting and remediation guidance

Quick Start

Present validation results and request APPROVED or REJECTED decision from user.

Frequently Asked Questions about dev-validation

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

FAQPage Schema
How do I validate that all acceptance criteria are met before deployment?

Validation gates automate verification that acceptance criteria pass by running automated tests, gathering evidence, and requiring explicit user approval before deployment proceeds. This prevents incomplete work from reaching production.

What happens if validation checks fail during the review gate?

Failed validation checks trigger severity-based reporting with remediation guidance, allowing teams to address issues before resubmitting. The gate enforces that corrections occur before approval can be granted.

Can validation prevent self-approval in the development cycle?

Yes, hard-gate enforcement blocks self-approval by requiring explicit APPROVED or REJECTED decisions from designated reviewers, ensuring independent validation of all acceptance criteria before completion.

How do I integrate manual review results with automated test checks?

Validation consolidates both automated test execution and manual review outcomes into a single checklist, combining evidence from both sources to inform the approval decision.

What validation information is logged for compliance and audit purposes?

Evidence-based decision logging captures test results, review status, severity assessments, and explicit approval decisions, creating a complete audit trail of what passed validation and who approved it.