check-pr
Check a PR for Greptile review comments, status checks, and completeness. Use after creating a PR to see if Greptile has reviewed it.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Check a PR for Greptile review comments, status checks, and completeness. Use after creating a PR to see if Greptile has reviewed it.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Agent workflow automation, documentation maintenance checklists, and slash commands for the EdgeLab project. Load this skill when adding modules, screens, or using agent workflows.
Iteratively fix a PR against Greptile review until 5/5 confidence. Polls Greptile comments, applies safe fixes, pushes, and repeats.
Commit changes, push to remote, and create a GitHub PR. Use when completing a feature and ready to open a pull request.
Review uncommitted changes, commits, branch diffs, or PRs against EdgeLab conventions. Load this skill when asked to review code.
Build, test, format, install, lint, and model export commands for the EdgeLab multi-module Android project. Load this skill when you need to run Gradle commands or verify changes.
Release build workflow, signing configuration, and GitHub Actions release process for EdgeLab and CyclingCopilot. Load this skill when preparing a release.
| name | check-pr |
| description | Check a PR for Greptile review comments, status checks, and completeness. Use after creating a PR to see if Greptile has reviewed it. |
Use the Greptile MCP tool to check for review comments on the current PR.
Detect the PR for the current branch (or use the provided PR number):
gh pr view --json number,url,title,state --jq '.number'
Poll Greptile for review comments:
mcp__greptile__list_merge_request_comments(
name: "owner/repo",
remote: "github",
defaultBranch: "main",
prNumber: <N>,
greptileGenerated: true
)
Check review status:
gh pr view <N> --comments
gh pr checks <N>
Look for Greptile summary comment with confidence score.
Report results:
/skill:check-pr — Check the PR for the current branch/skill:check-pr <number> — Check a specific PR number