verify-a3
Verify adoption criterion A3 (Feedback Loop Closure) in the current project. Reports fulfillment level 0–3.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Verify adoption criterion A3 (Feedback Loop Closure) in the current project. Reports fulfillment level 0–3.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Assess the Agent Readiness level of the current project across all 11 criteria (C1.1–C8.2) and produce a structured report with the achieved level, per-criterion scores, gaps, and recommendations.
Verify readiness criterion C1.1 (Codebase Accessibility) in the current project. Reports fulfillment level 0–2.
Verify readiness criterion C2.1 (Setup Automation) in the current project. Reports fulfillment level 0–3.
Verify readiness criterion C3.1 (Architecture Depth) in the current project. Reports fulfillment level 0–3.
Verify readiness criterion C5.1 (Runnability) in the current project. Reports fulfillment level 0–2.
Verify readiness criterion C5.2 (Unit Test Coverage) in the current project. Reports fulfillment level 0–3.
| name | verify-a3 |
| description | Verify adoption criterion A3 (Feedback Loop Closure) in the current project. Reports fulfillment level 0–3. |
| allowed-tools | Bash Read |
| Level | Description |
|---|---|
| 0 | Agents produce output and hand it directly to the human; no self-verification |
| 1 | Agents run basic checks (compilation, syntax) but do not iterate on failures before presenting results |
| 2 | Agents run the full test suite and linter, iterate on failures, and present only passing results to the human |
| 3 | Agents have access to CI pipeline results, production monitoring, and MCP-connected tool outputs; verification is fully automated and includes post-deployment checks |
CLAUDE.md or AGENTS.md and look for sections that instruct agents to run tests, linters, or other quality checks before presenting results..claude/skills/ directory — read skill files and assess whether they include verification steps (build, test, lint) before reporting results..claude/settings.json, .mcp.json) for any CI pipeline or production monitoring servers that give agents programmatic access..claude/settings.json for hooks that automatically run quality checks.Gather the evidence described above and determine the fulfillment level for A3.
This criterion measures the degree to which agents close their own feedback loops before handing work to a human. Look for evidence that the workflow (skills, CLAUDE.md, AGENTS.md) instructs or enables agents to verify their own output.
Scoring guide:
npm test before completing" qualifies.Report in exactly this format:
A3 — Feedback Loop Closure