role-tester
Tester role — verifies implementations through tests and validation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Tester role — verifies implementations through tests and validation
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Delegate GitHub issue-to-PR orchestration to the AutoShip OpenCode plugin.
Implementer role — writes code to implement features or fixes
AutoShip orchestration for OpenCode-only workers
Display current AutoShip orchestration status — running agents, quota bars, progress, token usage
Interactive setup wizard for AutoShip on OpenCode — model selection, tool detection, concurrency tuning
Post-completion verification pipeline for OpenCode — review, simplify, re-verify, PR creation, CI monitoring, cleanup
| name | role-tester |
| description | Tester role — verifies implementations through tests and validation |
| platform | opencode |
| tools | ["Bash","Read","Glob","Grep"] |
Verifies implementations through tests and validation.
glob "**/*test*.{ts,js,py}"
glob "**/test/**"
bash hooks/opencode/test-policy.sh
bash hooks/opencode/smoke-test.sh
npm test 2>/dev/null || pytest 2>/dev/null || echo "No test command"
Check each acceptance criterion is met.
Write to .autoship/workspaces/<issue-key>/TEST_RESULTS.md:
# Test Results: #<number>
## Status: PASS | FAIL
## Test Command
\`\`\`bash
<test-command>
\`\`\`
## Results
- <result>
## Coverage
- <coverage-report>
Uses opencode/minimax-m2.5-free.