Skip to content

Commit b212003

Browse files
shinprclaude
andcommitted
docs: Add new commands and code-reviewer agent to README
## Changes ### Added to README.md - `/review` command: Design Doc compliance validation with optional auto-fixes - `/rule-maintenance` command: Development rule management - `code-reviewer` agent: Third-party Design Doc compliance validation ### Added to README.ja.md - `/review` コマンド: Design Doc準拠検証と自動修正 - `/rule-maintenance` コマンド: 開発ルール管理 - `code-reviewer` エージェント: 第三者視点での準拠検証 ## Details - Commands are properly placed in the existing "Claude Code Custom Slash Commands" section - Agents are added to the "Available subagents" section - Both English and Japanese versions updated consistently 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 3a63178 commit b212003

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

README.ja.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,20 @@ npm run cleanup:processes # テストプロセスクリーンアップ
223223
- タスクで避けるべき禁止事項の確認
224224
- メタ認知を促進し、実装エラーを事前に防止
225225

226+
### `/review`
227+
Design Doc準拠検証と必要に応じた自動修正を実行します。
228+
- Design Doc準拠率の検証
229+
- 修正実行のインタラクティブ確認 (y/n)
230+
- 修正前のメタ認知実行(rule-advisor → TodoWrite → task-executor → quality-fixer)
231+
- 修正後の改善度レポート
232+
233+
### `/rule-maintenance`
234+
開発ルールの追加・更新・検索を行います。
235+
- 新規ルールファイルの追加(メタデータ付き)
236+
- 既存ルールの更新
237+
- キーワードによるルール検索
238+
- rules-index.yamlの管理
239+
226240
これらのコマンドは `.claude/commands/` に配置されており、プロジェクト内でのみ使用可能です。
227241

228242
## 🤖 Claude Code専用ワークフロー
@@ -264,8 +278,9 @@ graph TD
264278
- **requirement-analyzer**: 要件分析と作業規模判定 - ユーザー要件を分析し適切な開発アプローチを提案
265279
- **task-decomposer**: 作業計画書から1コミット粒度のタスクに分解 - 計画書を細かいタスクに分割
266280
- **rule-advisor**: AI実行精度最大化のための最小限で効果的なルールセットを選択
281+
- **code-reviewer**: Design Doc準拠検証 - 実装の完全性を第三者視点で評価
267282

268-
詳細は`CLAUDE.md`および`.claude/agents/`内の各定義ファイルを参照してください。
283+
詳細は`CLAUDE.md`および`.claude/agents/``.claude/commands/`内の各定義ファイルを参照してください。
269284

270285
## 📋 開発ルール概要
271286

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,20 @@ Executes tasks following appropriate rules.
222222
- Identify prohibitions to avoid in the task
223223
- Promote metacognition and prevent implementation errors proactively
224224

225+
### `/review`
226+
Design Doc compliance validation with optional auto-fixes.
227+
- Validate Design Doc compliance rate
228+
- Interactive fix confirmation (y/n)
229+
- Execute metacognition before fixes (rule-advisor → TodoWrite → task-executor → quality-fixer)
230+
- Report improvement metrics after fixes
231+
232+
### `/rule-maintenance`
233+
Add, update, and search development rules.
234+
- Add new rule files with metadata
235+
- Update existing rules
236+
- Search rules by keywords
237+
- Manage rules-index.yaml
238+
225239
These commands are located in `.claude/commands/` and are only available within the project.
226240

227241
## 🤖 Claude Code Specialized Workflow
@@ -263,8 +277,9 @@ graph TD
263277
- **requirement-analyzer**: Requirement analysis and work scale assessment - Analyzes user requirements and determines appropriate development approach
264278
- **task-decomposer**: Decompose work plans into commit-level tasks - Breaks down plans into 1-commit granular tasks
265279
- **rule-advisor**: Selects minimal effective ruleset for maximum AI execution accuracy
280+
- **code-reviewer**: Design Doc compliance validation - Evaluates implementation completeness from third-party perspective
266281

267-
For details, refer to `CLAUDE.md` and individual definition files in `.claude/agents/`.
282+
For details, refer to `CLAUDE.md` and individual definition files in `.claude/agents/` and `.claude/commands/`.
268283

269284
## 📋 Development Rules Overview
270285

0 commit comments

Comments
 (0)