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 页面并帮你完成安装。
基于 SOC 职业分类
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.
| 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.