team-review

Automate parallel code review with AI agents for security, quality, and test coverage.

Updated Nov 9, 2025
One-click install
npx skills add https://github.com/ribon-org/ribon --skill team-review-ribon-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-review
Source: https://github.com/ribon-org/ribon/tree/main/.claude/skills/team-review
Command: npx skills add https://github.com/ribon-org/ribon --skill team-review-ribon-org

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the code review process by leveraging specialized AI agents to examine code from multiple perspectives simultaneously, ensuring higher quality and security.

Core Features & Use Cases

  • Parallelized Review: Spawns distinct AI reviewers (security, quality, test coverage) to analyze code concurrently.
  • Comprehensive Analysis: Each reviewer focuses on specific aspects, catching vulnerabilities, quality issues, and test gaps.
  • Use Case: After implementing a new feature, run this Skill to get a thorough, multi-faceted review before merging, significantly reducing the risk of bugs and security flaws.

Quick Start

Use the team-review skill to review the implementation of the new user authentication feature.

Frequently Asked Questions about team-review

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

FAQPage Schema
How do I automate code review for security and quality?

Automated code review uses specialized AI agents to analyze implementation changes concurrently for security, quality, and test coverage. It synthesizes findings from these distinct reviewers and reports actionable recommendations to improve code before merging.

How does parallel code review with agent teams work?

Parallel code review spawns distinct AI reviewers to examine Git diffs simultaneously from multiple perspectives. Each reviewer focuses on specific aspects like vulnerabilities or test gaps, catching issues concurrently before synthesizing the findings into actionable recommendations.

What do I need to run an automated code review on my Git diffs?

To run automated code review, you need to provide Git diffs of your implementation changes and specific rule files for focused analysis. The environment uses these inputs to spawn specialized agents that synthesize actionable recommendations.

Can I use specialized AI agents to check test coverage and security vulnerabilities?

Yes, you can use specialized AI agents to check test coverage and security vulnerabilities concurrently. The agents analyze implementation changes simultaneously from distinct perspectives, synthesizing their findings into comprehensive, actionable recommendations.

What is the best way to review a new feature implementation before merging?

The best way to review a new feature implementation is running a multi-faceted, parallel code review. Spawning distinct AI agents to analyze security, quality, and test coverage concurrently significantly reduces the risk of bugs and security flaws before merging.

What are the limitations of using AI agents for code review?

Limitations of using AI agents for code review include the strict requirement for Git diffs and specific rule files for focused analysis. The agents analyze implementation changes after development, meaning they cannot replace real-time interactive feedback during the coding process.