AI SummaryThis booster provides Cursor IDE users with conventional commit message guidelines to standardize git commits across projects. Developers working on collaborative or professional projects benefit from having clear, consistent commit message formatting rules built into their editor.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "grep.chat — Cursor Rules" prompt rules to my project. Repository: https://github.com/gokulkrishh/grep.chat Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
Git conventional commit message guidelines
**feat**: New Features
`bash feat: add user authentication feat: implement dark mode toggle feat: add payment processing `
Examples
`bash feat: add shopping cart functionality fix: resolve checkout button not working chore: update React to version 18 refactor: extract reusable components docs: add component usage examples style: fix TypeScript linting warnings test: add form validation tests `
Format
` <type>: <description> `
**fix**: Bug Fixes
`bash fix: sidebar click issue fix: login form validation fix: memory leak in component `
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts