Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.02 KB

File metadata and controls

45 lines (36 loc) · 1.02 KB

fuse-commit-pro

Smart conventional commits with auto-detection and security validation.

Agents

Agent Description
commit-detector Analyzes changes and selects optimal commit type

Commands

Command Description
/commit Smart conventional commit
/wip Work in progress
/fix Quick bugfix
/feat New feature
/refactor Refactoring
/chore Maintenance
/docs Documentation
/test Tests
/undo Undo last commit
/amend Amend last commit

Skills

  • commit - Smart commit with auto-detection
  • commit-detection - Commit type detection
  • wip - Work in progress
  • fix - Bugfix
  • feat - Feature
  • refactor - Refactoring
  • chore - Maintenance
  • docs - Documentation
  • test - Tests
  • undo - Undo commit
  • amend - Amend commit

Features

  • Auto-detects commit type from changes
  • Semantic versioning (CHANGELOG.md)
  • Security validation (no secrets)
  • Conventional commit format