一键导入
resolve-pr-comments
Address CodeRabbit or other AI reviewer comments on a PR to make it merge-ready.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Address CodeRabbit or other AI reviewer comments on a PR to make it merge-ready.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Audit Android screens against Figma designs with two-phase verification. Phase 1 agents find mismatches, Phase 2 agents independently verify before creating issues. Usage: /audit-figma [screen-name-or-figma-url] or /audit-figma all
Create a PR for Figma implementation work. Verifies before/after screenshots exist, uploads them to the PR, and ensures quality standards are met. Usage: /create-figma-pr
Implement a Figma design change with before/after screenshot capture. Takes a GitHub issue or Figma URL, fetches the design, captures a "before" screenshot, implements the fix, captures an "after" screenshot, and prepares everything for PR. Usage: /implement-figma <issue-number-or-figma-url>
Stage, commit, and optionally push changes. Use after completing a task.
Create a new git branch from conversation context. Use when starting work on an issue or feature.
Create a GitHub PR with optional issue linking. Use after committing and pushing changes.
| name | resolve-pr-comments |
| description | Address CodeRabbit or other AI reviewer comments on a PR to make it merge-ready. |
| disable-model-invocation | true |
Provide the PR link or number.
Use GitHub MCP pull_request_read with method get_review_comments. Focus on IsResolved: false.
AI reviewers can be wrong. Before implementing:
Implement fixes. Skip invalid suggestions.
./gradlew lint
git add -A && git commit -m "address review comments
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>" && git push
Then use gh api to resolve PR review threads.