Ready PR Before New Pull Requests
Require ready-pr whenever creating or opening a GitHub pull request
Source: .agents/rules/ready-pr-before-new-pr.mdc
Metadata
- name: ready-pr-before-new-pr
- alwaysApply: true
Content
Ready PR Before New Pull Requests
When creating or opening a GitHub pull request for this repo, use
.agents/skills/ready-pr/SKILL.md as the PR readiness workflow.
Required Practice
- Run
ready-prwhen the user asks to create, open, or prepare a new PR. - Let
ready-prperform code review first, then update or create the PR title and description from the branch diff. - Do not use standalone
pr-descriptionor rawgh pr createas the final PR flow unlessready-pris blocked by a real prerequisite failure. - If
ready-pris blocked, report the exact blocker and do not fake code-review results or PR metadata updates. - Preserve the safety rules from the relevant skills: do not commit, push, send Lark messages, or create docs unless the user request and skill workflow allow it.