git
Installation
SKILL.md
Git Skill
Guide for Git operations. For mandatory rules and permissions,
see rules/github.md.
1. Commit Message Format (Conventional Commits)
<type>(<scope>): <brief description> (#<Issue number>)
<detailed description>
## Summary
- Same as detailed description is OK
## Background
- Briefly explain the background and purpose
Related skills