一键导入
test-architecture
Internal methodology for architect-owned test architecture. Produces structured testing strategy prose inside the architecture discovery marker.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Internal methodology for architect-owned test architecture. Produces structured testing strategy prose inside the architecture discovery marker.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Instructions for using gcode CLI for code search and retrieval. Loaded on demand when project has a code index.
Pre-transition checklist for closing or reviewing tasks. Covers fresh verification evidence, commits, and memory gates.
Use when processing CodeRabbit review comments, CodeRabbit CLI reports, or `$gobby coderabbit [findings]` requests.
Use when creating, editing, or validating Gobby skills, especially when a skill must change agent behavior or become discoverable through gobby-skills.
Use when coordinating a full gobby build run for an epic or task, especially when the user assigns the current session as coordinator, asks for a coordination epic, wants build agents/worktrees monitored, or wants gobby build bugs fixed so future runs work unattended.
Router contract for provider-aware Gobby help and installed skill dispatch.
| name | test-architecture |
| description | Internal methodology for architect-owned test architecture. Produces structured testing strategy prose inside the architecture discovery marker. |
| version | 1.0.0 |
| category | methodology |
| internal | true |
| triggers | test architecture, test strategy, coverage risks |
| metadata | {"gobby":{"audience":"agent","depth":0}} |
Use this skill when acting as the architect discovery-stage agent.
Capture the testing strategy needed to guide downstream planning, expansion, implementation, and QA. Focus on risks, coverage boundaries, and infrastructure needs. Do not create task sections.
Write only this section shape:
## Test Architecture
### Integration
- **<plan-section or surface>**: <what to verify>
### E2E
- **<plan-section or workflow>**: <full-flow scenario>
### Regression
- **<plan-section or bug class>**: <bug class to defend against>
### Contract
- **<surface>**: <surfaces that must agree>
### Infrastructure
- **<infra need>**: <new fixture, helper module, harness>
If unit tests are enough, write:
## Test Architecture
Unit tests sufficient - no additional test types recommended.
Do NOT write ### N.N task sections or PRD acceptance criteria.