validate

Run a multi-phase verification pipeline with automated checks and AI reviews.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kangminlee-maker/26-w07-MaunaKea --skill validate-kangminlee-maker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate
Source: https://github.com/kangminlee-maker/26-w07-MaunaKea/tree/main/.codex/skills/validate
Command: npx skills add https://github.com/kangminlee-maker/26-w07-MaunaKea --skill validate-kangminlee-maker

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates and standardizes the verification process for code changes, ensuring quality, security, and adherence to business logic across different entropy levels.

Core Features & Use Cases

  • Automated Checks: Runs linters, type checkers, tests, and builds for initial validation.
  • AI-Powered Judging: Employs specialized AI agents (Quality, Security, Business Logic) to perform in-depth code reviews, especially for medium and low entropy changes.
  • Visual Verification: Checks UI-related tasks against design mockups and existing interfaces.
  • Use Case: Before merging code, this Skill automatically vets it through multiple automated and AI-driven stages, flagging critical issues and ensuring consistency with project standards and business requirements.

Quick Start

Run the validate skill to perform a full verification of the current code changes.

Frequently Asked Questions about validate

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

FAQPage Schema
How do I automate code review and security checks before merging changes?

Automated code review and security checks before merging are handled through a multi-phase verification pipeline that runs linters, tests, and AI-driven security reviews to ensure changes are robust and aligned with business logic.

What is a multi-phase verification pipeline for CI/CD?

A multi-phase verification pipeline for CI/CD is an automated sequence that adjusts verification density based on entropy tolerance, executing automated checks, AI code quality reviews, security validations, and visual UI checks before code merges.

How do I validate business logic and UI changes against design mockups?

To validate business logic and UI changes against design mockups, an AI judge reviews business requirements while visual verification checks UI-related tasks against existing interfaces to ensure project specifications are met.

Can I adjust verification density based on code change entropy tolerance?

Yes, you can adjust verification density based on entropy tolerance, allowing the pipeline to apply specialized AI agents for in-depth reviews on medium and low entropy changes while standardizing automated checks for all modifications.

What is the best way to run automated checks, type checking, and builds for code validation?

The best way to run automated checks, type checking, and builds for code validation is using a unified pipeline that initializes these checks first, followed by AI-powered quality and security judging to vet code merges comprehensively.