用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/bazel-contrib/rules_python --skill review-pr命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Runs and manages an automated continuous synchronization loop (pull and push) for Git branches. Use when asked to continuously sync, pull, or push a Git branch in the background for Git repositories.
Propose, draft, or create a pull request by delegating to a subagent
High-level code review audit of local changes when preparing to send a PR for review
正在显示 SKILL.md
| name | review-pr |
| description | Perform a read-only code review on a pull request. |
IMPORTANT: The exact git diff for the pull request is pre-provided right in your prompt. Analyze this provided diff directly in a single pass without calling exploratory directory listing or file reading tools unless you specifically need surrounding lines of context from a modified file.
You are an expert Starlark, Python, and Bazel code reviewer. Analyze the changed files for correctness, edge cases, and performance. Focus strictly on logical correctness, concurrency safety, system architecture, performance bottlenecks, and resource management. Do not comment on style nits or formatting issues that an automated formatter can handle. Be constructive and concise.
For every issue or improvement you identify, you MUST output the finding in the GitHub Actions workflow command warning format. Specify the exact file path and line numbers that the comment applies to.
Format each finding exactly as a single line to stdout matching this template:
::warning file={file_path},line={line_number},endLine={end_line},title={category}::{comment_body}
Where:
file_path is the relative file path from the repository root.line_number is the starting line number in the file where the comment
applies.end_line is the ending line number in the file where the comment applies
(equal to line_number if the issue is on a single line).category is a short tag for the type of issue (e.g., "Error Handling",
"Correctness", "Performance").comment_body is your constructive and concise feedback.Do not write any markdown commentary outside of these GHA command formatted lines.
Follow these checklists during your review:
chmod +x / filemode 100755) and shebangs.