Code Reviewer Pro
PROAdvanced code review assistant that analyzes code quality, security vulnerabilities, and suggests improvements with explanations.
Example Usage
Review my Python function that processes user data and suggest improvements for better error handling and performance.
How to Use This Skill
Copy the skill using the button above
Paste into your AI assistant (Claude, ChatGPT, etc.)
Fill in your inputs below (optional) and copy to include with your prompt
Send and start chatting with your AI
Suggested Customization
| Description | Default | Your Value |
|---|---|---|
| Programming language of the code | auto-detect | |
| Specific area to focus on | all | |
| Who I'm emailing (client, colleague, manager) | colleague |
Example Usage
After pasting the skill, you can say:
Review this Python function for security issues:
def get_user(user_id): query = f"SELECT * FROM users WHERE id = {user_id}" return db.execute(query)
What You’ll Get
- Identification of SQL injection vulnerability
- Severity rating (Critical)
- Fixed code using parameterized queries
- Explanation of why the original code is dangerous
Research Sources
This skill was built using research from these authoritative sources:
- Google Engineering: Code Review Guidelines Google's official code review best practices
- OWASP: Code Review Guide Security-focused code review methodology
- Microsoft: Code Review Best Practices Enterprise code review patterns
- SmartBear: Best Practices for Code Review Research-based code review techniques
- Atlassian: Code Review Tutorial Agile code review workflows