review

Review current branch changes for quality, security, and maintainability.

125|35|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/jh941213/my-claude-code-asset --skill review-jh941213
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/jh941213/my-claude-code-asset/tree/main/skills/review
Command: npx skills add https://github.com/jh941213/my-claude-code-asset --skill review-jh941213

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps software teams quickly review changes on the current branch, surfacing quality issues and maintainability risks early.

Core Features & Use Cases

  • Automated diff-aware review: highlights new/modified logic, potential bugs, and security concerns.
  • Checklist-driven evaluation: produces a structured review that can be integrated into PRs.
  • Use Case: When a feature branch is ready, run this skill to obtain a concise code-review report with suggested fixes.

Quick Start

Use the skill to review the current branch by issuing: review current-branch for a concise code-review report.

Frequently Asked Questions about review

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

FAQPage Schema
How do I review git branch changes for code quality and security?▼

Reviewing git branch changes for quality involves analyzing diffs to surface potential bugs, security concerns, and maintainability risks. This skill provides a checklist-driven evaluation to integrate structured feedback into your code review process.

What is the best way to automate a code review checklist for a feature branch?▼

Automating a code review checklist for a feature branch involves generating a structured report that evaluates test coverage, security, and logic changes. This produces a concise evaluation with suggested fixes suitable for pull requests.

Can I use an automated code review tool to find potential bugs in my current diff?▼

Yes, you can use automated code review to find potential bugs in your current diff. It evaluates new and modified logic across your development workflow and produces a structured checklist to identify maintainability risks.

Does automated code review work without configuring external dependencies?▼

Yes, automated code review works without configuring external dependencies. It directly analyzes the current branch changes to provide a concise code-review report with suggested fixes for your pull requests.

How do I get a structured code review report for my pull request?▼

To get a structured code review report for your pull request, run a checklist-driven evaluation on your current branch. This outputs a concise summary of quality issues, security concerns, and suggested fixes.

When do I need to run a diff-aware code review on my branch?▼

You need to run a diff-aware code review on your branch when a feature is ready for merging. It surfaces quality issues and maintainability risks early, providing a structured evaluation suitable for code review processes.