Ce Commit
技能 已验证 活跃Create a git commit with a clear, value-communicating message. Use when the user says "commit", "commit this", "save my changes", "create a commit", or wants to commit staged or unstaged work. Produces well-structured commit messages that follow repo conventions when they exist, and defaults to conventional commit format otherwise.
To streamline the process of creating well-structured and informative git commit messages, improving code quality and team collaboration.
功能
- Generates clear and value-communicating commit messages
- Adheres to repository-specific commit conventions
- Defaults to Conventional Commit format when no repo convention exists
- Supports committing staged or unstaged work
- Includes workflow for context gathering and confirmation
使用场景
- When the user explicitly asks to commit changes
- When users want to save staged or unstaged work with a descriptive message
- To ensure commit messages follow established project conventions
- To generate conventional commit messages for automated tooling
非目标
- Performing code review
- Automating CI/CD pipelines
- Managing Git branches (beyond creating one if needed for detached HEAD)
- Writing commit messages for non-Git version control systems
Trust
- info:Issues AttentionThere are 25 open and 115 closed issues in the last 90 days, indicating active maintenance but a potential backlog.
Scope
- info:Dry-run previewWhile not a direct dry-run flag, the workflow includes checks for empty working trees and prompts for confirmation before committing, offering a preview of the action.
安装
请先添加 Marketplace
/plugin marketplace add EveryInc/compound-engineering-plugin/plugin install compound-engineering@compound-engineering-plugin质量评分
已验证类似扩展
Project Session Manager
100Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions
Using Git Worktrees
100在开始需要与当前工作区隔离的功能性工作,或在执行实现计划之前使用 - 通过原生工具或 git worktree 回退确保存在隔离的工作区。
Openclaw Debugging
100Debug OpenClaw model, provider, tool-surface, code-mode, streaming, and live/Crabbox behavior by choosing the right logs, probes, and proof path before changing code.
Add New Opc Skill
100Checklist and automation guide for adding a new skill to the OPC Skills project. Ensures all required files, metadata, logos, and listings are created before release. Use when adding a new skill, publishing a skill, or preparing a skill for release.
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.
Workflow Patterns
99Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding the verification protocol.