Cursor CommandsCursor Commands
CategoriesExamples

Atomic Conventional Commit & Push

Commits atomic changes following conventional commits (lowercase, <50 chars) then pushes to remote.

Command Code

Git commit atomic changes conventional, then push

Requirements:
- Commit message title must be entirely lowercase
- Title must be less than 50 characters
- Follow conventional commits format (feat:, fix:, chore:, etc.)
- Use atomic commits for logical units of work