review

Orchestrate multi-agent code reviews with severity levels and structured reports.

1|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/george-popescu/bee-dev --skill review-george-popescu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/george-popescu/bee-dev/tree/main/plugins/bee/skills/review
Command: npx skills add https://github.com/george-popescu/bee-dev --skill review-george-popescu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the code review process, ensuring thoroughness, consistency, and adherence to project standards, thereby reducing bugs and improving maintainability.

Core Features & Use Cases

  • Structured Checklist: Guides reviewers through a comprehensive set of checks covering spec compliance, standards, security, and more.
  • Severity Levels & Categories: Clearly defines the impact and type of findings for prioritized action.
  • False Positive Management: Provides rules and a mechanism to avoid flagging common patterns or intentional design choices.
  • Use Case: A developer submits a new feature. The review Skill is activated to systematically check the code against the feature's specification, project coding standards, and security best practices, generating a detailed report of any issues.

Quick Start

Initiate a code review for the current changes using the review skill.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code review to ensure spec compliance and security?

Automating code review involves orchestrating a multi-agent process against a structured checklist to verify spec compliance, coding standards, and security vulnerabilities. This generates a detailed report with categorized findings and severity levels.

What is the best way to manage false positives during an automated code review?

Managing false positives during code review requires predefined rules and mechanisms to avoid flagging common patterns or intentional design choices. The system filters these out so the structured report focuses only on genuine vulnerabilities and standard violations.

How does a multi-agent code review process handle TDD adherence?

A multi-agent code review process handles TDD adherence by systematically checking the submitted code against testing standards. It evaluates test coverage and testing practices, including the results in a structured review report with defined severity levels for any deviations.

Can I prioritize code review findings by severity and category?

Yes, you can prioritize code review findings by using clearly defined severity levels and categories. This categorization allows the multi-agent system to structure the final report, helping developers address critical security vulnerabilities and standards violations before minor issues.

Does systematic code review work without predefined coding standards?

Systematic code review relies heavily on predefined coding standards and a structured checklist to function effectively. Without these references, the multi-agent process cannot accurately evaluate spec compliance, security vulnerabilities, or TDD adherence to generate a meaningful findings report.