fuse-commit-pro
Professional git commits with Conventional Commits, GitHub Flow branch enforcement, auto PR creation, security validation, and auto-detection
pinned to #7749d4dupdated 2 weeks ago
Ask your AI client: “install plugins/fuse-commit-pro”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install plugins/fuse-commit-prometahub onboarded this repo on the author's behalf.
If you own github.com/fusengine/agents on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
19
Last commit
2 weeks ago
Latest release
published
- #claude-agent
- #claude-agents
- #claude-code
- #claude-code-plugin
- #claude-skills
- #claudeagent
- #claudecode
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.7749d4d· 2 weeks ago
Kind-specific
31Plugin: manifest fields complete
Plugin: bundled artifacts presentwarn
Couldn't find a skills/ subdir or an MCP server config inside the plugin
A plugin is most useful when it bundles ≥ 1 skill or an MCP server.
Plugin: bundle shape
empty bundle
Plugin: manifest location
manifest at plugin.json
Release history
1- releasecurrent7749d4dwarn2 weeks ago
Contents
Professional git commits following Conventional Commits standard with smart auto-detection and security validation.
Features
- Smart auto-detection agent - Automatically analyzes changes and selects optimal commit type
- Security validation - Blocks commits containing secrets or credentials
- Scope detection - Extracts scope from modified directories
- Best practices - Enforces imperative mood, 50-char limit, proper formatting
- Safety checks - Prevents amending pushed commits
- No AI signature - Commits appear 100% human-written
Installation
# From marketplace
/plugin marketplace add brunoazoulay/commit-pro
/plugin install commit-pro
# Or local testing
claude --plugin-dir ./commit-pro
Commands
| Command | Description |
|---|---|
/commit-pro:commit | Smart commit with auto-detection |
/commit-pro:feat | Quick feature commit |
/commit-pro:fix | Quick bugfix commit |
/commit-pro:docs | Documentation commit |
/commit-pro:refactor | Refactoring commit |
/commit-pro:test | Test commit |
/commit-pro:chore | Maintenance commit |
/commit-pro:wip | Work in progress (quick save) |
/commit-pro:amend | Amend last commit (if not pushed) |
/commit-pro:undo | Undo last commit (soft reset) |
Smart Auto-Detection Agent
The plugin includes an intelligent agent that automatically detects the best commit type:
# Just say "commit" and the agent analyzes your changes
"commit my changes"
"save my work"
"git commit"
The agent will:
- Analyze all modified files
- Detect patterns (docs, tests, fixes, features...)
- Select the optimal commit command
- Execute with confirmation
Detection rules:
| Pattern | Auto-selected command |
|---|---|
Only .md files | /commit-pro:docs |
| Only test files | /commit-pro:test |
| Bug fix keywords in diff | /commit-pro:fix |
| New files with logic | /commit-pro:feat |
| Config/deps only | /commit-pro:chore |
Usage Examples
# Smart commit - analyzes changes and suggests type
/commit-pro:commit
# Quick feature with description
/commit-pro:feat add user authentication
# Quick fix
/commit-pro:fix resolve login redirect issue
# Documentation update
/commit-pro:docs update API reference
# Work in progress
/commit-pro:wip
Commit Types
| Type | When to use |
|---|---|
feat | New feature |
fix | Bug fix |
docs | Documentation only |
style | Formatting (no logic change) |
refactor | Code restructure |
perf | Performance improvement |
test | Adding/updating tests |
build | Build system, dependencies |
ci | CI/CD configuration |
chore | Maintenance tasks |
Security Features
The plugin automatically blocks commits containing:
.envfiles- Credentials (
password=,secret=,api_key=) - Private keys (
*.pem,*.key)
And warns about:
- Debug statements (
console.log,debugger) - Large files (>1MB)
- TODO/FIXME comments
No AI Signature
All commits created by this plugin are 100% clean with no AI traces:
- No
Co-authored-by: Claudeor similar - No
Generated by AImentions - No automation footers or trailers
- Commits appear completely human-written
Structured Output (Auto)
All commands automatically output structured feedback:
📊 Analysis
───────────────────────────────
Files changed: 3
Files staged: 3
Pattern detected: feature
📝 Proposed Commit
───────────────────────────────
feat(auth): add JWT token refresh
⚡ Ready to commit? [Y/N/E]
✅ Committed successfully
───────────────────────────────
Hash: abc1234
Message: feat(auth): add JWT token refresh
License
MIT
Reviews
No reviews yet. Be the first.
Related
claude-magic-compact
Lossless context compression for Claude Code.
mega-brain
OKF-powered knowledge context for Claude Code — injects your project knowledge base at every session
cc10x
The Loop Engine — harness and loop engineering plugin for Claude Code. Router-kernel orchestration, workflow artifacts, sub-agent delegation, hook enforcement, Test Honesty Gates, fresh-context verification, and memory that persists. 73% leaner than v11, zero quality regression.
mh install plugins/fuse-commit-pro