スキル一覧に戻る
bendrucker

self

by bendrucker

My personal plugin marketplace and settings for Claude Code

5🍴 1📅 2026年1月23日
GitHubで見るManusで実行

SKILL.md


name: self description: | Self-review your own code changes using a visual diff viewer. Opens a GitHub-style web UI where you can add comments on changed lines. Comments are returned to Claude for action. allowed-tools: Bash(npx:*)

Self Review

Review your own code changes before committing or requesting peer review.

Usage

Run difit to open the diff viewer:

npx difit $ARGUMENTS

Default targets:

  • . - All uncommitted changes (staged + unstaged)
  • staged - Staged changes only
  • working - Unstaged changes only
  • @ main - Compare HEAD with main branch

Workflow

  1. Run difit with the target diff
  2. User reviews in the browser and adds comments on specific lines
  3. When the user closes the browser tab, comments are output to stdout
  4. Parse the comments and apply the requested changes

Comment Format

Comments are output in this format:

📝 Comments from review session:
==================================================
path/to/file.ts:L42
Comment text here
=====
path/to/other.ts:L10-L20
Comment on a range of lines
==================================================
Total comments: 2

Applying Feedback

For each comment:

  1. Read the referenced file and lines
  2. Understand the requested change
  3. Apply the edit using the Edit tool
  4. Confirm the change was made correctly

スコア

総合スコア

65/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です