This handles the full commit-push-PR loop with adaptive description quality that scales to match the size of your change. It defaults to a conventional commit style but reads your repo's patterns first. The interesting bit is the evidence decision flow: it knows when to skip demos entirely (type changes, internal refactors), when to ask, and when to just capture. Works in description-only mode too if you paste a PR URL and want fresh text without touching git. The branch routing is careful about detached HEAD and won't let you commit directly to main. Ships with fallback code for platforms that don't pre-populate context, and it enforces body-file application to avoid the silent empty-body bug that comes from piping to gh pr create.
npx skills add https://github.com/everyinc/compound-engineering-plugin --skill ce-commit-push-pr