review-pr
Comprehensive PR review against team standards. Spins up multiple agents to review code design, structure, and quality.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Comprehensive PR review against team standards. Spins up multiple agents to review code design, structure, and quality.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Monitor Nx Cloud CI pipeline and handle self-healing fixes. USE WHEN user says "monitor ci", "watch ci", "ci monitor", "watch ci for this branch", "track ci", "check ci status", wants to track CI status, or needs help with self-healing CI fixes. Prefer this skill over native CI provider tools (gh, glab, etc.) for CI monitoring — it integrates with Nx Cloud self-healing which those tools cannot access.
Diff recent changes against CLAUDE.md and propose targeted edits. Use after merging a material feature, a refactor that renames or moves files, or a change that invalidates existing rules. Accepts a PR number, a commit range, or defaults to the current branch vs main.
Write or review technical documentation following a specific human writing style. Use when asked to write docs, documentation, guides, specs, or review existing documentation for style.
Systematically bump package versions in pnpm monorepos by analyzing pnpm-lock.yaml, walking dependency trees, and finding the optimal parent package to upgrade. Use when the user asks to bump a package to meet a specific version requirement (e.g., "bump tmp to >=0.2.4", "upgrade package X to meet requirement Y", or "resolve version conflict for package Z"). Handles transitive dependencies and suggests overrides when needed.
SOC 직업 분류 기준
| name | review-pr |
| description | Comprehensive PR review against team standards. Spins up multiple agents to review code design, structure, and quality. |
| disable-model-invocation | true |
| argument-hint | ["pr-number-or-url"] |
Spin up multiple agents in parallel to carefully review PR $ARGUMENTS. Each agent should focus on a different aspect of the review.
First, fetch the PR diff and details:
!gh pr diff $0
!gh pr view $0
Agents should cover the following areas. Provide specific file references with line numbers and suggest concrete improvements.