skills/push/SKILL.md
Commit, push, and create PR. Auto-creates feature branch if on base. Use when user wants to commit and push, create a PR, ship work, send changes upstream, open a pull request, or publish a branch.
npx skillsauth add lklimek/claudius pushInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Load claudius:git-and-github skill first — all commit, push, PR, and attribution conventions come from there.
Ensure feature branch
gitStatus context (Main branch: ...). Fallback: git remote show originfeat/..., fix/..., chore/... from context), switch to itVersion bump (if applicable)
CLAUDE.md for versioning policy (SemVer, changelog, version file locations)Stage and commit
git-and-github conventionsPush to remote
PR
git-and-github §Creating a PRgit-and-github/push, intent is cleargit-and-github for this invocation only/push or user request — one invocation = one pushtesting
Coordinator-only LLM validation pass. Adds ai_assessment / ai_verdict / ai_verdict_confidence and, in the rare partial-producer case, re-estimates absent risk/impact/scope on a consolidated v3 report.
testing
Use for typos or single-line fixes (≤20 lines). Same mandatory phase order (Planning→Impl→QA→LL), minimal ceremony. Auto-retry on failure.
testing
Use for bug fixes or small changes (≤200 lines). Same phase order as workflow-feature (Planning→Impl→QA→LL) with lighter ceremony. Auto-retry on failure, unattended.
development
Use for new projects, features, or major refactoring. Phases: Planning (Req→UX→Test Spec→Dev Plan) → Implementation → QA → Lessons Learned. Auto-retry on failure, unattended.