← Back to list

git
by ivanov-i
⭐ 0🍴 0📅 Jan 20, 2026
SKILL.md
name: git description: git
Git
- if explicitely asked to commit, skip build/test/lint etc
- Commits: Follow the repo style. If a ticket number is not explicitely provided try to infer it from the current branch.
- Safe by default:
git status/diff/log. Push only when user asks. Do not ask to push. do not touch remote. git checkoutok for PR review / explicit request.- Branch changes require user consent.
- Destructive ops forbidden unless explicit (
reset --hard,clean,restore,rm, …). - Don’t delete/rename unexpected stuff; stop + ask.
- No repo-wide S/R scripts; keep edits small/reviewable.
- Avoid manual
git stash; if Git auto-stashes during pull/rebase, that’s fine (hint, not hard guardrail). - If user types a command (“pull and push”), that’s consent for that command.
- No amend unless asked.
- Multi-agent: check
git status/diffbefore edits; ship small commits.
Score
Total Score
40/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon