ワンクリックで
tester
Run tests with Smart Testing and Scope Protection
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run tests with Smart Testing and Scope Protection
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Upgrade DLD framework files from latest template on GitHub.
Autonomous spec execution with subagents (planner, coder, tester, reviewer).
Autonomous spec execution with subagents (planner, coder, tester, reviewer).
Feature specification and research agent. Multi-agent with 4 scouts. Creates specs in ai/features/.
Feature specification and research agent. Multi-agent with 4 scouts. Creates specs in ai/features/.
Manual QA tester — tests product behavior like a real user, not code. Triggers on keywords: test, QA, check behavior, verify feature, manual testing, протестируй, потыкай, проверь как работает
| name | tester |
| description | Run tests with Smart Testing and Scope Protection |
| agent | .claude/agents/tester.md |
Invokes tester subagent for running tests with Smart Testing logic.
Architecture: This skill is a WRAPPER over
.claude/agents/tester.md. The agent file is the source of truth for the tester prompt.
Internal: Called by autopilot after coder completes task
Standalone: Manual testing of specific changes
Task tool:
description: "Test changes"
subagent_type: "tester"
prompt: |
FILES CHANGED: {list}
Run Smart Testing based on file types.
Return: test results with ACTUAL OUTPUT.
SSOT: .claude/agents/tester.md#smart-testing
status: passed | failed
test_output: "Actual pytest output"
in_scope_failures: [list]
out_of_scope_failures: [list]