bee:requesting-code-review

Orchestrate parallel code reviews with six specialized AI agents.

2|1|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/luanrodrigues/ia-frmwrk --skill bee-requesting-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bee:requesting-code-review
Source: https://github.com/luanrodrigues/ia-frmwrk/tree/main/default/skills/requesting-code-review
Command: npx skills add https://github.com/luanrodrigues/ia-frmwrk --skill bee-requesting-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the critical code review process by dispatching six specialized AI agents in parallel, ensuring comprehensive feedback on architecture, business logic, security, testing, nil-safety, and potential consequences of code changes.

Core Features & Use Cases

  • Parallel Review: Six distinct reviewer agents (code, business logic, security, test, nil-safety, consequences) analyze code simultaneously for faster feedback.
  • Contextual Analysis: Leverages pre-analysis tools like Mithril for static analysis and AST extraction to provide reviewers with deep context.
  • Iterative Improvement: Orchestrates a feedback loop where implementation agents fix issues, and reviewers re-evaluate until quality standards are met.
  • Use Case: Before merging a new feature to the main branch, trigger this skill to get a thorough review covering all aspects of code quality and potential impact.

Quick Start

Use the bee:requesting-code-review skill to review the latest code changes.

Frequently Asked Questions about bee:requesting-code-review

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

FAQPage Schema
How do I automate code review for multiple quality dimensions before merging?

Automate code review by dispatching six specialized AI agents in parallel to analyze code quality, business logic, security, testing, nil-safety, and consequences simultaneously. This ensures comprehensive feedback before merging changes to the main branch.

How does AI code review handle context and static analysis?

AI code review handles context by integrating pre-analysis tools like Mithril for static analysis and AST extraction. This provides the reviewer agents with deep contextual understanding of the code structure before evaluating potential issues.

Can I use an iterative fix-and-review cycle for automated code checks?

Yes, you can use an iterative fix-and-review cycle where implementation agents fix identified issues and reviewers re-evaluate the code. This feedback loop continues until all code quality and potential impact standards are met.

What is the best way to check security and nil-safety in new code changes?

The best way to check security and nil-safety is to use parallel specialized agents that specifically target these dimensions alongside business logic and testing. This provides targeted, comprehensive feedback on potential vulnerabilities and runtime errors.

Does parallel AI code review require external dependencies to run?

No external dependencies are required to run the parallel AI code review process. The skill operates independently using its internal scripts and references to orchestrate the six specialized reviewer agents.