โ† Prompts
Task / Create Agent Rules (steipete)

Fast Commit Task

# Fast Commit Task Generate 3 commit message suggestions based on the staged changes, then automatically use the first suggestion without user confirmation. Follow conventional commit format with a

# Fast Commit Task

Generate 3 commit message suggestions based on the staged changes, then automatically use the first suggestion without user confirmation. 

Follow conventional commit format with appropriate emojis and create descriptive messages that explain the purpose of changes. Skip the manual message selection step to streamline the commit process.

## Steps:
1. Run `git status` to see staged changes
2. Generate 3 commit message suggestions following conventional commit format
3. Automatically select the first suggestion
4. Execute `git commit -m` with the selected message
5. Exclude Claude co-authorship footer from commits

## Commit Types:
- โœจ feat: New features
- ๐Ÿ› fix: Bug fixes  
- ๐Ÿ“ docs: Documentation changes
- โ™ป๏ธ refactor: Code restructuring
- ๐Ÿง‘โ€๐Ÿ’ป chore: Tooling and maintenance
- ๐ŸŽจ style: Code formatting, missing semicolons, etc.
- โšก๏ธ perf: Performance improvements
- โœ… test: Adding or correcting tests

Sign in to view the full prompt.

Sign In

Classification

Task Immediate work request to complete
Task Create
Generate or transform
Scope Project
This codebase
Manual Manually placed / Persistent