スキル一覧に戻る
geobrowser

review-pr

by geobrowser

A binary property graph format for decentralized knowledge networks.

1🍴 1📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: review-pr description: Comprehensive pull request review covering code quality, tests, security, and documentation. Use when reviewing PRs or when asked to review changes.

Review PR

Description

Comprehensive pull request review covering code quality, tests, security, and documentation.

Inputs

  • pr: PR number or URL (optional, defaults to current branch's PR)

Steps

1. Gather PR Context

  • Fetch PR diff, title, and description
  • Identify all changed files
  • Check PR size and scope

2. Code Quality Review

For each changed file:

  • Logic correctness
  • Error handling
  • Edge cases covered
  • Code clarity and readability
  • Naming conventions
  • DRY violations
  • Unnecessary complexity

3. Architecture Review

  • Does the change fit the existing architecture?
  • Are there better patterns to use?
  • Is the abstraction level appropriate?
  • Any potential scaling concerns?

4. Security Review

  • Input validation
  • Authentication/authorization
  • SQL injection, XSS, CSRF
  • Secrets handling
  • Dependency vulnerabilities

5. Test Review

  • Are new paths tested?
  • Test quality (not just coverage)
  • Edge cases in tests
  • Mocking appropriateness

6. Documentation

  • Are public APIs documented?
  • README updates needed?
  • Breaking changes noted?

7. Generate Review

Output structured feedback:

  • Must Fix: Blocking issues
  • Should Fix: Important but not blocking
  • Consider: Suggestions and improvements
  • Praise: What was done well

Example Usage

/review-pr 123
/review-pr https://github.com/org/repo/pull/123
/review-pr  # Reviews current branch's PR

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です