---
Systematically validates code, plans, and discussions against actual codebase artifacts to identify risks and gaps.
npx claudepluginhub aeyeops/aeo-skill-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Evaluate each validation dimension systematically. Question every assumption. Cross-reference against actual codebase artifacts.
$ARGUMENTS
If no focus specified, validate the entire preceding context (plan, code changes, discussion, or proposal).
<deliverable_check> Based on the focus area, identify:
If the requested deliverable does not exist, this is automatically a critical finding. Do not proceed to validate planning artifacts as a substitute. Status is NEEDS_ACTION until the deliverable exists. </deliverable_check>
<context_detection> Identify what you're validating:
Adapt your validation approach accordingly. </context_detection>
<investigate_before_answering> Read relevant files before making claims. If uncertain, state what you need to investigate. </investigate_before_answering>
List every assumption in the preceding context. For each:
Examine for issues appropriate to the context type:
For Code:
For Plans/Proposals:
For Configuration:
Identify what's missing:
Compare against existing patterns:
CRITICAL (Resolve before proceeding)
ERRORS FOUND (Severity: HIGH/MEDIUM/LOW)
ALIGNMENT ISSUES (Conflicts with codebase or conventions)
MISSING (Gaps needing attention)
IMPROVEMENTS (Better alternatives with expected benefit)
VALIDATED (Confirmed with citations)
NEEDS VALIDATION (Requires investigation)
After all findings sections, output this human-readable scorecard table:
## Scorecard
| Category | Count | Action needed? |
|--------------------|-------|----------------|
| Critical | X | YES |
| Errors | X | YES |
| Alignment issues | X | YES |
| Missing | X | YES |
| Needs validation | X | YES |
| Improvements | X | no |
| Validated | X | no |
| **Status** | | **PASS / NEEDS_ACTION** |
Rules for Action needed column: Critical, Errors, Alignment, Missing, Needs validation = YES when count > 0. Improvements and Validated are always "no".
Immediately after the scorecard, output this exact summary block (parsed by automation hooks):
<ultrareview_summary>
status: [PASS|NEEDS_ACTION]
critical: [count]
errors: [count]
alignment: [count]
missing: [count]
improvements: [count]
needs_validation: [count]
validated: [count]
</ultrareview_summary>
Rules:
status: PASS only if critical=0 AND errors=0 AND alignment=0 AND missing=0 AND needs_validation=0status: NEEDS_ACTION if any actionable findings existActivates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.