What problem does it solve?
This Skill helps you produce consistent, review-friendly Git commits for adk-python so changes are easier to understand, track, and merge.
Core Features & Use Cases
- Conventional Commits enforcement: Use a structured commit format with clear types and scopes to keep history readable.
- Why-first subject line guidance: Write subjects that explain motivation and outcome, not just the mechanical change.
- Clear body conventions: Add context that explains the reason and, when relevant, references GitHub issues to improve traceability.
- Operation coverage: Supports the full range of git operations (commit, push, pull, rebase, branching, PRs, cherry-picks) using the same commit message conventions.
Quick Start
Use the adk-git skill to write a conventional commit message like feat(workflow): Support JSON string parsing in schema validation, then include a short body explaining why the change was needed.