code-reviewer

Automate code review for Angular, React, and Next.js applications.

3|Updated May 5, 2026
One-click install
npx skills add https://github.com/bryanvillamilpragma/power-Pragma --skill code-reviewer-bryanvillamilpragma
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/bryanvillamilpragma/power-Pragma/tree/main/skills-registry/workflows/code-reviewer
Command: npx skills add https://github.com/bryanvillamilpragma/power-Pragma --skill code-reviewer-bryanvillamilpragma

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of code review, identifying anti-patterns, architectural issues, and adherence to SOLID principles, providing a structured report for immediate action.

Core Features & Use Cases

  • Automated Code Review: Analyzes code for anti-patterns, architectural issues, and adherence to SOLID principles.
  • Severity Classification: Categorizes findings by severity (BLOCKER, MAJOR, MINOR, SUGGESTION) for prioritized action.
  • Actionable Reports: Generates detailed reports with before/after code snippets, highlighting necessary changes.
  • Use Case: Use this Skill to review pull requests or entire codebases, ensuring high-quality code and adherence to best practices.

Quick Start

Run the code-reviewer skill on your project to automatically perform a code review and generate a report.

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 SOLID principles and anti-patterns?

Automated code review analyzes your codebase against predefined rulesets to identify anti-patterns, architectural issues, and SOLID principle violations, generating a structured report for immediate action.

Can I run automated code analysis on my Angular and React frontend projects?

Yes, automated code analysis supports front-end development frameworks including Angular, React, and Next.js applications, evaluating codebases for adherence to best practices and architectural integrity.

How are code quality findings prioritized in the generated review report?

Code quality findings are categorized by severity levels—BLOCKER, MAJOR, MINOR, and SUGGESTION—allowing developers to prioritize architectural issues and anti-pattern fixes effectively.

What is the best way to review a pull request for architectural issues?

The best way to review a pull request for architectural issues is running an automated analysis that compares code against predefined rulesets, producing actionable reports with before and after code snippets.

Does the code review process require any specific dependencies or environment setup?

No, the code review process requires no external dependencies or environment setup, operating independently to analyze the codebase and generate detailed reports highlighting necessary changes.

How do I get actionable code snippets from a codebase analysis?

Codebase analysis generates detailed reports containing actionable before and after code snippets, directly highlighting necessary changes to resolve identified anti-patterns and SOLID principle violations.