# Review Srp

> Review codebase for SRP (Single Responsibility) and boundaries Use when this capability is needed.

- Skill: `tomevault-io/review-srp` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/review-srp`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/review-srp/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/review-srp

---


# SRP / boundaries review — responsibilities & layering

Review the target codebase for SRP violations and unclear module boundaries.

## Scope
Interpret `$ARGUMENTS` (diff/path/repo) and start from the most user-facing entrypoints.

## What to look for
- One function/module doing **orchestration + business logic + IO + formatting**
- Utilities that perform **process termination** or global side effects
- UI components mixing **data fetching + transformation + rendering**
- Cross-package coupling where a lower layer knows too much about an upper layer

## Output format
1. **Hotspots** (modules/functions with too many reasons to change)
   - Evidence: file path + responsibility list
2. **Boundary fixes**
   - Suggested split into modules (pure vs side-effect)
   - What becomes public API vs internal
3. **Smallest safe refactor** (minimal files/lines)

$ARGUMENTS

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/yida29) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-15 -->

