prp-feature-review-agents

Spawn parallel specialized agents to review code quality, security, and performance.

2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/gobikom/prp-framework --skill prp-feature-review-agents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prp-feature-review-agents
Source: https://github.com/gobikom/prp-framework/tree/main/adapters/codex/prp-feature-review-agents
Command: npx skills add https://github.com/gobikom/prp-framework --skill prp-feature-review-agents

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill solves the problem of conducting comprehensive, senior-engineer-level reviews of code packages or folders. It spawns specialized Agent subprocesses to provide parallel and in-depth analysis.

Core Features & Use Cases

  • Multi-Agent Analysis: Utilizes parallel agents for thorough review.
  • Fresh Context Windows: Each agent operates with a clean, fresh context.
  • Deep Exploration: Agents can delve into all files within the package.
  • Specialized Focus: Different agents are tailored for code quality, security, product ideas, performance, accessibility, dependencies, and observability.
  • Iterative Review-Fix Cycles: Continuous improvement through review cycles.
  • Use Case: Perfect for software development, especially when reviewing large, complex codebases or packages.

Quick Start

Run the feature review on the 'packages/web' package.

Frequently Asked Questions about prp-feature-review-agents

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

FAQPage Schema
How do I perform a deep code review on a large software package?

Deep code review for large software packages is performed by spawning parallel, specialized agent subprocesses. Each agent operates with a fresh context window to conduct thorough, code-level analysis without hitting memory limits.

Can I analyze code quality and security simultaneously during a feature review?

Code quality and security are analyzed simultaneously during a feature review by dispatching specialized agents in parallel. Distinct agents handle specific focus areas including performance, accessibility, dependencies, and observability.

What is the best way to review a complex codebase for iterative improvement?

The best way to review a complex codebase for iterative improvement is using multi-agent analysis. Specialized agents delve into all files within the package, enabling continuous refinement through iterative review-fix cycles.

Does multi-agent feature review work with large and complex codebases?

Multi-agent feature review is explicitly designed for large and complex codebases. It handles scale by giving each specialized agent a fresh context window, allowing deep exploration of all package files.

How to start a feature review on a specific package folder?

To start a feature review on a specific package folder, trigger the analysis on the target directory. The system automatically spawns parallel agent subprocesses to evaluate code quality, security, and performance.