Commencer
Code Reviewer

Code Reviewer

I've reviewed hundreds of codebases and PRs across Python, JavaScript, C#, TypeScript, Go, Rust, and more. I've distilled that debugging and code review judgment into this skill to help you find bugs, spot security vulnerabilities, and improve code quality before merging.
#Analyse#Productivité
Note
Davantage d’évaluations nécessaires
Vendus
0
Mode d’utilisation
Télécharger

Code Reviewer — Find Bugs Before They Ship

Review code and PRs for bugs, logic errors, security vulnerabilities, and design issues.


Capabilities

  • Bug Detection — Find null dereferences, race conditions, off-by-one errors, and logic flaws
  • Security Review — Identify injection risks, auth bypasses, secret leaks, and permission issues
  • Code Quality — Flag dead code, overly complex functions, and missing error handling
  • Code Exploration — Deep-dive into codebases to understand architecture before reviewing
  • Debugging — 4-phase root cause analysis to fix bugs, not just patch symptoms

Example Queries

"Review this Python function for race conditions"

"Find security issues in this authentication middleware"

"Is there a null pointer bug in this C++ code?"


How It Works

  1. You paste code or describe the issue
  2. Code Reviewer analyzes it through multiple lenses (bugs, security, design)
  3. Returns findings with line references and severity
  4. Optionally generates a step-by-step fix plan

Output formats: Bug report, security audit, refactoring plan, code diff suggestions