commit
Stage and commit changes using Conventional Commits. Use when there are dirty/staged files to commit, the user says commit, or before pushing a PR.
Browse and install thousands of AI Agent skills in the Killer-Skills directory. Supports Claude Code, Windsurf, Cursor, and more.
Stage and commit changes using Conventional Commits. Use when there are dirty/staged files to commit, the user says commit, or before pushing a PR.
Commit the changes made on this chat session to the current branch. Use best practices from Conventional Commits.
Commit and push the changes made on this chat session to the current branch. Use best practices from Conventional Commits.
A skill that automates the process of staging changes, creating conventional commits, and pushing to origin with detailed PR comments
Run the repos finalize workflow (uv pytest, pre-commit with per-hook fixes, conventional commit, git push). Use when asked to run tests/lint, fix hook failures, commit changes, or push updates.
git-commit-push is a skill that automates the Git workflow, guiding users through reviewing changes, crafting commit messages, and pushing to remote repositories.
Run the Crimson release checklist (just check, uv version bump, uv lock), then create a conventional-commit release commit, tag it, and push. Default bump is minor (use dev bump when needed).
Format high-quality Git commit messages from staged or unstaged changes with stable conventions. Use when Codex is asked to create, polish, or validate commit messages, especially for Conventional Com
Bump the Blackpepper version, review full git diffs (including unrelated changes), craft a Conventional Commit message, and push the current branch. Use when the user asks to verbump, bump version, increment version, release, or explicitly requests version bump + commit + push for this repo.
Create high-quality git commits: review/stage intended changes, split into logical commits, and write clear commit messages (including Conventional Commits). Use when the user asks to commit, craft a
Run Git commit and PR/MR workflows end-to-end: compose conventional commits, push branches to origin, and create GitHub pull requests or GitLab merge requests. Trigger this skill when users ask for co