スキル一覧に戻る
synthetic-lab

pr-review

by synthetic-lab

pr-reviewは、other分野における実用的なスキルです。複雑な課題への対応力を強化し、業務効率と成果の質を改善します。

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

SKILL.md


name: "pr-review" description: "Review Github pull requests"

To load a Github pull request, run the fetch tool twice:

First fetch

First, load the URL for the PR to understand the author's intent.

Your fetch tool does not execute JavaScript. Note that parts of the Github UI may fail without JS; for example, loading comments might say:

UH OH!
There was an error while loading"

This is okay and expected. Don't worry about that.

Second fetch: load the diff

To load the diff for the PR, fetch the PR URL with a .diff attached to the end. For example, to review https://github.com/synthetic-lab/octofriend/pull/66, you should fetch:

https://github.com/synthetic-lab/octofriend/pull/66.diff

The diff is the most important part. The author may be incorrect, or have the right idea but the wrong implementation. Focus on whether there are any bugs or unexpected behavior.

スコア

総合スコア

75/100

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

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 500以上

+10
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

+5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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