Ce Commit
Skill Verifiziert AktivCreate 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.
Funktionen
- 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
Anwendungsfälle
- 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
Nicht-Ziele
- 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.
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add EveryInc/compound-engineering-plugin/plugin install compound-engineering@compound-engineering-pluginQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Project Session Manager
100Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions
Using Git Worktrees
100Verwenden Sie dies, wenn Sie mit der Feature-Arbeit beginnen, die eine Isolierung vom aktuellen Arbeitsbereich erfordert, oder bevor Sie Implementierungspläne ausführen – stellt sicher, dass über native Tools oder einen Git-Worktree-Fallback ein isolierter Arbeitsbereich vorhanden ist.
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.