Commit Changes
Skill Verified ActiveStage, commit, and amend changes with conventional commit messages. Covers reviewing changes, selective staging, writing descriptive commit messages using HEREDOC format, and verifying commit history. Use when saving a logical unit of work to version control, creating a commit with a conventional message, amending the most recent commit, or reviewing staged changes before committing.
To streamline and standardize the process of saving logical units of work to version control using conventional commit messages, ensuring clarity and consistency in commit history.
Features
- Stage files selectively
- Write descriptive commit messages (HEREDOC)
- Amend the most recent commit (message or content)
- Verify commit history and content
- Use conventional commit types (feat, fix, docs, etc.)
Use Cases
- Saving a logical unit of work to version control
- Creating a commit with a conventional message
- Amending the most recent commit
- Reviewing staged changes before committing
Non-Goals
- Managing Git branches
- Resolving Git conflicts
- Setting up new Git repositories
Installation
/plugin install agent-almanac@pjt222-agent-almanacQuality Score
VerifiedTrust Signals
Similar Extensions
Unslop Commit
100Rewrites commit messages so they sound like a careful human engineer wrote them. Strips AI/marketing slop ("comprehensive solution", "robust implementation", "leverage", "enhance", "seamlessly", "This commit..."). Keeps Conventional Commits format. Subject ≤72 chars (aim ≤50), imperative mood. Body only when "why" isn't obvious from the subject. Use when user says "humanize commit", "de-slop commit message", "make this commit sound human", "/unslop-commit", "/commit", "write a commit", or pastes a draft commit to clean up. Auto-triggers when staging changes.
Git Commit
99Create a git commit with a good message. Use when the user says "commit", "save changes", "commit this", or asks to create a commit after making code changes.
Commit Helper
99Helps write Git commit messages following the Conventional Commits specification. Use this skill when the user asks to commit changes, write commit messages, format commits, or mentions git commits.
Caveman Commit
98Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit. Auto-triggers when staging changes.
Commit
95Create well-formatted commits with conventional commit messages and emoji
Everything Claude Code
100Development conventions and patterns for everything-claude-code. JavaScript project with conventional commits.