Implements OSS contributions on fork branches with strict isolation checks to keep PRs focused. Blocks you at two points: before you start coding and before you commit, checking that all changes share a single commit type prefix and stay within scope. Assumes you've already run pr-research and plan. The enforcement is aggressive, which will feel heavy if you're used to just winging PRs, but it catches scope creep before you waste time on a mixed-concern PR that maintainers will ask you to split anyway. Hands off clean branches to pr-prep. Best for contributing to projects where you want discipline baked into the workflow.
npx skills add https://github.com/boshu2/agentops --skill pr-implement