Cursor rule
.cursor/rules/git_commits.mdcGit commit message guidelines
Cursor rules
Quality
54/100
Scores the file, not the repository.Length
341 words
9 headings · 4 code blocksRepository
2
— · pushed 443 days agoLast changed
3 days ago
First indexed 3 days ago.123456# Git Commit Message Guidelines78## Overview9This rule outlines best practices for creating clear, informative git commit messages that make the repository history easy to understand and navigate. All commit messages should follow this standard format.1011## Message Structure12Each commit message should follow this structure:1314```15<type>: <subject>1617<body>1819<footer>20```2122## Types23Begin your commit message with one of these types:2425- `feat`: A new feature26- `fix`: A bug fix27- `docs`: Documentation changes28- `style`: Code style changes (formatting, indentation)29- `refactor`: Code refactoring (no functional changes)30- `perf`: Performance improvements31- `test`: Adding or updating tests32- `chore`: Maintenance tasks, build changes, etc.33- `ci`: CI/CD related changes3435## Subject Guidelines36- Write in imperative mood (e.g., "Add" not "Added" or "Adds")37- Keep it under 50 characters38- Don't end with a period39- Capitalize the first letter4041## Body Guidelines42- Separate from subject with a blank line43- Explain the "what" and "why" (not "how")44- Use bullet points when appropriate (- or *)45- Wrap text at ~72 characters46- Reference issues and user stories when applicable4748## Footer Guidelines49- Reference issues with "Fixes #123" or "Closes #123"50- Breaking changes should be noted with "BREAKING CHANGE:"5152## Examples5354```55feat: Add user authentication system5657Implement JWT-based authentication flow with refresh tokens.58- Add login/logout endpoints59- Create token generation service60- Add middleware for protected routes6162Closes #4563```6465```66fix: Prevent race condition in database connection pool6768When multiple requests arrived simultaneously during69initialization, connections were being created beyond70the configured maximum. Added mutex lock to ensure71proper counting.7273Fixes #12374```7576```77docs: Update API documentation with authentication examples7879Add code samples for all authentication flows and80improve explanations of token usage.81```8283## Additional Guidelines84- When possible, limit commits to a single logical change85- Small, focused commits are easier to understand and review86- Avoid mixing multiple unrelated changes in a single commit87- When incorporating feedback from PR reviews, reference the PR number
Also in tyler274/rummage
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| tyler274/rummage.cursor/rules/book_editing.mdc · 2 | Cursor rules | no sections | 4/100 | 3 days ago | |
| tyler274/rummage.cursor/rules/bands_of_light_ui.mdc · 2 | Cursor rules | no sections | 16/100 | 3 days ago | |
| tyler274/rummage.cursor/rules/bevy_rand.mdc · 2 | Cursor rules | styledeploymentdo-not | 61/100 | 3 days ago | |
| tyler274/rummage.cursor/rules/cards.mdc · 2 | Cursor rules | no sections | 24/100 | 3 days ago | |
| tyler274/rummage.cursor/rules/compile_check.mdc · 2 | Cursor rules | build | 28/100 | 3 days ago | |
| tyler274/rummage.cursor/rules/general.mdc · 2 | Cursor rules | no sections | 30/100 | 3 days ago | |
| tyler274/rummage.cursor/rules/imagenode.mdc · 2 | Cursor rules | databaseui | 50/100 | 3 days ago | |
| tyler274/rummage.cursor/rules/mtg.mdc · 2 | Cursor rules | no sections | 4/100 | 3 days ago | |
| tyler274/rummage.cursor/rules/mtgjson_importer.mdc · 2 | Cursor rules | no sections | 24/100 | 3 days ago | |
| tyler274/rummage.cursor/rules/save.mdc · 2 | Cursor rules | no sections | 24/100 | 3 days ago | |
| tyler274/rummage.cursor/rules/testing.mdc · 2 | Cursor rules | testarch | 66/100 | 3 days ago |
Diff against .cursor/rules/book_editing.mdc Diff against .cursor/rules/bands_of_light_ui.mdc Diff against .cursor/rules/bevy_rand.mdc Diff against .cursor/rules/cards.mdc Diff against .cursor/rules/compile_check.mdc Diff against .cursor/rules/general.mdc Diff against .cursor/rules/imagenode.mdc Diff against .cursor/rules/mtg.mdc Diff against .cursor/rules/mtgjson_importer.mdc Diff against .cursor/rules/save.mdc Diff against .cursor/rules/testing.mdc
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 3 days ago | |
| hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126 | Cursor rules | setupbuildtestlint-format+6 | 100/100 | 3 days ago | |
| langflow-ai/langflow.cursor/rules/docs_development.mdc · 153k | Cursor rules | setupbuildtestlint-format+7 | 97/100 | 3 days ago | |
| TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45 | Cursor rules | teststyletesting-strategysecurity+3 | 97/100 | 3 days ago | |
| skillrecordings/egghead-next.cursor/rules/project-update-user-rules.mdc · 1.4k | Cursor rules | buildtestlint-formatstyle+7 | 96/100 | 3 days ago | |
| nerds-odd-e/doughnut.cursor/rules/cli.mdc · 49 | Cursor rules | setupbuildteststyle+4 | 96/100 | 3 days ago | |
| skillrecordings/egghead-next.cursor/rules/gh-task-plan.mdc · 1.4k | Cursor rules | teststylearchtypes+2 | 96/100 | 3 days ago | |
| skillrecordings/egghead-next.cursor/rules/project-update-rules.mdc · 1.4k | Cursor rules | buildtestlint-formatstyle+7 | 96/100 | 3 days ago |
