code-reviewer

Audit code for quality, security, performance, and maintainability issues.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/gitcoder27/trading-backtester-v1 --skill code-reviewer-gitcoder27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/gitcoder27/trading-backtester-v1/tree/main/.agent/skills/code-reviewer
Command: npx skills add https://github.com/gitcoder27/trading-backtester-v1 --skill code-reviewer-gitcoder27

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Expert code review skills for auditing code quality, security, performance, and maintainability to catch issues early and improve software reliability.

Core Features & Use Cases

  • Structured, multi-dimension review process covering correctness, security, performance, and maintainability.
  • Guidance on review types (security, performance, maintainability) and producing actionable reports.
  • Use case: during pull requests, code changes, or audits of legacy code to generate a formal findings report with severity ratings.

Quick Start

Run the code-reviewer on a PR diff or code changes to generate a structured findings report.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I audit code for security vulnerabilities and performance bottlenecks?

To audit code for security vulnerabilities and performance bottlenecks, you can run a structured code review on pull requests or legacy codebases to identify issues before deployment. This generates a prioritized findings report with severity ratings and remediation recommendations.

What is the best way to check code changes for SOLID, DRY, and KISS principles?

Checking code changes for SOLID, DRY, and KISS principles involves applying a structured checklist approach to your code review process. This ensures adherence to software engineering best practices for maintainability and correctness across various programming languages.

Can I use a code review checklist for legacy codebases across different languages?

Yes, you can use a code review checklist for legacy codebases across different languages. The review process is applicable to code changes and legacy systems, evaluating correctness, security vulnerabilities, performance bottlenecks, and maintainability without language-specific constraints.

How do I generate a code review report with severity ratings and remediation recommendations?

Generating a code review report with severity ratings and remediation recommendations requires auditing code changes against multi-dimensional checklists. The output is a prioritized findings report detailing security, performance, and maintainability issues to improve software reliability.

When do I need to run a formal code quality audit on a pull request?

You need to run a formal code quality audit on a pull request to catch issues early before deployment. Auditing focuses on correctness, security vulnerabilities, performance bottlenecks, and maintainability to ensure software reliability prior to merging.