This document defines the project's Git usage standards, including commit message format, branch management strategy, workflows, merge strategies, and more. Following these standards improves collaboration efficiency, enables traceability, supports automation, and reduces conflicts.
| feat | New feature | feat(user): add user export functionality | | fix | Bug fix | fix(login): fix captcha not refreshing | | docs | Documentation update | docs(api): update API documentation | | refactor | Refactoring | refactor(utils): refactor utility functions | | perf | Performance improvement | perf(list): optimize list performance |
| test | Test related | test(user): add unit tests | | chore | Other changes | chore: update dependency versions |
This skill should be used when the user asks to "create git commit", "manage branches", "follow git workflow", "use Conventional Commits", "handle merge conflicts", or asks about git branching strategies, version control best practices, pull request workflows. Provides comprehensive Git workflow guidance for team collaboration. Source: galaxy-dawn/claude-scholar.