🔍
QualityDart

Self Review

by K9i-0

Self Review is a Quality skill for Claude Code, published by K9i-0 in ccpocket.

1K stars97 forkson K9i-0/ccpocketAdded 2026/08/21Repository updated 2026/08/20
androidapp-serverbridge-serverclaude-codeclicodexflutteriosmobileopenairemote-controltypescriptwebsocket
Install in seconds
Install Self Review
Copy Self Review into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/K9i-0/ccpocket/tree/main/.claude/skills/self-review ~/.claude/skills/self-review

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/K9i-0/ccpocket.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/self-review/SKILL.md in K9i-0/ccpocket
Installs to
~/.claude/skills/self-review
Collection
One of 18 skills cataloged from this repository
Category
Quality1354 skills

What Self Review does

Self Review checks code changes before a task is finished by collecting diffs and, for larger changes, asking a code-reviewer subagent to review them. Use it to catch issues before committing or closing work.

Self Review is cataloged under Quality on DirSkills. Self Review comes from a repository tagged android, app-server, bridge-server, claude-code and cli.

Documentation

README

Self Review

タスク完了前に実行するセルフレビュー手順。

トリガー条件

  • ユーザーから /self-review コマンドで呼び出された場合
  • 大きな変更をコミットする前

レビュー手順

Phase 1: 変更差分の収集

# 変更されたファイル一覧
git diff --name-only HEAD

# 変更内容の取得
git diff HEAD

# 変更行数で規模判定
git diff --stat HEAD | tail -1

Phase 2: サブエージェントレビュー(code-reviewer エージェント)

code-reviewer サブエージェントを使ってレビューを実行する。

Task tool で code-reviewer サブエージェントを起動:

subagent_type: code-reviewer
model: opus

プロンプト:
---
以下のコード変更をレビューしてください。

## 変更ファイル
[git diff --name-only HEADの結果]

## 変更内容
[git diff HEADの結果]

重大な問題がなければ 'LGTM' と回答してください。
日本語で回答してください。
---

注意: 変更規模が小(~30行以下)の場合はサブエージェント不要、自己レビューのみでOK。

Phase 3: 判定

判定 条件 アクション
PASS LGTM タスク完了可
MINOR 軽微な問題のみ 警告表示後、タスク完了可
FAIL 重大な問題あり 修正後に再レビュー

This is the opening of the README. Read the full README on GitHub.

Commands Self Review provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /self-review

Frequently asked about Self Review

  • What else does K9i-0 publish alongside Self Review?

    Self Review is one of 18 skills that DirSkills catalogs from K9i-0/ccpocket, the repository it ships in. Its siblings there include App Release, Branch Merge Cleanup and Codex Guide. Each one is a separate skill with its own page in this directory, installs the same way Self Review does, and is maintained by K9i-0 in that same repository. The rest of the collection is listed on the K9i-0/ccpocket page.

  • How does Self Review compare to other Quality skills?

    Self Review ranks #818 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Self Review against them. Open each page to compare what they document and how they install.

More from K9i-0/ccpocket

Self Review is one of 18 skills cataloged on DirSkills from K9i-0/ccpocket.

See all 18 skills