repo-policy
Configure GitHub repository policy for protected main, PR merge methods, CI-required merges, and tag-triggered artifact releases.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Configure GitHub repository policy for protected main, PR merge methods, CI-required merges, and tag-triggered artifact releases.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when changing what a running devloop harness serves — pointing it at a different directory or worktree, or making the live harness serve newer or different code (a newer commit, another branch, or in-progress edits) without a wasteful restart.
Use when verifying that a UI change works end to end by driving the running app in a real browser — confirming a fix, reproducing a reported UI symptom, or proving a wizard/form/flow behaves — with Playwright against the exact code under review.
Enforce a Roborev plus Kata development workflow for code changes. Use when Codex is asked to implement, fix, refactor, or review work tracked by Kata and Roborev, especially when branch discipline, non-blocking review jobs, validation gates, SemVer, changelog checks, and final delivery reporting matter.
Use when working on GitHub pull requests that need PR-ready validation, review-thread replies, reviewer mentions, linked external references, or merge readiness checks.
Create or review a standalone repository that publishes a set of Codex or Claude skills with shared validation, linking, eval, and agent metadata conventions.
Prepare small, reviewable local commits with explicit rationale, SemVer impact, task hygiene, branch cleanup expectations, and clear commit commentary. Use when asked to commit work, prepare a PR-ready change, decide version impact, write commit messages, or clean up merged feature branches.
| name | repo-policy |
| description | Configure GitHub repository policy for protected main, PR merge methods, CI-required merges, and tag-triggered artifact releases. |
Use this skill when creating a new GitHub repository, configuring remote repository settings, branch protection, rulesets, pull request merge methods, required status checks, or release artifact workflows.
main so direct pushes are blocked.main through pull requests.main exception is the initial push while creating a fresh new repository before remote policy can exist.main rejects direct pushes.vMAJOR.MINOR.PATCH when no other convention exists.