npx claudepluginhub lklimek/claudiusWant just this skill?
Then install: npx claudepluginhub u/[userId]/[slug]
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.
This skill is limited to using the following tools:
Push
Prerequisites
Load claudius:git-and-github skill first — all commit, push, PR, and attribution conventions come from there.
Steps
-
Ensure feature branch
- Base branch: read from
gitStatuscontext (Main branch: ...). Fallback:git remote show origin - If ON the base branch: fetch, create a feature branch (
feat/...,fix/...,chore/...from context), switch to it
- Base branch: read from
-
Version bump (if applicable)
- Check project's
CLAUDE.mdfor versioning policy (SemVer, changelog, version file locations) - If policy exists: bump version and update changelog before committing
- Check project's
-
Stage and commit
- Review changes, check for secrets — warn and exclude if found
- Stage and commit per
git-and-githubconventions
-
Push to remote
-
PR
- If PR exists for this branch: update its title and description to reflect current changes
- If no PR: create a draft PR with summary + test plan per
git-and-github
Notes
- No push confirmation needed — user explicitly invoked
/push, intent is clear - This overrides the "ask before push" rule from
git-and-githubfor this invocation only - After completing, do NOT push again without a new explicit
/pushor user request — one invocation = one push
Similar Skills
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.