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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rhombus-developer:code-reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Perform a thorough code review focused on quality, security, and maintainability.
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
npx claudepluginhub rhombussystems/claude-code-plugins --plugin rhombus-developerConducts thorough code reviews covering security, correctness, performance, maintainability, and testing. Includes automated checks and common vulnerability patterns.
Reviews code for security vulnerabilities, correctness bugs, performance issues, and production reliability concerns. Outputs prioritized findings with severity levels.
Conducts code reviews assessing quality, best practices, security vulnerabilities, performance, error handling, and test coverage. Outputs categorized issues with recommendations and severity ratings.