code-review

Review pull requests with multi-agent analysis across security, performance, style, test coverage, and documentation.

10|2|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/viktorbezdek/skillstack --skill code-review-viktorbezdek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/viktorbezdek/skillstack/tree/main/code-review/skills/code-review
Command: npx skills add https://github.com/viktorbezdek/skillstack --skill code-review-viktorbezdek

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The skill automates comprehensive code reviews of pull requests, providing evidence‑based findings across security, performance, style, test coverage, and documentation, eliminating manual, inconsistent reviews.

Core Features & Use Cases

  • Multi‑Agent Swarm Review: Five specialized agents (security, performance, style, test, documentation) analyze code in parallel.
  • Evidence‑Based Findings: Each issue includes file:line references, severity, confidence scores, and actionable fix suggestions.
  • Validation Framework: TRUST 5 validation ensures truthfulness, relevance, usability, safety, and timeliness of the review.
  • Use Case: Developers request a detailed review for a PR to catch critical bugs, enforce standards, and streamline merge decisions.

Quick Start

Ask the code-review skill to analyze the current pull request and provide a comprehensive review report.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate pull request reviews for security and performance issues?

Automating pull request reviews for security and performance issues uses a multi-agent analysis framework to evaluate code in parallel. Five specialized agents assess security, performance, style, test coverage, and documentation to deliver evidence-based findings.

What is evidence-based code review and how does it work?

Evidence-based code review provides detailed findings that include file:line references, severity levels, confidence scores, and actionable fix suggestions. A TRUST 5 validation framework ensures truthfulness, relevance, usability, safety, and timeliness of the assessment.

How do I get actionable fix suggestions with file and line references for my code?

To get actionable fix suggestions with file and line references, apply an automated multi-agent review to your pull request. The analysis outputs specific file:line references, severity levels, and confidence scores for every identified issue.

Can I use automated code review to assess test coverage and documentation quality?

Automated code review can assess test coverage and documentation quality simultaneously. Dedicated agents within the multi-agent swarm analyze these specific dimensions alongside security, performance, and style during the pull request evaluation.

Do I need any external dependencies to run multi-agent code analysis?

Multi-agent code analysis requires the Python requests library as its only external dependency. You only need a pull request or codebase available to initiate the comprehensive review and receive the detailed findings report.

What are the limitations of using AI for code review?

Limitations of using AI for code review include the reliance on the TRUST 5 validation framework to ensure truthfulness and relevance, meaning developers must still verify the actionable fix suggestions before merging changes into the software workflow.