review

Analyzes code against specifications, standards, security, and TDD requirements.

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

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 improving overall code quality and reducing bugs.

Core Features & Use Cases

  • Structured Checklist: Guides reviewers through a comprehensive checklist covering spec compliance, standards, dead code, quality, security, TDD, and pattern consistency.
  • Severity Levels & Categories: Clearly defines severity (Critical, High, Medium) and categories (Bug, Spec Gap, Standards, etc.) for findings.
  • False Positive Management: Provides rules and a mechanism to handle common false positives, reducing noise.
  • Use Case: A developer submits a new feature. The review skill is invoked to systematically check the code against the feature's specification, project coding standards, and security best practices, providing actionable feedback.

Quick Start

Initiate a code review for the current phase by following the detailed checklist and generating a REVIEW.md report.

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 against project specifications and security standards?

Automate code review by orchestrating a multi-agent process that analyzes code against specifications, standards, security, and TDD compliance. It generates a structured REVIEW.md report with severity levels and actionable findings.

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

Manage false positives during code review using defined rules and a specialized mechanism to filter common noise. This reduces review friction by ensuring only valid spec gaps, bugs, and standards violations are reported.

How does TDD compliance checking work in an automated code review?

TDD compliance checking works by analyzing submitted code against test-driven development patterns as part of a comprehensive checklist. It categorizes deviations as findings within structured review reports.

Can I use a structured checklist to review code for dead code and quality issues?

You can use a structured checklist to review code for dead code, quality issues, spec compliance, and security. It systematically guides the analysis to ensure thoroughness and consistency across project standards.

How do I categorize code review findings by severity and type?

Categorize code review findings by severity levels like Critical, High, and Medium, and by types such as Bug, Spec Gap, or Standards. This structured categorization provides actionable feedback for developers.

When do I need to generate a structured code review report?

Generate a structured code review report when a developer submits a new feature or code phase. It systematically documents actionable findings, severity levels, and compliance with project specifications and standards.