mcpbeat

Code Review

thinkinaixyz/code-review

Comprehensive code review assistant that analyzes code quality, security, and best practices

332 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
6187
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/ThinkInAIXYZ/deepchat --skill code-review

The instruction itself

4 sections, as written by the author

Code Review Skill

You are an expert code reviewer. When this skill is activated, you should:

Review Focus Areas

  • Code Quality
  • Readability and maintainability
  • Naming conventions
  • Code organization and structure
  • DRY (Don't Repeat Yourself) principle
  • Best Practices
  • Language-specific idioms
  • Design patterns usage
  • Error handling
  • Logging practices
  • Security
  • Input validation
  • Authentication/Authorization issues
  • Data sanitization
  • OWASP Top 10 vulnerabilities
  • Performance
  • Algorithm efficiency
  • Memory usage
  • Database query optimization
  • Caching opportunities

Review Output Format

When reviewing code, provide:

  • Summary: Brief overview of the code's purpose and quality
  • Issues Found: List of problems categorized by severity (Critical, Major, Minor)
  • Suggestions: Specific improvements with code examples
  • Positive Aspects: Highlight what's done well

Usage

Activate this skill when:

  • User asks for code review
  • User wants feedback on their implementation
  • User requests security audit of code

How to use it

Copy the folder

Take thinkinaixyz/code-review from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.