validate

Solid

Produce PASS/WARN/FAIL verdicts for artifacts, plans, code, PRs, or gates.

AI & Automation 367 stars 36 forks Updated today NOASSERTION

Install

View on GitHub

Quality Score: 86/100

Stars 20%
85
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /validate — Canonical Validator Skill > **Role:** validator. Input = artifact (plan, spec, code, PR, fitness gate). Output = `verdict.v1` (PASS / WARN / FAIL with rationale + findings). > **Status (2026-05-08):** introduced ADDITIVE in Phase 1 (m6v5.D.1 / soc-78s2v). Existing validators (council/vibe/pre-mortem/red-team/pr-validate/validation/review/scenario) stay until Phase 2 shim conversion (m6v5.D.2). Fix-C smoke (`soc-wb2aa`) gates Phase 2. `/validate` is a driving adapter for the `validate_acceptance` port in the [Intent-to-Loop Hexagon](../../docs/architecture/intent-to-loop-hexagon.md). When the artifact contains a `hexagon:` block, preserve the bounded context, context packet, guard adapters, and done state in the verdict. When the artifact claims DONE/closed/green, apply the [Completion-Claim Kernel](../shared/validation-contract.md#completion-claim-kernel) before returning PASS. ## Modes (≤8 per Fix-F mode-flag budget) | Mode | Purpose | Replaces (post-Phase 2) | |---|---|---| | (default) | 2-judge multi-judge consensus on any artifact | `/council` default | | `--quick` | Inline single-agent structured review | `/council --quick` | | `--deep` | 4-judge thorough review | `/council --deep` | | `--mixed` | Cross-vendor (Claude + Codex), N×2 judges | `/council --mixed` | | `--debate` | Adversarial 2-round refinement | `/council --debate`, `/red-team` | | `--mode=post-impl` | Code-readiness pipeline (complexity → bug-hunt → council) | `/vibe` | | `--mode=pre-impl...

Details

Author
boshu2
Repository
boshu2/agentops
Created
6 months ago
Last Updated
today
Language
Go
License
NOASSERTION

Related Skills