一键导入
verification-loop
A comprehensive verification system for Claude Code sessions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
A comprehensive verification system for Claude Code sessions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
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.
基于 SOC 职业分类
| name | verification-loop |
| description | A comprehensive verification system for Claude Code sessions. |
| model | gpt-5.4 |
| model_reasoning_effort | medium |
| sandbox_mode | workspace-write |
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.