一键导入
gh-issue-template-auditor
Review existing GitHub issues against the repo's issue-template contract and repair underspecified issues when the fix is clear.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review existing GitHub issues against the repo's issue-template contract and repair underspecified issues when the fix is clear.
用 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 | gh-issue-template-auditor |
| description | Review existing GitHub issues against the repo's issue-template contract and repair underspecified issues when the fix is clear. |
| category | github-issue |
| kind | atomic |
| phase | context |
| requires_write | true |
| requires_slurm | false |
| requires_benchmark_artifacts | false |
| delegates_to | [] |
| output_schema | skill_run_summary.v1 |
Compatibility entry point: for new routing, use issue-contract-maintainer with mode audit-template-compliance unless a caller explicitly names this skill.
Check issue bodies against the template contract and perform minimal, safe repairs so issues become agent-ready without changing intent. Prefer GitHub MCP / GitHub app tools for interactive reads and writes when available.
uv run python scripts/tools/issue_template_audit.py for bulk or targeted audits.
docs/context/issue_713_batch_first_issue_workflow.md.## Archetype Metadata YAML block from
docs/context/issue_1512_issue_archetypes.md; repair or flag missing keys and invalid
archetype / evidence_tier values conservatively instead of inventing replacements.uv run python scripts/dev/gh_issue_rest.py thread <number> --repo ll7/robot_sf_ll7 (issue #5148: plain gh issue view --comments fails on some GitHub CLI
versions because it requests the deprecated classic-Projects field).gh issue edit --body-file.decision-required,Tracked,decision-required instead of guessing when scope or problem statement is missing.Use this skill for the scope named in its frontmatter description and registry metadata.