code-reviewer

Analyze source code for bugs, security vulnerabilities, and performance issues.

4|1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/aegntic/clawreform --skill code-reviewer-aegntic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/aegntic/clawreform/tree/main/crates/clawreform-skills/bundled/code-reviewer
Command: npx skills add https://github.com/aegntic/clawreform --skill code-reviewer-aegntic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of reviewing code for common issues, ensuring higher quality, better security, and improved performance in software development projects.

Core Features & Use Cases

  • Pattern Detection: Identifies anti-patterns and deviations from best practices.
  • Bug Identification: Flags potential logic errors and runtime bugs.
  • Security Vulnerability Analysis: Scans for common security flaws like injection risks and improper input validation.
  • Performance Bottleneck Detection: Highlights areas that may lead to performance degradation.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically flag critical issues in pull requests before they are merged, reducing the burden on human reviewers.

Quick Start

Analyze the provided code snippet for security vulnerabilities and suggest improvements.

Frequently Asked Questions about code-reviewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review for security vulnerabilities and performance issues?

Automating code review for security vulnerabilities and performance issues involves analyzing source code to detect anti-patterns, logic errors, and injection risks, providing actionable feedback prioritized by severity to improve maintainability.

What is static analysis for bug detection in a CI/CD pipeline?

Static analysis for bug detection in a CI/CD pipeline scans source code before merging pull requests to automatically flag critical issues like logic errors and security flaws, reducing the burden on human reviewers.

How do I find performance bottlenecks and anti-patterns in my source code?

Finding performance bottlenecks and anti-patterns requires scanning the source code to highlight areas causing performance degradation and identifying deviations from best practices, yielding specific improvement guidance.

Can I use automated code review to flag injection risks and improper input validation?

Yes, automated code review can scan source code to flag common security flaws like injection risks and improper input validation, guiding developers to fix vulnerabilities before they are merged.

What is the best way to prioritize code quality feedback in pull requests?

The best way to prioritize code quality feedback is by analyzing source code and categorizing issues by severity across security, correctness, performance, and style, ensuring developers focus on the most critical problems first.

Does static analysis detect logic errors and runtime bugs automatically?

Static analysis detects logic errors and runtime bugs automatically by evaluating source code patterns, flagging potential issues before deployment to ensure higher software quality and stability.