Automates the tedious parts of preparing pull requests for external repositories by running isolation checks, validating tests, analyzing commit patterns, and generating structured PR bodies with proper test plans. The workflow is deliberately gated: it won't let you proceed if your branch mixes unrelated changes, and it stops before submission to force you to review what it generated. Honestly, the real value is in the discipline it enforces. The isolation check catches scope creep early, the commit split advisor suggests logical groupings you can apply manually, and the mandatory review gate prevents autopilot submissions. Built for contributors working on repos they don't own, where getting the PR right the first time matters.
npx skills add https://github.com/boshu2/agentops --skill pr-prep