role:reviewer

Review code for quality, security, performance, and conventions.

22|7|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/berrzebb/SoulFlow-Orchestrator --skill role-reviewer-berrzebb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: role:reviewer
Source: https://github.com/berrzebb/SoulFlow-Orchestrator/tree/main/src/skills/roles/reviewer
Command: npx skills add https://github.com/berrzebb/SoulFlow-Orchestrator --skill role-reviewer-berrzebb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the need for thorough code quality assurance by systematically reviewing code for potential issues in quality, security, performance, and adherence to conventions.

Core Features & Use Cases

  • Code Quality Review: Analyzes code against predefined criteria for accuracy, security vulnerabilities (OWASP Top 10), performance bottlenecks, and coding style consistency.
  • Multi-Lens Perspective: Employs distinct reviewer perspectives (security expert, new hire, future maintainer) to identify a broader range of potential issues.
  • Use Case: After a developer completes a new feature, the reviewer skill can be invoked to perform a comprehensive code audit before merging, ensuring the code is robust, secure, and maintainable.

Quick Start

Use the role:reviewer skill to review the code changes in the current branch for security vulnerabilities and adherence to coding conventions.

Frequently Asked Questions about role:reviewer

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

FAQPage Schema
How do I perform a security audit on my code before merging?

To perform a security audit before merging, you can use a code review process that analyzes code against OWASP Top 10 vulnerabilities. This Skill applies multiple analytical lenses to identify security issues and ensure robust, secure code.

What is a multi-lens code review and how does it improve quality assurance?

A multi-lens code review improves quality assurance by applying distinct reviewer perspectives, such as a security expert, a new hire, and a future maintainer. This approach identifies a broader range of potential quality, performance, and convention issues.

How do I check my code changes for performance bottlenecks and coding standards?

You can check code changes for performance bottlenecks and coding standards by running an expert code review. This Skill systematically analyzes your branch for accuracy, performance issues, and adherence to predefined coding style conventions.

Does this code review approach provide evidence-based feedback for maintainability?

Yes, this code review approach provides evidence-based feedback for maintainability by requiring adherence to strict review protocols. It evaluates long-term maintainability by simulating a future maintainer's perspective to ensure code is robust.

When do I need an automated code review for long-term maintainability?

You need an automated code review for long-term maintainability when a developer completes a new feature. Performing a comprehensive code audit before merging ensures the code is secure, robust, and maintainable for future developers.