Studio Develop Code Review

Use when the user has uncommitted changes and wants them reviewed before committing — the deliberate whole-diff correctness pass. Triggers on phrases like "review my changes", "code review", "check my work before I commit", "am I ready to commit", "review what we just built", "anything wrong with this diff", or any request to review uncommitted work. Runs in the app repo — the repository that contains `productos/`. Reads the working tree, staged changes, and new untracked files, states what the change is trying to do, reviews across five lenses (correctness, regressions, edge cases, a thin security pass, consistency), verifies every finding against the actual source before reporting, and delivers an in-conversation report — must-fix items, considerations, pre-existing issues — ending in an explicit verdict: ready to commit or not. Works standalone in any repo.

buildgreatproducts 9c8174d 7.1 KB Updated

File contents

buildgreatproducts/product-os-public/tree/main/skills/studio-develop-code-review commit 9c8174d45c

Frequently asked questions

npx skillmds@latest add buildgreatproducts/studio-develop-code-review