pr-ready
Installation
SKILL.md
Use this skill when a pull request is not ready because there is either:
- a CI failure
- a merge conflict
- uncommitted or unpushed changes
Bring the pull request back to a ready state.
Start by checking:
- The current git branch and working tree state with
git status. - Whether the local branch has commits that are not pushed yet.
- Whether the PR branch has merge conflicts with the base branch.
- The current PR checks or CI failures using the
ghCLI.
If there is a merge conflict: