code-reviewer

Automate policy-driven code reviews with static analysis and structured reports.

2|Updated Aug 2, 2025
One-click install
npx skills add https://github.com/wssAchilles/Mycode --skill code-reviewer-wssachilles
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/wssAchilles/Mycode/tree/main/telegram/.agents/skills/code-reviewer
Command: npx skills add https://github.com/wssAchilles/Mycode --skill code-reviewer-wssachilles

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides structured, policy-compliant code reviews that focus on quality, SOLID principles, security, performance, and best practices. It helps teams quickly identify issues and improve maintainability.

Core Features & Use Cases

  • Comprehensive code reviews: Assess code quality, architecture, and safety across languages and frameworks.
  • SOLID and design-pattern guidance: Suggests refactors aligned with best practices.
  • Security and performance checks: Highlights vulnerabilities and performance risks with concrete fixes.
  • Use Case: When a PR arrives, run a detailed review checklist and receive actionable improvement items.

Quick Start

Use the code-reviewer to start a review on the specified codebase. Provide the file paths or PR number, and confirm the focus areas. The agent will perform static analysis, identify smells, security issues, and provide concrete suggestions.

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 pull requests to check SOLID principles and security?

Automated code review for pull requests assesses code quality, architecture, and safety by applying static analysis and guideline checks against SOLID principles and security best practices. This process yields a structured report with actionable remediation suggestions.

What is static analysis for code refactoring and how does it improve maintainability?

Static analysis for code refactoring identifies code smells and architectural issues by evaluating codebases against best practices. It suggests refactors aligned with SOLID principles and design patterns, directly improving long-term maintainability and structural code quality.

Can I run policy-driven code reviews across different programming languages?

Policy-driven code reviews can assess code quality, architecture, and safety across multiple languages and frameworks. The review focuses on universal principles like SOLID, security vulnerabilities, and performance risks rather than language-specific syntax.

How do I perform security and performance checks on a codebase diff?

Security and performance checks on codebase diffs highlight vulnerabilities and performance risks by analyzing the submitted code changes. The process outputs concrete fixes and actionable improvement items to ensure the code meets safety and efficiency standards.

What's the best way to get actionable remediation suggestions for code smells?

The best way to get actionable remediation suggestions is running a comprehensive automated review that identifies code smells through static analysis. It evaluates the code against best practices and outputs a structured report detailing concrete fixes.

Does automated code review work without specifying focus areas like performance or security?

Automated code review can run a general assessment, but specifying focus areas like performance, security, or refactoring ensures the static analysis targets relevant vulnerabilities, risks, and best practices for more precise actionable suggestions.