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 |
Questa abilità dovrebbe essere utilizzata quando l'utente chiede di "creare git commit", "gestire rami", "seguire il flusso di lavoro git", "usare commit convenzionali", "gestire conflitti di unione" o chiede informazioni sulle strategie di ramificazione git, sulle migliori pratiche di controllo della versione, sui flussi di lavoro delle richieste pull. Fornisce una guida completa al flusso di lavoro Git per la collaborazione del team. Fonte: galaxy-dawn/claude-scholar.