b2b-backend-reviewer

Review code changes from pull requests or local branches for quality and performance.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/herren-official/product-agents --skill b2b-backend-reviewer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: b2b-backend-reviewer
Source: https://github.com/herren-official/product-agents/tree/main/skills/b2b-backend/hyeoni/reviewer
Command: npx skills add https://github.com/herren-official/product-agents --skill b2b-backend-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

변경된 코드를 효율적이고 체계적으로 리뷰할 수 있도록 도와준다.

Core Features & Use Cases

  • PR URL이 주어진 경우 PR의 변경 파일을 리뷰
  • 인자가 없을 때 현재 브랜치의 변경사항을 리뷰
  • 도메인 객체·서비스·인터페이스의 맥락을 파악하고 비즈니스 규칙에 따른 피드백을 제공

Quick Start

PR URL을 입력하면 해당 PR의 변경 파일을 자동으로 불러와 리뷰를 시작한다.

Frequently Asked Questions about b2b-backend-reviewer

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

FAQPage Schema
How do I review code changes on a local git branch before committing?▼

To review code changes on a local git branch, you can run the tool with no arguments. It automatically evaluates uncommitted changes and diffs in your current workspace to ensure quality and conformance.

Can I review a pull request diff directly using a URL?▼

Yes, you can review a pull request diff by providing the PR URL. The tool automatically reads the affected files from the pull request and analyzes dependencies to provide feedback.

What is the best way to automate code review for performance and conventions?▼

Automating code review for performance and conventions is best handled by applying a fixed review order. This approach evaluates diffs by prioritizing performance, conventions, responsibility, and general quality.

How does code review handle business logic and domain context?▼

Code review handles business logic by reading affected files and analyzing domain objects, services, and interfaces. It uses this context to provide feedback based on your specific business rules.

Does the code review tool work without configuring external dependencies?▼

Yes, the code review tool works without external dependencies. It directly evaluates diffs from pull requests or uncommitted local changes without requiring additional configuration or setup.

What are the limitations of reviewing uncommitted changes in a local workspace?▼

A limitation of reviewing uncommitted changes is that it only evaluates the current workspace diff. It requires readable affected files and proper dependency context to accurately assess business rules and conventions.