← Back to list

difit
by MH4GF
⭐ 2🍴 0📅 Jan 24, 2026
SKILL.md
name: difit description: Git diff viewer with web UI and AI prompt generation. Use when "difit" is mentioned, or when reviewing diffs/PRs with AI-friendly output.
difit
Web-based Git diff viewer with AI prompt generation. https://github.com/yoshiko-pg/difit
Commands
# Uncommitted changes
git diff | bunx difit
# Staged changes
git diff --staged | bunx difit
# Specific commit
git show <commit-hash> | bunx difit
# Compare branches
git diff main..feature | bunx difit
# Latest commit
git show HEAD | bunx difit
Usage in Claude Code
Run with run_in_background: true to keep the server running:
git diff | bunx difit # run_in_background: true
Workflow
- Pipe git diff to
bunx difit(background) - Browser opens with diff view
- Click lines to add review comments
- Copy AI prompt with "Copy Prompt" button
- Paste prompt to AI for code review feedback
Score
Total Score
50/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