review-pr

Review pull requests and post findings as PR comments.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/csilost2001/html-designer --skill review-pr-csilost2001
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/csilost2001/html-designer/tree/main/.claude/skills/review-pr
Command: npx skills add https://github.com/csilost2001/html-designer --skill review-pr-csilost2001

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR を別セッション視点で厳格にレビューし、結果を PR コメントに投稿

Core Features & Use Cases

  • 独立したレビューワークフローで、筆者セッションとは別の文脈でコード変更を検証
  • セマンティクスと仕様遵守を確認し、実用的なフィードバックを PR コメントとして投稿
  • 明示的な起動を前提とし、自動起動を避ける制御を活用したガード付きレビュー

Quick Start

Start a new Claude Code session and run /review-pr <PR-number> to review a PR from an independent perspective.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate pull request reviews from an independent perspective?

Independent pull request reviews are automated by invoking the command in a new session, validating semantics and spec compliance before posting findings as PR comments.

Can I post code review comments automatically without triggering on every commit?

Explicit invocation is required to post code review comments, utilizing frontmatter controls to prevent automatic activation and ensure guarded, deliberate review workflows.

What does spec verification mean for a pull request?

Spec verification for a pull request checks code changes against feature specifications, ensuring semantics and compliance are validated independently before feedback is posted.

How do I review a pull request for a bug fix in a fresh session?

Start a fresh session and explicitly invoke the review command with the PR number to review bug fixes, refactors, or features from an independent context.

Does this automated code review work for refactoring changes?

Automated code review works for refactoring changes by validating semantics and spec compliance across features, bug fixes, and refactors from an independent session perspective.

What are the limitations of independent session PR reviews?

Independent session PR reviews require explicit invocation to activate, meaning they do not run automatically on commit events and depend on a fresh session context for validation.