スキル一覧に戻る
y4m3

pr-check

by y4m3

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

SKILL.md


name: pr-check description: Check GitHub PRs for conflicts, CI status, and review comments. Use when the user asks to check PR status, review PRs, see open PRs, check for merge conflicts, or asks about PRs needing their review.

PR Check Skill

Check the status of GitHub Pull Requests.

Workflow

  1. Verify GitHub CLI authentication: gh auth status
  2. Fetch open PRs authored by user: gh pr list --author "@me" --state open --json number,title,url,reviewDecision,statusCheckRollup,mergeable,isDraft
  3. Fetch PRs requesting user's review: gh pr list --search "review-requested:@me" --state open --json number,title,url,author,reviewDecision

Classification

  • CRITICAL: Merge conflicts, CI failing, changes requested
  • ACTION_REQUIRED: Unresolved comments, pending reviews
  • READY: All CI passing, approved, mergeable, not draft

Output Format

Display a formatted table with:

  • PR number and title
  • Status (CRITICAL/ACTION_REQUIRED/READY)
  • Key issues if any

スコア

総合スコア

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

レビュー

💬

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