code-review-expert

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

41|9|Updated Jan 13, 2026
One-click install
npx skills add https://github.com/personamanagmentlayer/pcl --skill code-review-expert-personamanagmentlayer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-expert
Source: https://github.com/personamanagmentlayer/pcl/tree/main/stdlib/tools/code-review-expert
Command: npx skills add https://github.com/personamanagmentlayer/pcl --skill code-review-expert-personamanagmentlayer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the challenge of ensuring code is high-quality, secure, performant, and maintainable by providing expert-level code review capabilities.

Core Features & Use Cases

  • Comprehensive Code Analysis: Reviews code for quality, security vulnerabilities, performance bottlenecks, and architectural soundness.
  • Constructive Feedback: Provides actionable, prioritized feedback with clear examples.
  • Use Case: Integrate this skill into your CI/CD pipeline to automatically flag potential issues in pull requests before they are merged, improving overall code health and reducing technical debt.

Quick Start

Use the code-review-expert skill to review the attached code file 'main.py' for security vulnerabilities and suggest improvements.

Frequently Asked Questions about code-review-expert

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

FAQPage Schema
How do I check my code for OWASP Top 10 security vulnerabilities?

To check code for OWASP Top 10 security vulnerabilities, use an expert code review process that analyzes input validation, authentication, authorization, and sensitive data handling. This provides structured, actionable feedback with severity ratings to fix identified risks.

What is the best way to review code for performance bottlenecks and database queries?

Reviewing code for performance bottlenecks and database queries involves analyzing algorithmic complexity, resource management, caching mechanisms, and concurrency. Expert code review identifies these issues and provides actionable feedback with code examples to improve maintainability.

Can I use automated code review to detect architectural issues like separation of concerns?

Yes, automated code review can detect architectural issues like separation of concerns, scalability, and API design. It evaluates design patterns and testability, delivering prioritized feedback with severity ratings to improve overall code health.

Does automated code review work across multiple programming languages?

Automated code review works across multiple programming languages to ensure quality, security, performance, and maintainability. It identifies issues related to error handling and documentation, providing structured feedback with code examples regardless of the language.

How do I integrate code review into a CI/CD pipeline to flag issues in pull requests?

To integrate code review into a CI/CD pipeline to flag issues in pull requests, attach the code file to the review process. It automatically analyzes quality, security, and performance, providing actionable feedback to reduce technical debt before merging.

Why should I prioritize code review feedback based on severity ratings?

You should prioritize code review feedback based on severity ratings to systematically address critical security vulnerabilities and performance bottlenecks first. This structured approach ensures maintainability and architectural soundness while effectively reducing technical debt.