commit-skill
Stage, commit, and push changes to the current branch. Use when asked to commit, push, or create a commit for the current task.
Works with
Agent Skills format with YAML frontmatter. Claude Code reads it as-is.
--- name: "commit-skill" description: "Stage, commit, and push changes to the current branch. Use when asked to commit, push, or create a commit for the current task." license: "MIT" --- # Commit and Push Skill 1. Stage only files related to the current task 2. Run `git commit --no-verify` if pre-commit hooks fail on unrelated issues 3. Push to the current branch 4. Report the commit hash and branch name NOTE: This repo uses Azure DevOps. For PRs use `az repos pr create`. NOTE: The `commit-msg` hook strips `Co-Authored-By` trailers so commits appear as sole-author.
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

