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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Streamlined commit command with conventional format and auto-generated message from staged changes.
Acceptance Criteria
/commitanalyzes staged changes and generates a commit messageTechnical Notes
commands/commit.md