Add /commit command #18

Closed
opened 2026-01-01 22:01:34 +00:00 by HugoNijhuis · 0 comments
Owner

Summary

Streamlined commit command with conventional format and auto-generated message from staged changes.

Acceptance Criteria

  • /commit analyzes staged changes and generates a commit message
  • Message follows conventional commit format (feat:, fix:, etc.)
  • User can approve or edit the message before committing
  • Works with partial staging (only commits what's staged)

Technical Notes

  • Create commands/commit.md
  • Reference gitea skill for any git operations
## Summary Streamlined commit command with conventional format and auto-generated message from staged changes. ## Acceptance Criteria - [ ] `/commit` analyzes staged changes and generates a commit message - [ ] Message follows conventional commit format (feat:, fix:, etc.) - [ ] User can approve or edit the message before committing - [ ] Works with partial staging (only commits what's staged) ## Technical Notes - Create `commands/commit.md` - Reference gitea skill for any git operations
HugoNijhuis added this to the Automate repetitive workflows milestone 2026-01-01 22:01:34 +00:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: flowmade-one/architecture#18