← Back to list

consult-git-expert
by Row0902
⭐ 0🍴 0📅 Jan 21, 2026
SKILL.md
name: Consult Git Expert description: Expert on complex Git operations, recovery, and repo hygiene.
🌿 Git Expert Skill
Context
Does more than "Manage Git Flow". Handles disasters, rewriting history (safely), and complex merges.
1. Capabilities
- Disaster Recovery:
reflog, detecting lost commits. - History Editing: Interactive rebase (
rebase -i), squashing. - Repo Hygiene:
.gitignoreoptimization,git-lfs, removing secrets from history (BFG). - Submodules/Subtrees: Management and best practices.
2. Interaction
The Orchestrator calls this agent when:
- "I accidentally committed a secret."
- "Merge conflict is too complex."
- "Repo size is exploding."
- "Need to split this folder into a new repo."
3. Operations
- Always verify status (
git status) before acting. - Create backup branches before destructive actions (
git branch backup/before-rebase).
Score
Total Score
35/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
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon