verify
Verify that a code change actually does what it's supposed to by running the app and observing behavior.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Verify that a code change actually does what it's supposed to by running the app and observing behavior.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Run a prompt or slash command on a recurring interval (e.g. /loop 5m /foo, defaults to 10m).
Launch and drive this project's app to see a change working. Use when asked to run, start, or screenshot the app.
Review changed code for reuse, quality, and efficiency, then fix any issues found.
Help users add, configure, trust, authenticate, and troubleshoot MCP (Model Context Protocol) servers in ax-code. Use when the user asks about MCP setup, connecting external tools, OAuth flows for MCP, trust issues, or diagnosing MCP server problems.
Reduce duplication and dead code, improve module and component boundary clarity, and remove overengineering. Conservative by default - prefers small safe moves over sweeping rewrites.
Diagnose a bug and implement the fix. Confirms root cause before making changes, then verifies with the relevant tests.
SOC 職業分類に基づく
| name | verify |
| description | Verify that a code change actually does what it's supposed to by running the app and observing behavior. |
| agent | build |
| argument-hint | <what to verify, e.g. "the login fix" or "PR |
Verify that the change described in $ARGUMENTS works correctly by exercising it at runtime.
git diff HEAD~1 --stat or the specific files/PR referenced.Produce a structured verdict:
Status: PASS or FAIL
What was tested: the specific actions taken.
Expected vs Observed: for each test point, what should happen vs what did happen.
Evidence: screenshots, response snippets, or log excerpts.
Issues found: if FAIL, describe each issue with reproduction steps.