一键导入
verify
Verify implemented features work correctly by driving browser/UI testing with screenshots and programmatic assertions
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Verify implemented features work correctly by driving browser/UI testing with screenshots and programmatic assertions
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when implementing features, fixing bugs, refactoring code, optimizing performance, resolving deprecations, or any multi-step development task requiring planning, implementation, testing, and review. Orchestrates specialized agent teammates through research, architecture, coding, QA, code review, adversarial review, and documentation phases. Triggers on: "implement", "build", "fix bug", "refactor", "add feature", "develop this", "help me build", "add functionality", "optimize performance", "resolve deprecation", "systematic development". Do NOT trigger on: simple questions ("what does this code do?"), file searches ("where is the auth function?"), one-off commands ("run the tests"), code explanations, quick edits, or non-development tasks.
Multi-lens adversarial review with Skeptic, Architect, and Minimalist lenses and 7+ attack vectors
Auto-improve any agent prompt using Karpathy's autoresearch method with iterative test-measure-improve loops
Safety guardrail that blocks destructive commands for the current session
Core development rules and philosophy for coding standards, git practices, and quality guidelines
Directory freeze guardrail that restricts file edits to a specific directory for the current session
| name | verify |
| description | Verify implemented features work correctly by driving browser/UI testing with screenshots and programmatic assertions |
Drive interactive testing to verify that implemented features actually work. Take screenshots, record evidence, and enforce programmatic assertions at each step. Uses Playwright MCP when available, falls back to CLI-based verification.
Triggers on: "verify this works", "check the output", "test the UI", "verify the feature", "screenshot test", "visual verification", "does it actually work". Do NOT trigger on: unit test writing (use tdd-workflow), code review (use code-review), standard test runs.
Announce: "Running verification. I will test the feature interactively and capture evidence."
Check for Playwright MCP (`mcp__playwright__*`) or Chrome DevTools MCP (`mcp__chrome-devtools__*`). Fall back to CLI verification if unavailable. From requirements/BDD scenarios, determine what to verify. Each step needs: action, expected result, assertion type. Navigate to feature, interact with UI, capture screenshots at each step, assert expected outcomes. Save screenshots, network logs, console output, assertion results. Pass/fail for each step with evidence links. Every assertion must be programmatic (not visual-only) — check element existence, text content, network responses Capture screenshot BEFORE and AFTER each interaction for comparison Report failures with: step number, expected vs actual, screenshot evidence If Playwright MCP unavailable, verify via CLI commands, API calls, or log output