Commit Changes
技能 已验证 活跃Stage, 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.
功能
- 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.)
使用场景
- 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
非目标
- Managing Git branches
- Resolving Git conflicts
- Setting up new Git repositories
安装
/plugin install agent-almanac@pjt222-agent-almanac质量评分
已验证类似扩展
Unslop Commit
100重写提交消息,使其听起来像一个严谨的程序员编写的。去除 AI/营销术语(“全面的解决方案”、“健壮的实现”、“利用”、“增强”、“无缝地”、“此提交...”)。保留 Conventional Commits 格式。主题 ≤72 个字符(目标 ≤50),祈使语气。仅当“为什么”在主题中不明显时才写正文。在用户说“人性化提交”、“去营销术语化提交消息”、“让这个提交听起来像人话”、“/unslop-commit”、“/commit”、“写一个提交”或粘贴草稿提交以供清理时使用。暂存更改时自动触发。
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
98超压缩的提交消息生成器。在保留意图和推理的同时,削減提交消息中的噪音。遵循Conventional Commits格式。主题≤50个字符,仅在“原因”不明显时包含正文。在用户说“写一个提交”、“提交消息”、“生成提交”、“/commit”或调用/caveman-commit时使用。暂存更改时自动触发。
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.