code-reviewer

Review pull requests and audit code for security, performance, and maintainability issues.

1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/NotTheRealRohit/TRACE --skill code-reviewer-nottherealrohit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/NotTheRealRohit/TRACE/tree/main/.opencode/skills/code-reviewer
Command: npx skills add https://github.com/NotTheRealRohit/TRACE --skill code-reviewer-nottherealrohit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the code review process, ensuring higher code quality, identifying security vulnerabilities, and promoting knowledge sharing among developers.

Core Features & Use Cases

  • Pull Request Reviews: Conduct thorough reviews of code changes before merging.
  • Code Audits: Perform systematic checks for quality, security, and performance issues.
  • Refactoring Suggestions: Identify opportunities to improve code structure and maintainability.
  • Use Case: Submit a pull request for review, and the skill will provide a detailed report on potential issues, security risks, and areas for improvement, along with constructive feedback.

Quick Start

Use the code-reviewer skill to review the pull request described in the attached document.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I conduct a code review on a pull request to identify security vulnerabilities?

To conduct a code review on a pull request, submit the code changes to an automated reviewer that audits for security vulnerabilities, performance bottlenecks, and maintainability issues. It provides actionable feedback based on best practices and security standards.

What is code quality auditing and how does it improve maintainability?

Code quality auditing is the systematic evaluation of source code to ensure it meets design patterns and best practices. It identifies refactoring opportunities and maintainability issues, providing actionable feedback to improve overall code structure and security.

How do I get refactoring suggestions for performance bottlenecks in my code?

To get refactoring suggestions for performance bottlenecks, run a code audit on your pull request. The review process identifies structural weaknesses and provides constructive feedback to improve code maintainability and resolve performance issues.

Does automated code review work with existing developer tools for security audits?

Automated code review integrates with developer tools by evaluating pull requests against established security standards and design patterns. It streamlines the code review process by identifying security vulnerabilities and promoting knowledge sharing among developers.

What are the limitations of automated code review for complex refactoring?

Automated code review focuses on identifying potential issues, security risks, and areas for improvement based on best practices. It provides actionable feedback rather than automatically executing complex refactoring, meaning developers must implement the suggested structural changes.