validation-phase

Community

Automate code quality, ensure flawless execution.

Authormetasaver
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Post-execution quality validation is critical but often manual and inconsistent. This Skill automates comprehensive quality checks after code implementation, ensuring high-quality delivery.

Core Features & Use Cases

  • Multi-faceted Validation: Runs confidence-check (for complexity ≥15), spawns a code-quality-validator for build verification, and a reviewer agent for quality assessment.
  • Scaled Checks: Adapts validation intensity based on change size (Small: build only; Medium: build, lint, prettier; Large: build, lint, prettier, tests) for efficient resource use.
  • Intelligent Failure Handling: Provides clear actions for build failures (critical), lint/prettier warnings (non-blocking), and test failures (user decision), guiding remediation.
  • Use Case: After a feature is implemented, this skill automatically runs all necessary checks, from build validation to code review, ensuring the delivered code meets quality standards before reporting.

Quick Start

Initiate the validation phase for the worker results from the execution phase, with a complexity of 25.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: validation-phase
Download link: https://github.com/metasaver/metasaver-marketplace/archive/main.zip#validation-phase

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository