AI SummaryA Cursor IDE rule enforcing Conventional Commits format for all commit messages and PR titles, helping teams maintain consistent, readable version control history. Developers using Cursor will benefit from automated guidance on proper commit formatting.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "mise — Cursor Rules" prompt rules to my project. Repository: https://github.com/jdx/mise 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
how to write commit and PR titles
Examples
` feat(cli): add new command for tool management fix(config): resolve parsing issue with nested tables refactor(backend): simplify plugin loading logic doc(api): update configuration examples test(e2e): add tests for tool installation chore(deps): update Rust dependencies `
Conventional Commits (REQUIRED)
All commit messages and PR titles MUST follow conventional commit format:
Format
` <type>(<scope>): <description> `
Types
• feat: - New features • fix: - Bug fixes • refactor: - Code refactoring • docs: - Documentation • style: - Code style/formatting • perf: - Performance improvements • test: - Testing changes • chore: - Maintenance tasks • chore(deps): - Dependency updates
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