con un clic
verification-loop
A comprehensive verification system for Claude Code sessions.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
A comprehensive verification system for Claude Code sessions.
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Choose one external agent for bounded comparison work.
Greets the user politely.
Paraphrase host-strict-vocab tokens (Claude-only in codex files, Codex-only in claude files) and register per-line overrides through the bundled open-source CLI so the result is masked from future status diffs.
Connect Codex with the bundled open-source AI Config Sync Manager CLI.
Print the AI Config Sync Manager reference (commands, areas, risk levels, mapping qualities, action verbs, terminology layers, hidden markers, file locations) through the bundled open-source CLI.
Check AI Config Sync Manager status through the bundled open-source CLI.
| name | verification-loop |
| description | A comprehensive verification system for Claude Code sessions. |
| model | sonnet |
A comprehensive verification system for Claude Code sessions.
Invoke this skill:
npm run build 2>&1 | tail -20
If build fails, STOP and fix before continuing.
npx tsc --noEmit 2>&1 | head -30
Report all type errors. Fix critical ones before continuing.
npm run lint 2>&1 | head -30
npm run test -- --coverage 2>&1 | tail -50
Report:
grep -rn "sk-" --include="*.ts" --include="*.js" . 2>/dev/null | head -10
grep -rn "api_key" --include="*.ts" --include="*.js" . 2>/dev/null | head -10
git diff --stat
git diff HEAD~1 --name-only
Review each changed file for:
After running all phases, produce a verification report:
VERIFICATION REPORT
==================
Build: [PASS/FAIL]
Types: [PASS/FAIL] (X errors)
Lint: [PASS/FAIL] (X warnings)
Tests: [PASS/FAIL] (X/Y passed, Z% coverage)
Security: [PASS/FAIL] (X issues)
Diff: [X files changed]
Overall: [READY/NOT READY] for PR
For long sessions, run verification every 15 minutes or after major changes.
Run: /verify
This skill complements PostToolUse hooks but provides deeper verification. Hooks catch issues immediately; this skill provides comprehensive review.