一键导入
pr-ready-check
Run the repository PR readiness pipeline using shared scripts/dev entry points (ruff fix/format, parallel tests, coverage, and docstring checks).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run the repository PR readiness pipeline using shared scripts/dev entry points (ruff fix/format, parallel tests, coverage, and docstring checks).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Open a conservative Robot SF PR with scope verification, freshness checks, and artifact discipline.
Use for an autonomous Robot SF issue-to-PR loop that selects eligible GitHub issues, implements one scoped issue at a time, validates, pushes, and opens PRs.
Guarded PR merger; merges merge-ready PRs after verifying label, CI status, branch protection, and preflight checks.
Use for an autonomous Robot SF PR review loop that fixes scoped review gaps, validates proof, resolves review threads, and applies merge-ready; not for merging.
Autonomous issue-to-PR workflow from next eligible issue to ready PR with consistent metadata handling.
Continuous goal autopilot; orchestrates implement, review, merge, and discover cycles with preflight validation and delegation failure recovery.
| name | pr-ready-check |
| description | Run the repository PR readiness pipeline using shared scripts/dev entry points (ruff fix/format, parallel tests, coverage, and docstring checks). |
| category | validation |
| kind | atomic |
| phase | verification |
| requires_write | false |
| requires_slurm | false |
| requires_benchmark_artifacts | false |
| delegates_to | [] |
| output_schema | skill_run_summary.v1 |
Run the canonical local readiness gates that mirror repo PR policy before handoff or review.
AGENTS.md, docs/dev_guide.md, .specify/memory/constitution.md) when uncertain.AGENTS.md readiness matrix:
uv run python scripts/dev/check_skills.py --preflight <skill-name> and
uv run python scripts/tools/sync_ai_config.py --check..venv loaded or source .venv/bin/activate is available.BASE_REF=origin/main scripts/dev/pr_ready_check.sh.MIN_COVERAGE, GOAL_COVERAGE.Use this skill for the scope named in its frontmatter description and registry metadata.