ireview

Review code quality, architecture, and best practices using specialized agents.

4|Updated Mar 20, 2023
One-click install
npx skills add https://github.com/iblea/.dotfiles --skill ireview
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ireview
Source: https://github.com/iblea/.dotfiles/tree/main/prompt/skills/ireview
Command: npx skills add https://github.com/iblea/.dotfiles --skill ireview

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the need for thorough code quality, architectural soundness, and adherence to best practices by leveraging specialized AI agents for comprehensive review.

Core Features & Use Cases

  • Code Quality Review: Analyzes code for bugs, style issues, and potential improvements.
  • Architectural Review: Assesses the overall design, scalability, and maintainability of the codebase.
  • Use Case: When submitting a pull request, use this Skill to get an automated, in-depth review of your changes, ensuring they meet project standards before merging.

Quick Start

Use the ireview skill to review all files in the current directory.

Frequently Asked Questions about ireview

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

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

Automated code review for a pull request is performed by analyzing staged changes or specific files for bugs, style issues, and architectural soundness. This skill acts on user-defined requests to assess changes against project best practices before merging.

What is static analysis and how does it check coding standards?

Static analysis checks coding standards by examining source code without executing it to identify potential issues and ensure adherence to best practices. It can be integrated into a code review workflow upon request to automatically detect bugs and style violations.

How do I review code architecture for scalability and maintainability?

Reviewing code architecture for scalability and maintainability involves assessing the overall design of a codebase using specialized architectural review agents. This process evaluates structural soundness and adherence to best practices across entire directories or specific files.

Can I run a comprehensive code review on an entire directory?

Yes, a comprehensive code review can be run on an entire directory to evaluate overall code quality and architecture. The analysis assesses all files within the specified scope based on user-defined requests for bugs, style, and design improvements.

Does this code review tool require any dependencies to run?

No external dependencies are required to run this code review tool, as it operates without mandatory installation prerequisites. It leverages internal AI agents to perform quality assurance and architectural reviews directly on the provided code.

What is the best way to identify potential bugs in staged changes?

The best way to identify potential bugs in staged changes is to perform an automated review using specialized agents that analyze code quality and best practices. This process detects bugs and style issues while optionally integrating static analysis tools for deeper inspection.