一键导入
dev-pr-review
Review code changes for consistency, best practices, and conventions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review code changes for consistency, best practices, and conventions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Rebase open PRs onto the default branch, resolve conflicts, and force push.
Review Airflow UI code for consistency, best practices, and conventions.
Develop Airflow UI features from an issue link or text description.
Generate a concise PR changelog summary from the current branch diff.
Generate a Google Slides presentation from a paper PDF URL using gws CLI.
Set up git aliases.
| name | dev-pr-review |
| description | Review code changes for consistency, best practices, and conventions. |
/dev-pr-review # local branch vs main
/dev-pr-review <PR_URL> # checkout and review PR
Get changed files:
gh pr checkout <URL> then gh pr diff --name-onlygit diff main --name-onlyRead the changed files. Only focus on the changes — do not review unchanged code.
Review checklist:
List issues as polite suggestions. Only report real issues — do not pad the list.
1. `src/Foo.ts:42` - Consider reusing existing `handleError` utility.
2. `src/Bar.ts:15` - Duplicates logic from `src/utils/parse.ts`.
Start the verdict with a one-sentence summary of whether this change is valuable or unnecessary.
End with a verdict: