一键导入
lisa-pull-request-review
Address and resolve PR review comments (human + bot): implement valid feedback, reply to invalid, resolve every thread.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Address and resolve PR review comments (human + bot): implement valid feedback, reply to invalid, resolve every thread.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
This skill should be used to drive a pull request all the way to MERGED, handling ANYTHING that blocks the merge. It enables auto-merge when the repo supports it (direct-merge fallback otherwise), keeps the branch rebased/synced and resolves merge conflicts, fixes failing CI/deploy checks, addresses and resolves every human and bot review comment (CodeRabbit, etc.) — implementing valid feedback and replying-then-resolving invalid feedback — dismisses stale CHANGES_REQUESTED gates, and verifies the fix actually shipped (auto-merge race ancestry check). Composable and inline — invoked by other skills (e.g. git-submit-pr, implement, sync-down) via the Skill tool, never as a standalone user command.
Back-sync an environment branch down the deploy chain (hotfix propagation) on demand
This skill should be used to address and resolve the code review feedback on a pull request — human and bot (CodeRabbit, etc.). It fetches every unresolved review thread with its resolution state via GraphQL, triages each one, implements valid feedback (commit + push), replies to invalid/not-applicable feedback explaining why, and resolves every handled thread via the GraphQL resolveReviewThread mutation so branch-protection thread-resolution gates clear. Composable and chainable — runnable standalone via /lisa:pull-request:review or invoked inline by other skills (drive-pr-to-merge, verify) via the Skill tool.
基于 SOC 职业分类
| name | lisa-pull-request-review |
| description | Address and resolve PR review comments (human + bot): implement valid feedback, reply to invalid, resolve every thread. |
/lisa:pull-request:review$lisa-pull-request-review or a plain-English request that matches this skill.[github-pr-link-or-number]Skill. Codex tool access is governed by the active Codex runtime and project policy.Use the /lisa:pull-request-review skill to address and resolve the code review feedback on a pull request — implement valid comments, reply to invalid ones, and resolve every thread via GraphQL. Use the user's surrounding request as this command's arguments.