review-pr
Review a GitHub pull request for CivitDeck
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Review a GitHub pull request for CivitDeck
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Process issues sequentially: /dev per issue in isolated sub-agent → CI wait → merge → next
E2E development: investigate → dig → decompose → implement → test → review → PR
Break a task into ordered subtasks with dependencies
Investigate codebase for an issue in a forked context (context isolation)
Clarify ambiguities in plans with structured questions and auto-decide rules
Audit codebase for tech debt, code quality, and architecture issues — then create GitHub Issues
| name | review-pr |
| description | Review a GitHub pull request for CivitDeck |
| user-invocable | true |
| disable-model-invocation | true |
| allowed-tools | Bash, Read, Grep, Glob, Task |
Review the specified pull request (number or URL as argument).
gh pr view <number> --json number,title,body,baseRefName,headRefName,files to get PR metadata and changed files.git fetch origin <headRefName> && git checkout <headRefName> to get the actual code..kt files under shared/ or core/ or feature/ → kmp-reviewer agent.kt files under androidApp/ → android-reviewer agent.kt files under desktopApp/ → desktop-reviewer agent.swift files → ios-reviewer agent./gradlew detekt if Kotlin files changedcd iosApp && swiftlint --strict if Swift files changedfile:line references.