code-review

Analyze incremental or full project code changes and generate a markdown review report.

Updated Aug 27, 2024
One-click install
npx skills add https://github.com/Amit-Hemo/Crypto-Balance-System --skill code-review-amit-hemo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Amit-Hemo/Crypto-Balance-System/tree/main/.agent/skills/code-review
Command: npx skills add https://github.com/Amit-Hemo/Crypto-Balance-System --skill code-review-amit-hemo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Code reviews are time-consuming and error-prone when done manually; this Skill provides a structured, repeatable review workflow that can be applied to incremental changes or full-project scans.

Core Features & Use Cases

  • Incremental (Latest) reviews: focus on uncommitted and new files to quickly surface issues.
  • Full project reviews: audit all tracked files to ensure baseline quality across the codebase.
  • Structured feedback: categorize findings by severity and provide concrete remediation steps.

Quick Start

Review the latest changes in your working directory and generate a structured code review report.

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 reviews for a pull request to catch bugs early?

Automate code reviews by analyzing uncommitted and new files for architecture, logic, security, performance, and testing considerations to surface bugs and categorize findings by severity with actionable remediation steps.

What is the best way to audit the overall quality and security of a full project codebase?

A full project review audits all tracked files to ensure baseline quality across the codebase, categorizing discovered architecture, logic, and performance findings by severity to provide a detailed markdown feedback report.

How do I generate a structured feedback report with clear remediation steps for code changes?

Generate a structured feedback report in markdown by analyzing identified changed files, categorizing findings by severity, and providing concrete remediation steps alongside suggested code changes.

Does this code review process support both incremental changes and full project scans?

Yes, the code review process identifies whether you request an incremental review of latest changes or a full project scan, collecting the relevant changed files to analyze for bugs and quality assurance.

Can I get suggested code changes and bug detection for uncommitted files in my working directory?

Yes, incremental reviews focus on uncommitted and new files to quickly surface issues, providing detailed actionable feedback, clear remediation steps, and suggested code changes for bug detection.