원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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: