review

Analyze code diffs against base branches for bugs, security flaws, and missing tests.

1|Updated Dec 2, 2025
One-click install
npx skills add https://github.com/Junghyun99/StockAsset --skill review-junghyun99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/Junghyun99/StockAsset/tree/main/.claude/skills/review
Command: npx skills add https://github.com/Junghyun99/StockAsset --skill review-junghyun99

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of code review, identifying potential bugs, security vulnerabilities, architectural inconsistencies, and missing tests.

Core Features & Use Cases

  • Comprehensive Code Analysis: Analyzes staged and unstaged code changes against specified branches.
  • Checklist-Based Review: Follows a detailed checklist covering bugs, security, architecture, style, and tests.
  • Use Case: Before merging a feature branch, use this Skill to perform a thorough review, ensuring code quality and adherence to project standards.

Quick Start

Use the review skill to analyze the current branch changes against the main branch.

Frequently Asked Questions about review

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

FAQPage Schema
How do I automate code review for bugs and security vulnerabilities before merging?

Automated code review analyzes your current branch changes against a specified base branch to identify bugs, security flaws, architectural violations, and missing tests. It evaluates code diffs against a detailed checklist to ensure quality assurance before merging.

What does automated code analysis check for in staged and unstaged Git changes?

Automated code analysis checks staged and unstaged Git changes for bugs, security vulnerabilities, architectural inconsistencies, style issues, and missing tests. It follows a comprehensive checklist to evaluate code quality and ensure adherence to project standards.

Can I use an automated code review checklist on my current feature branch?

Yes, you can use an automated code review checklist on your feature branch. It analyzes your current changes against the main branch to ensure code quality, verify tests are present, and confirm adherence to project standards before merging.

What is the best way to detect architectural violations in code diffs?

The best way to detect architectural violations in code diffs is using an automated review tool that evaluates changes against predefined checklists. This ensures your code adheres to established architectural standards and highlights inconsistencies automatically.

How does checklist-based code review work for Git branch changes?

Checklist-based code review works by analyzing Git branch diffs against a detailed checklist covering bugs, security, architecture, style, and tests. It automatically evaluates the current changes to identify potential flaws and ensure comprehensive quality assurance.

Why does my automated code review fail to detect missing tests in staged changes?

Automated code review detects missing tests by analyzing staged and unstaged code changes against a specified base branch. Ensure your changes are properly staged and the correct base branch is selected for accurate test coverage evaluation.