code-review

Review source code with seven independent reviewers for issues and convention violations.

Updated May 10, 2026
One-click install
npx skills add https://github.com/MubasherMohammed/opencode-BioInfo --skill code-review-mubashermohammed
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/MubasherMohammed/opencode-BioInfo/tree/main/skills/power-pack/code-review
Command: npx skills add https://github.com/MubasherMohammed/opencode-BioInfo --skill code-review-mubashermohammed

SYSTEM DOCUMENTATION & REQUIREMENTS

πŸ’‘ This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of reviewing code changes by applying a multi-agent approach to identify potential issues, bugs, and violations of project conventions.

Core Features & Use Cases

  • Multi-Agent Analysis: Utilizes seven independent reviewers to ensure high-quality code reviews.
  • Convention Compliance: Checks code against project conventions for rule adherence.
  • Bug Detection: Identifies obvious and subtle bugs through parallel scanning.
  • Use Case: When a developer needs to review a pull request or a set of code changes before merging, this skill can provide detailed feedback on potential issues.

Quick Start

Trigger the code-review skill with the command: 'review my code changes from the PR-123 branch.'

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review for a pull request?β–Ό

Automate code review by triggering a multi-agent analysis on your pull request branch. The skill uses seven independent reviewers to scan source code changes, detect bugs, and identify violations of project conventions before merging.

What is multi-agent code analysis and how does it work?β–Ό

Multi-agent code analysis uses seven independent reviewers to scan source code in parallel. It detects obvious and subtle bugs while checking for rule adherence against project convention files, ensuring comprehensive quality assurance.

Can I use this code review skill to check convention compliance?β–Ό

Yes, you can check convention compliance by providing the codebase and relevant project convention files. The analysis checks source code against these rules to identify violations and ensure rule adherence during code audits.

What do I need to provide for a pre-merge code audit?β–Ό

You need to provide the codebase and relevant project convention files to perform a pre-merge code audit. This allows the multi-agent reviewers to analyze changes effectively and detect potential issues or bugs.

Does automated bug detection find subtle issues in source code?β–Ό

Automated bug detection identifies both obvious and subtle issues in source code through parallel scanning. The multi-agent approach ensures comprehensive bug detection and violation identification during pull request reviews.

When should I not use automated code review?β–Ό

Automated code review requires project convention files and a codebase to analyze changes effectively. It may not be suitable for contexts lacking established project conventions or when reviewing code changes outside of a branch structure.