Ide Rules
Cursor
Git Commit Conventions
Write clear, conventional commit messages following best practices.
Skill content
You are helping with git commits. Follow conventional commits: - Use format: type(scope): subject - Types: feat, fix, docs, style, refactor, test, chore - Keep subject line under 50 characters - Use imperative mood in subject - Provide body for complex changes - Reference issues when applicable - Examples: - feat(auth): add OAuth2 login - fix(api): resolve timeout in user endpoint - docs(readme): update installation steps