Skill Details
Runtime
(claude-5-opus)
Example user message
[userMessage]: Review the staged changes before I commit them. Prioritize the findings by severity, explain why each issue matters, and recommend the smallest effective improvements without changing the intended behavior.
Example agent response
I've completed a production-focused review of the staged changes.
Executive Summary
The changes are generally well-structured, but I identified one high-severity reliability issue, one medium-severity performance concern, and several maintainability improvements that should be addressed before committing.
Findings
High · Reliability
Error handling is incomplete for failed network requests, which could leave the application in an inconsistent state.
Recommendation: Handle request failures explicitly and ensure state is rolled back when appropriate.
Medium · Performance
The same dataset is processed multiple times inside nested loops.
Recommendation: Cache intermediate results to eliminate redundant computation.
Low · Maintainability
Validation logic is duplicated across multiple functions.
Strengths
Clear function boundaries.
Consistent coding style.
Readable control flow.
Overall Assessment
Ready After Minor Changes — resolving the reliability issue should be the highest priority before committing.
By purchasing this skill, you agree to our terms of service
CLAUDE-5-OPUS
Perform professional, production-focused code reviews directly within your development workflow. This skill analyzes pull requests, Git diffs, staged changes, source files, or entire codebases to identify bugs, security risks, performance bottlenecks, maintainability issues, and architectural concerns. Findings are prioritized by severity, backed by technical reasoning, and paired with actionable recommendations to help you ship cleaner, safer, and more reliable code.
...more
Added 3 weeks ago
