Commit
Skill Verified ActiveCreate well-formatted commits with conventional commit messages and emoji
To streamline the process of creating well-formatted and informative git commits, ensuring adherence to conventional commit standards.
Features
- Automated conventional commit message generation
- Emoji integration in commit messages
- Diff analysis for commit splitting suggestions
- Pre-commit hook execution and management
- Branch check and prompt for new branch creation
Use Cases
- Creating commits that adhere to project-specific commit message conventions.
- Ensuring code quality by running pre-commit checks before committing.
- Breaking down large changes into smaller, more manageable commits.
- Generating clear and descriptive commit messages with appropriate emoji.
Non-Goals
- Performing complex git operations beyond commit creation.
- Managing merge conflicts automatically.
- Automating pull request creation or submission.
Installation
First, add the marketplace
/plugin marketplace add NeoLabHQ/context-engineering-kit/plugin install git@context-engineering-kitQuality Score
VerifiedTrust Signals
Similar Extensions
Project Session Manager
100Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions
Use My Browser
100Use when work depends on the user's live browser session or visible rendered state rather than static fetches, especially for browser debugging contexts or DevTools-selected elements or requests, logged-in dashboards or CMS flows, localhost apps, forms, uploads, downloads, media inspection, DOM or iframe inspection, Shadow DOM, or browser failures that look like soft 404s, auth walls, anti-bot checks, or rate limits.
Github
100Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.
Openclaw Testing
100Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.
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.