pre-pr-checks

Installation
SKILL.md

Pre-PR Checks

Run all PR-readiness checks in one pass. Designed to be spawned as a background-or-foreground subagent so the main agent does not absorb long test/coverage output into its context.

When to use

The main agent triggers this skill when the PreToolUse hook blocks a gh pr create call. The main agent spawns a subagent with this skill; the subagent runs the full routine and replies with either:

  • "ready" — all checks pass, main agent retries `gh pr create …

    checks-passed`

  • "not ready" — short summary of what failed and the precise next step the main agent should take

Routine

Installs
2
Repository
seabbs/skills
First Seen
Apr 29, 2026
pre-pr-checks — seabbs/skills