Comprehensive code analysis covering security vulnerabilities, performance bottlenecks, maintainability issues, and best practice violations.
Works with
Scans for critical security flaws including SQL injection, XSS, authentication gaps, unsafe deserialization, and credential exposure
Identifies performance problems such as N+1 queries, inefficient algorithms, memory leaks, and unnecessary re-renders
Evaluates code quality across duplication, function length, cyclomatic complexity, naming clari
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versioncode-review-proExecute the skills CLI command in your project's root directory to begin installation:
Fetches code-review-pro from onewave-ai/claude-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate code-review-pro. Access via /code-review-pro in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
0
total installs
0
this week
78
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
78
stars
Deep code analysis covering security, performance, maintainability, and best practices.
Activate when the user:
Security Analysis (Critical Priority)
Performance Analysis
Code Quality & Maintainability
Best Practices
Bugs and Edge Cases
Provide Actionable Fixes
# Code Review Report
## 🚨 Critical Issues (Fix Immediately)
### 1. SQL Injection Vulnerability (line X)
**Severity**: Critical
**Issue**: User input directly concatenated into SQL query
**Impact**: Database compromise, data theft
**Current Code:**
```javascript
const query = `SELECT * FROM users WHERE email = '${userEmail}'`;
Fixed Code:
const query = 'SELECT * FROM users WHERE email = ?';
db.query(query, [userEmail]);
Explanation: Always use parameterized queries to prevent SQL injection.
[Details...]
[Details...]
[Details...]
Changes with high impact and low effort:
calculateDiscount()
## Examples
**User**: "Review this authentication code"
**Response**: Analyze auth logic → Identify security issues (weak password hashing, no rate limiting) → Check token handling → Note missing CSRF protection → Provide specific fixes with code examples → Prioritize by severity
**User**: "Can you find performance issues in this React component?"
**Response**: Analyze component → Identify unnecessary re-renders → Find missing useMemo/useCallback → Note large state objects → Check for expensive operations in render → Provide optimized version with explanations
**User**: "Review this API endpoint"
**Response**: Check input validation → Analyze error handling → Test for SQL injection → Review authentication → Check rate limiting → Examine response structure → Suggest improvements with code samples
## Best Practices
- Always prioritize security issues first
- Provide specific line numbers for issues
- Include before/after code examples
- Explain *why* something is a problem
- Consider the language/framework context
- Don't just criticize—acknowledge good code too
- Suggest gradual improvements for large refactors
- Link to documentation for recommendations
- Consider project constraints (legacy code, deadlines)
- Balance perfectionism with pragmatism
- Focus on impactful changes
- Group similar issues together
- Make recommendations actionable
Make data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
asyrafhussin/agent-skills
shadcn/improve
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
Useful defaults in code-review-pro — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
code-review-pro is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Keeps context tight: code-review-pro is the kind of skill you can hand to a new teammate without a long onboarding doc.
We added code-review-pro from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Useful defaults in code-review-pro — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
I recommend code-review-pro for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
Useful defaults in code-review-pro — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Solid pick for teams standardizing on skills: code-review-pro is focused, and the summary matches what you get after install.
Keeps context tight: code-review-pro is the kind of skill you can hand to a new teammate without a long onboarding doc.
code-review-pro is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
showing 1-10 of 67