一键导入
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]