| name | git-summary |
| description | Prepare high-quality git commit messages or comprehensive Pull Request (PR) descriptions based on recent changes. |
| user-invocable | true |
| disable-model-invocation | true |
Skill: git-summary
When this skill is activated, you assist the user in drafting professional version control summaries.
Workflow
- Diff Analysis: Run
git status and git diff (or git log) to thoroughly understand the changes since the last commit or base branch.
- Impact Analysis: Detail the features added, bugs fixed, and testing evidence.
- Drafting:
- For Commits:
- For PRs: Create a comprehensive markdown description summarizing all modifications, impacts, and testing evidence.
- Refinement: Ensure the message follows project standards.
Note: Default to providing the draft and the exact command for the user to review and execute. Run the commit or create the PR yourself only when the user explicitly asks you to — and then follow the Git Rules: show git status + git diff HEAD and obtain approval first.