โ 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 InClassification
Task Immediate work request to complete
Task Create
Generate or transformScope Project
This codebase Manual Manually placed / Persistent