You can commit your code changes and push them to a remote repository without creating a pull request. The process includes creating a new branch, reviewing your changes, and staging only the relevant files. Each commit is signed off with a specific author name.
The commit message must be written in English and must not mention any AI tools. After committing, the changes are pushed directly to the origin remote. This keeps your code history clean and simple.
Global
mkdir -p ~/.claude/skills/git-commit-pushProject
mkdir -p .claude/skills/git-commit-pushSource Repository
Caveman Commitjuliusbrussee/caveman
Generate ultra-compressed commit messages with Conventional Commits format
Verification Before Completionobra/superpowers
Always run fresh verification before claiming work is complete or passing
Using Git Worktreesobra/superpowers
Isolate your feature work with git worktrees and keep your main branch safe
Finishing A Development Branchobra/superpowers
Finish your development branch with merge, pull request, or cleanup options
Git Guardrails Claude Codemattpocock/skills
Stop dangerous git commands from running automatically with safety hooks
Setup Pre Commitmattpocock/skills
Automate code formatting type checking and tests before every commit
Git Commitgithub/awesome-copilot
Automatically write standardized git commits by analyzing your code changes
Git Advanced Workflowswshobson/agents
Master advanced Git workflows for clean history and confident recovery