用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/bazel-contrib/rules_python --skill review-code命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
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
Perform a read-only code review on a pull request.
| name | review-code |
| description | High-level code review audit of local changes when preparing to send a PR for review |
| trigger | model_decision |
When preparing to send a Pull Request for review, invoke separate, concurrent
sub-agents (invoke_subagent), where each sub-agent focuses exclusively on
its assigned checklist category.
CRITICAL: Do NOT use a single sub-agent to validate multiple or all
dimensions at once. Each sub-agent must be launched with its own distinct prompt
file from .agents/skills/review-code/:
Starlark / Bazel Sub-Agent (Role: "Starlark Code Auditor"):
.agents/skills/review-code/review-starlark-prompt.md*.bzl, BUILD, *.bazel files)
in git diff against .agents/rules/bzl.md and Starlark rules in
AGENTS.md.Python Code Sub-Agent (Role: "Python Code Auditor"):
.agents/skills/review-code/review-python-prompt.mdgit diff against
.agents/rules/python.md and Python and pytest conventions in AGENTS.md.Documentation Sub-Agent (Role: "Documentation Auditor"):
.agents/skills/review-code/review-docs-prompt.md.md) changes and docs build targets against
.agents/rules/docs.md, .agents/rules/news.md, and AGENTS.md.Contribution Guidelines Sub-Agent (Role: "Contributing Auditor"):
.agents/skills/review-code/review-contributing-prompt.mdnews/<id>.<category>.md) against CONTRIBUTING.md and
.agents/rules/news.md.Project Conventions Sub-Agent (Role: "Project Conventions Auditor"):
.agents/skills/review-code/review-agents-prompt.mdAGENTS.md.Pull Request Standards Sub-Agent (Role: "PR Standards Auditor"):
.agents/skills/review-code/review-pr-standards-prompt.mdCONTRIBUTING.md.GitHub Workflows Sub-Agent (Role: "GitHub Workflows Auditor"):
.agents/skills/review-code/review-workflows-prompt.md.github/**) and workflow tests against
.agents/rules/github_actions_workflows.md (e.g. chmod +x executable
permissions, shebangs, action versions, fallback jobs).code-review-results.md in the conversation artifact directory so progress
is visible right away.invoke_subagent.code-review-results.md as sub-agent responses come in.code-review-results.md and provide a
concise summary with the overall verdict and a clickable markdown link to
code-review-results.md in the response.