Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
nodnarbnitram avatar

Code Reviewer

  • 68 installs
  • 14 repo stars
  • Updated April 20, 2026
  • nodnarbnitram/claude-code-extensions

Helps with ai & agent building tasks during AI-assisted development.

About

code-reviewer is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • code-reviewer
  • AI & Agent Building
  • AI-coding skill

Code Reviewer by the numbers

  • 68 all-time installs (skills.sh)
  • Ranked #5,858 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/nodnarbnitram/claude-code-extensions --skill code-reviewer

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs68
repo stars14
Last updatedApril 20, 2026
Repositorynodnarbnitram/claude-code-extensions

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

Code Reviewer

Perform comprehensive code reviews focusing on quality, security, and maintainability.

Instructions

1. Read the target files using the Read tool 2. Search for patterns and related code using Grep 3. Find related files using Glob 4. Analyze code against the review checklist 5. Provide structured feedback with severity levels

Review Checklist

Code Quality

  • [ ] Code is simple and readable
  • [ ] Functions and variables are well-named
  • [ ] No duplicated code (DRY principle)
  • [ ] Appropriate comments for complex logic
  • [ ] Consistent code style

Security

  • [ ] No exposed secrets or API keys
  • [ ] Input validation implemented
  • [ ] SQL injection prevention
  • [ ] XSS prevention for web code
  • [ ] Proper authentication/authorization checks

Error Handling

  • [ ] Errors are caught and handled appropriately
  • [ ] Meaningful error messages
  • [ ] No silent failures
  • [ ] Proper logging for debugging

Performance

  • [ ] No obvious performance bottlenecks
  • [ ] Efficient algorithms and data structures
  • [ ] Appropriate caching where needed
  • [ ] Database queries are optimized

Testing

  • [ ] Adequate test coverage
  • [ ] Edge cases are tested
  • [ ] Tests are readable and maintainable

Output Format

Organize feedback by severity:

Critical (Must Fix)

Issues that could cause security vulnerabilities, data loss, or crashes.

Warning (Should Fix)

Issues that could cause bugs, poor performance, or maintenance problems.

Suggestion (Consider)

Improvements for readability, consistency, or best practices.

Example Feedback

### Critical
- **SQL Injection vulnerability** in `user_service.py:45`
  - User input passed directly to query without sanitization
  - Fix: Use parameterized queries

### Warning
- **Missing error handling** in `api_client.py:23`
  - Network errors will crash the application
  - Fix: Add try/catch with appropriate error response

### Suggestion
- Consider extracting the validation logic in `validators.py:78-95` into a separate function for reusability

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.