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

Create well-formatted commits with conventional commit messages and emojis

# Commit Create well-formatted commits with conventional commit messages and emojis. ## Features: - Runs pre-commit checks by default (lint, build, generate docs) - Automatically stages files if non

# Commit

Create well-formatted commits with conventional commit messages and emojis.

## Features:
- Runs pre-commit checks by default (lint, build, generate docs)
- Automatically stages files if none are staged
- Uses conventional commit format with descriptive emojis
- Suggests splitting commits for different concerns

## Usage:
- `/commit` - Standard commit with pre-commit checks
- `/commit --no-verify` - Skip pre-commit checks

## Commit Types:
- โœจ feat: New features
- ๐Ÿ› fix: Bug fixes
- ๐Ÿ“ docs: Documentation changes
- โ™ป๏ธ refactor: Code restructuring without changing functionality
- ๐ŸŽจ style: Code formatting, missing semicolons, etc.
- โšก๏ธ perf: Performance improvements
- โœ… test: Adding or correcting tests
- ๐Ÿง‘โ€๐Ÿ’ป chore: Tooling, configuration, maintenance
- ๐Ÿšง wip: Work in progress
- ๐Ÿ”ฅ remove: Removing code or files

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