corvus-phase-5

Execute Corvus phase-5 final validation with objective checks and optional UX/DX review.

3|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/NachoFLizaur/corvus --skill corvus-phase-5
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: corvus-phase-5
Source: https://github.com/NachoFLizaur/corvus/tree/main/skill/corvus-phase-5
Command: npx skills add https://github.com/NachoFLizaur/corvus --skill corvus-phase-5

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Final validation ensures both objective (code-quality) and subjective (ux/dx) quality gates are completed for Corvus Phase-5, preventing regressions and ensuring a consistent user and developer experience.

Core Features & Use Cases

  • Objective validation: enforces mandatory code-quality checks and build/tests execution.
  • Subjective review gate: triggers UX/DX review when any task requires it.
  • Gate reporting: clear PASS/FAIL status and actionable remediation guidance.

Quick Start

Execute the final validation workflow for Corvus Phase-5 by running objective checks and, if necessary, initiating UX/DX review.

Frequently Asked Questions about corvus-phase-5

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

FAQPage Schema
What is phase-5 quality gate validation in release management?

Phase-5 quality gate validation is an end-to-end final check that enforces mandatory code-quality criteria and triggers UX/DX review when required, ensuring features pass objective and subjective gates before release.

How do I run final validation checks for a software release?

Run final validation checks by executing mandatory code-quality checks and build tests, then conditionally triggering UX/DX review if any task requires it, resulting in a clear PASS or FAIL gate status.

When do I need to trigger a UX/DX review during code validation?

You need to trigger a UX/DX review during code validation when the requires_ux_dx_review flag is true, invoking the optional 5b subjective gate after the mandatory 5a objective quality checks pass.

Does phase-5 validation require any dependencies to run?

Phase-5 validation requires no external dependencies to run, operating independently to execute objective code-quality checks and conditionally invoke subjective UX/DX reviews for gate compliance reporting.

What is the difference between 5a and 5b validation criteria?

The 5a criteria are mandatory objective code-quality checks and build tests, whereas 5b is an optional subjective UX/DX review invoked only when a task explicitly requires it.

Why does my quality gate validation report a FAIL status?

Quality gate validation reports a FAIL status when mandatory 5a code-quality checks are not met or when required 5b UX/DX review fails, providing actionable remediation guidance to resolve issues.