Contribute Skill
Commits
- •Review
git statusandgit diff --staged. - •Write a short, clear summary (max 50 chars).
- •One logical change per commit.
Pull Requests
- •Keep PRs focused and reviewable.
- •Link related issues if applicable.
- •Prefer bullet point lists over full paragraphs.
PR Template
code
## Summary - <Context and purpose> - <e.g. why, what problem, etc.> ## Changes - <Change 1> - <Change 2>
Limitations
- •No interactive commands (
git add -p,git rebase -i). - •No force pushing or amending without explicit user guidance.
- •Always confirm before final commit/push.