code-review

Identify and summarize differences between the current Git branch and its remote base branch.

Updated Sep 20, 2025
One-click install
npx skills add https://github.com/yellow-seed/crypto_wallet_tool --skill code-review-yellow-seed
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/yellow-seed/crypto_wallet_tool/tree/main/.github/skills/code-review
Command: npx skills add https://github.com/yellow-seed/crypto_wallet_tool --skill code-review-yellow-seed

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill analyzes the differences between the current branch and its remote origin base branch to enable thorough code reviews and targeted feedback.

Core Features & Use Cases

  • Differential Analysis: Surface added, changed, and removed code between branches to streamline review.
  • Review Guidance: Provide a structured checklist covering code quality, best practices, edge cases, and test coverage.
  • Use Case: Before merging a PR, run this Skill to produce a concise diff summary and recommended review points.

Quick Start

Run the code-review skill on the current branch to generate a review summary and action items for the pull request.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review code differences between Git branches?

Code review typically starts by analyzing diffs between your current branch and its remote base. This Skill identifies and summarizes added, changed, and removed code to surface exactly what changed, enabling targeted feedback before merging a pull request.

What should I check during a pull request review?

A structured review covers code quality, best practices, edge cases, and test coverage. This Skill provides a deterministic checklist and actionable recommendations based on the actual diff, so you focus on what matters rather than manual scanning.

Can I automate code review checks with Git?

Yes. This Skill automates differential analysis between branches and generates review guidance without manual inspection. Run it before merging to produce a concise summary and review action items in one step.

When should I run a code review on my branch?

Run this Skill after pushing commits to your branch but before opening or merging a pull request. It works as a pre-check to verify changes are intentional and catch issues early in your workflow.

Does this work with any Git repository structure?

This Skill analyzes the current branch against its remote origin base branch. It applies to any Git-based project workflow, whether you use feature branches, trunk-based development, or fork-based contributions.

What output do I get from a code review run?

You receive a diff summary showing what code was added, changed, or removed, plus structured review guidance covering quality, best practices, and test coverage—all formatted as actionable recommendations for the pull request.