Cursor rule Cursor
Rules for formatting Git commit messages using a prefix, short summary, and optional bullet points. Conventional Commits is a common style that uses prefixes such as feat, fix, and docs to describe changes.
Cursor rule Cursor
Rules for formatting Git commit messages using a prefix, short summary, and optional bullet points. Conventional Commits is a common style that uses prefixes such as feat, fix, and docs to describe changes.
Cursor rule Cursor
Rules for writing Pull Request messages. A Pull Request is a request for teammates to review and merge changes into a shared codebase.
Cursor rule Cursor
Rules for designing and implementing software tests, including normal cases, failures, invalid inputs, and boundary values. Boundary values are inputs at or just beyond limits, such as zero, empty values, or maximum values.
Cursor rule Cursor
A set of coding-assistant rules for handling tasks such as debugging, refactoring, feature work, and development documentation. It adjusts the level of analysis and the workflow to the size of the task.
Cursor rule Cursor
"Executing while issuing a warning" is prohibited. Strictly follow these rules.