commit-helper
Commit Helper
Overview
Use this skill when the user wants a commit message that matches the target repository instead of assuming one universal format or one universal tone.
This skill supports a small set of common style families:
- Conventional Commits
- Emoji / gitmoji-style commits
- Plain imperative subjects
- Repo-custom templates or documented commit rules
The helper does not try to support every commit format in the wild. It separates:
format: conventional, gitmoji, plain, or repo-custom templatephrasing: language, tone, title length, and common wording habits
It first infers semantic meaning from the staged diff, then converts that meaning into the repository's preferred style family and phrasing profile.
More from 17-sss/agent-skills
handoff-memory
Create, refresh, validate, and resume shared HANDOFF and memory documents for a repository, a workspace-wide cross-repo context, or a workstream inside a larger workspace. Use when asked to write a handoff, checkpoint progress, resume prior work, or standardize project-state notes in Git-trackable files such as `docs/HANDOFF.md`, `_memory/HANDOFF.md`, or `_memory/workstreams/checkout-flow/HANDOFF.md`.
25github-pr-review
Agent-neutral workflow for reviewing GitHub pull requests with gh CLI, local git, tests, and GitHub REST or GraphQL APIs, then posting summary or inline review comments as the user's authenticated GitHub account. Use when asked to set up PR review authentication, review a PR URL, review owner/repo#123, review the current branch PR, post PR review comments, review public or private repo PRs, use gh to inspect a PR diff, or leave feedback from the user's GitHub account.
10github-pr-publish
Agent-neutral workflow for safely publishing GitHub pull requests with gh CLI, local git, and constrained GitHub REST fallback. Use when asked to create, open, publish, draft, or preflight a GitHub PR from a local branch; push a branch for PR creation; create a PR in a public or private repo; diagnose PR creation auth, SSO, permission, or not-found failures; or avoid unsafe gh pr create prompting, fork creation, or accidental pushes.
7