code-review

Review code changes across pull requests and local git diffs.

8|2|Updated Nov 1, 2023
One-click install
npx skills add https://github.com/Let-s-intern/lets-intern-client --skill code-review-let-s-intern
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Let-s-intern/lets-intern-client/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/Let-s-intern/lets-intern-client --skill code-review-let-s-intern

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR 및 로컬 변경사항의 코드 리뷰를 빠르고 일관되게 수행하는 데 필요한 수작업을 줄여줍니다.

Core Features & Use Cases

  • PR 차이(diff)와 경로별 수정사항 리뷰를 지원합니다.
  • PR 번호/URL 또는 특정 경로를 지정해 부분 리뷰를 수행할 수 있습니다.
  • Git diff 기반으로도 PR 없이 로컬 변경사항을 리뷰할 수 있습니다.

Quick Start

Run /code-review to review the current branch's changes.

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 changes in a pull request diff?

You can review code changes in a pull request diff by running the /code-review command with a specific PR number or URL to scope the review to that pull request.

Can I review local git diff changes without creating a pull request?

Yes, you can review local git diff changes without a PR by applying the review scope via git diff main...HEAD to analyze local modifications directly.

How do I review modifications only within a specific file path?

To review modifications only within a specific file path, you can enforce the review scope using path filters to restrict the code analysis to the targeted directories or files.

What is the best way to automate PR reviews for consistent quality assurance?

The best way to automate PR reviews for consistent quality assurance is to use manual invocation like /review to standardize the code analysis process across pull requests and local diffs.

Do I need a pull request URL to perform a code analysis on my current branch?

No, you do not need a pull request URL to perform a code analysis on your current branch; you can run /code-review to evaluate the current branch's changes using git diff workflows.