.agents/skills/pr-ready/SKILL.md
Use this skill when a pull request is not ready because there is either:
Bring the pull request back to a ready state.
Start by checking:
git status.gh CLI.If there are uncommitted changes, untracked files that look relevant, or commits that have not been pushed, stop before changing, committing, or pushing them and ask the user for confirmation.
If there is a merge conflict:
If there is a CI failure:
gh CLI.If there are no CI failures, no merge conflicts, and no uncommitted or unpushed changes, report that the PR is already ready.