ワンクリックで
review-testability
Review code or diffs with a focus on testability, simplicity, managing technical debt, and sustainable design.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review code or diffs with a focus on testability, simplicity, managing technical debt, and sustainable design.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Read source code and find opportunities to simplify, deduplicate, and consolidate. Apply changes after user approval.
Break down a given task into subtasks with time estimates. Analyzes the codebase and task requirements to produce a structured plan with estimated effort for each step.
Update or create DDD documentation based on the current state of the codebase. Generates a single DOMAIN.md with context map, glossary, and aggregate documentation.
Execute a plan step by step. Reads plan.md in the current working directory or a plan from the conversation context, then implements each subtask sequentially.
Analyze the codebase to discover and extract the ubiquitous language. Identify domain terms, their definitions, and how consistently they are used.
Review code base from the viewpoint of Domain Driven Design (DDD) specialist. Evaluate how core business logics are well organized in terms of DDD principle.
| name | review-testability |
| description | Review code or diffs with a focus on testability, simplicity, managing technical debt, and sustainable design. |
Review code (a diff or the entire codebase) with a focus on testability, simplicity, technical-debt management, and sustainable software development.
Evaluate the code against the following principles:
## Testability Review
### Summary
<Overall assessment in 2-3 sentences — would this code pass a rigorous testability-focused review?>
### Findings
#### [Severity] Finding title
- **Where**: file:line
- **What**: Description of the issue
- **Why it matters**: Impact on testability, maintainability, or development speed
- **Suggestion**: Concrete improvement
...
### Positive Points
- <What the code does well from these perspectives>
### Key Takeaway
<The single most important thing to address, framed as actionable advice>
Severity levels: