# Developer Review

> Code-review workflow for Developer Studio repositories.

- Skill: `siddsachar/developer-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add siddsachar/developer-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/siddsachar/developer-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: siddsachar (https://skillmd.com/u/siddsachar)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/siddsachar/developer-review

---


# Developer Review

Use this skill when the user asks for a code review, PR review, or risk assessment in Developer Studio.

Prioritize findings over summaries:

1. Inspect workspace identity, branch, dirty state, and changed files.
2. Read relevant diffs and implementation files.
3. Look for correctness bugs, regressions, data loss, security issues, concurrency hazards, and missing tests.
4. Run or recommend focused tests where useful.
5. Report findings first with file paths and line references when possible. If no issues are found, say so clearly and mention residual risk.

Do not rewrite code during a review unless the user asks for fixes.


