Loading...
Loading...
Found 247 Skills
Creates commits with conventional format and validation. Use when committing changes or generating commit messages.
Create safe Conventional Commit messages and commits from current working tree changes.
Read this skill before making git commits
Create semantic git commits following best practices and Conventional Commits specification.
A comprehensive Git agent skill combining strategic workflows, strict conventional commit standards, and safe execution protocols. Acts as a senior engineer to guide users through atomic, verifiable, and standardized git operations.
This skill should be used when creating conventional commits for current changes and then submitting the current branch as a pull request for code review. It combines the git:commit and git:submit-pr skills into a single workflow.
Review staged changes, create clear commit messages, and push to current branch
Use when work is validated and ready to submit, to push to main and create PR for agent review
Helps users create standardized Git commits. Use this when users want to submit code, save changes, or create a commit.
Git Commit Workflow
Open a draft pull request on GitHub. MUST use when you want to create/open a PR.
Detects and prevents manual edits to release-please managed files (CHANGELOG.md, version fields in package.json, pyproject.toml, Cargo.toml). Provides conventional commit templates. Use when editing changelogs, version bumps, release files, or when user mentions "release", "changelog", "version bump", or "conventional commits".