.agents/skills/pr-creation-checker/SKILL.md
Use this skill before gh pr create, before gh pr edit, or when reviewing whether a branch is ready for PR.
AGENTS.md..github/pull_request_template.md.Makefile and .config/make/ for local quality commands..github/workflows/ci.yml for CI expectations.git diff --stat and git diff --numstat; assess production-code growth separately. Tests, fixtures, generated code, and documentation have no growth budget. Treat line counts as signals, not quotas.AGENTS.md "Verification Before PR" based on the final diff's risk tier. Do not replace a focused behavioral test with make pre-commit, or a required high-risk make pre-pr with a narrower gate.make is unavailable, use the equivalent commands from .config/make/.BLOCKED.[codex] when the repository requires Conventional Commits..github/pull_request_template.md.N/A./Users/....gh pr create or gh pr edit, use --body-file, never inline --body for multiline markdown.READY or BLOCKED<type>(<scope>): <summary>N/A.BLOCKED if the checks required by the AGENTS.md validation tier have not passed.BLOCKED if a documentation-only, agent-instruction-only, or local developer-tooling-only change lacks focused verification for the changed surface.BLOCKED if the diff contains unrelated changes that are not acknowledged.BLOCKED if required template sections are missing.BLOCKED if the title/body is not in English.BLOCKED if the title does not follow the repository's Conventional Commit rule.BLOCKED if the diff introduces string literals that should use existing constants but did not.BLOCKED for production-code growth only when the review identifies a duplicated or superseded implementation, or supplies a concrete smaller design with equivalent semantics. Fewer lines alone are not evidence.