From rhombus-developer
Review code for quality, security, performance, and adherence to Rhombus engineering conventions. Use this skill when the user asks to review code, check a file for issues, audit code quality, or look for bugs. Also trigger when the user mentions: code review, review this, check this code, find bugs, code quality, security review, PR review, pull request review, look over this, code audit, what's wrong with this code, improve this code, best practices check.
npx claudepluginhub rhombussystems/claude-code-plugins --plugin rhombus-developerThis skill is limited to using the following tools:
Perform a thorough code review focused on quality, security, and maintainability.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
Share bugs, ideas, or general feedback.
Perform a thorough code review focused on quality, security, and maintainability.
Evaluate the code against these categories:
## Code Review: <file or PR>
### Summary
<1-2 sentence overview of the code's purpose and overall quality>
### Critical Issues
- [CRITICAL] <file:line> — <description and fix>
### Improvements
- [IMPROVE] <file:line> — <description and suggestion>
### Nits
- [NIT] <file:line> — <minor style/convention suggestion>
### Positive Notes
- <things done well worth calling out>
### Verdict: APPROVE / REQUEST CHANGES / NEEDS DISCUSSION