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