Skip to content

Commit e75cdf0

Browse files
catlog22claude
andcommitted
docs: Update documentation for v5.9.6 with new commands and features
- Update README_CN.md version badge to v5.9.6 - Update COMMAND_REFERENCE.md with new commands: - workflow:lite-fix (bug diagnosis workflow) - workflow:lite-execute (in-memory execution) - workflow:review-module-cycle (module code review) - workflow:review-session-cycle (session code review) - workflow:review-fix (automated fixing) - memory:docs-* CLI commands - memory:skill-memory, tech-research, workflow-skill-memory - Update analyze_commands.py: - Add lite workflows relationships - Add review cycle workflows relationships - Update essential commands list - Rebuild command-guide index with updated relationships 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 79b13f3 commit e75cdf0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+6349
-8100
lines changed

.claude/skills/command-guide/index/all-commands.json

Lines changed: 36 additions & 113 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,4 @@
11
[
2-
{
3-
"name": "analyze",
4-
"command": "/cli:analyze",
5-
"description": "Read-only codebase analysis using Gemini (default), Qwen, or Codex with auto-pattern detection and template selection",
6-
"arguments": "[--tool codex|gemini|qwen] [--enhance] analysis target",
7-
"category": "cli",
8-
"subcategory": null,
9-
"usage_scenario": "analysis",
10-
"difficulty": "Beginner",
11-
"file_path": "cli/analyze.md"
12-
},
13-
{
14-
"name": "chat",
15-
"command": "/cli:chat",
16-
"description": "Read-only Q&A interaction with Gemini/Qwen/Codex for codebase questions with automatic context inference",
17-
"arguments": "[--tool codex|gemini|qwen] [--enhance] inquiry",
18-
"category": "cli",
19-
"subcategory": null,
20-
"usage_scenario": "general",
21-
"difficulty": "Beginner",
22-
"file_path": "cli/chat.md"
23-
},
242
{
253
"name": "cli-init",
264
"command": "/cli:cli-init",
@@ -32,83 +10,6 @@
3210
"difficulty": "Intermediate",
3311
"file_path": "cli/cli-init.md"
3412
},
35-
{
36-
"name": "codex-execute",
37-
"command": "/cli:codex-execute",
38-
"description": "Multi-stage Codex execution with automatic task decomposition into grouped subtasks using resume mechanism for context continuity",
39-
"arguments": "[--verify-git] task description or task-id",
40-
"category": "cli",
41-
"subcategory": null,
42-
"usage_scenario": "implementation",
43-
"difficulty": "Intermediate",
44-
"file_path": "cli/codex-execute.md"
45-
},
46-
{
47-
"name": "discuss-plan",
48-
"command": "/cli:discuss-plan",
49-
"description": "Multi-round collaborative planning using Gemini, Codex, and Claude synthesis with iterative discussion cycles (read-only, no code changes)",
50-
"arguments": "[--topic '...'] [--task-id '...'] [--rounds N]",
51-
"category": "cli",
52-
"subcategory": null,
53-
"usage_scenario": "planning",
54-
"difficulty": "Intermediate",
55-
"file_path": "cli/discuss-plan.md"
56-
},
57-
{
58-
"name": "execute",
59-
"command": "/cli:execute",
60-
"description": "Autonomous code implementation with YOLO auto-approval using Gemini/Qwen/Codex, supports task ID or description input with automatic file pattern detection",
61-
"arguments": "[--tool codex|gemini|qwen] [--enhance] description or task-id",
62-
"category": "cli",
63-
"subcategory": null,
64-
"usage_scenario": "implementation",
65-
"difficulty": "Intermediate",
66-
"file_path": "cli/execute.md"
67-
},
68-
{
69-
"name": "bug-diagnosis",
70-
"command": "/cli:mode:bug-diagnosis",
71-
"description": "Read-only bug root cause analysis using Gemini/Qwen/Codex with systematic diagnosis template for fix suggestions",
72-
"arguments": "[--tool codex|gemini|qwen] [--enhance] [--cd path] bug description",
73-
"category": "cli",
74-
"subcategory": "mode",
75-
"usage_scenario": "analysis",
76-
"difficulty": "Intermediate",
77-
"file_path": "cli/mode/bug-diagnosis.md"
78-
},
79-
{
80-
"name": "code-analysis",
81-
"command": "/cli:mode:code-analysis",
82-
"description": "Read-only execution path tracing using Gemini/Qwen/Codex with specialized analysis template for call flow and optimization",
83-
"arguments": "[--tool codex|gemini|qwen] [--enhance] [--cd path] analysis target",
84-
"category": "cli",
85-
"subcategory": "mode",
86-
"usage_scenario": "general",
87-
"difficulty": "Intermediate",
88-
"file_path": "cli/mode/code-analysis.md"
89-
},
90-
{
91-
"name": "document-analysis",
92-
"command": "/cli:mode:document-analysis",
93-
"description": "Read-only technical document/paper analysis using Gemini/Qwen/Codex with systematic comprehension template for insights extraction",
94-
"arguments": "[--tool codex|gemini|qwen] [--enhance] [--cd path] document path or topic",
95-
"category": "cli",
96-
"subcategory": "mode",
97-
"usage_scenario": "general",
98-
"difficulty": "Intermediate",
99-
"file_path": "cli/mode/document-analysis.md"
100-
},
101-
{
102-
"name": "plan",
103-
"command": "/cli:mode:plan",
104-
"description": "Read-only architecture planning using Gemini/Qwen/Codex with strategic planning template for modification plans and impact analysis",
105-
"arguments": "[--tool codex|gemini|qwen] [--enhance] [--cd path] topic",
106-
"category": "cli",
107-
"subcategory": "mode",
108-
"usage_scenario": "planning",
109-
"difficulty": "Intermediate",
110-
"file_path": "cli/mode/plan.md"
111-
},
11213
{
11314
"name": "enhance-prompt",
11415
"command": "/enhance-prompt",
@@ -527,6 +428,39 @@
527428
"difficulty": "Intermediate",
528429
"file_path": "workflow/replan.md"
529430
},
431+
{
432+
"name": "review-fix",
433+
"command": "/workflow:review-fix",
434+
"description": "Automated fixing of code review findings with AI-powered planning and coordinated execution. Uses intelligent grouping, multi-stage timeline coordination, and test-driven verification.",
435+
"arguments": "<export-file|review-dir> [--resume] [--max-iterations=N]",
436+
"category": "workflow",
437+
"subcategory": null,
438+
"usage_scenario": "analysis",
439+
"difficulty": "Intermediate",
440+
"file_path": "workflow/review-fix.md"
441+
},
442+
{
443+
"name": "review-module-cycle",
444+
"command": "/workflow:review-module-cycle",
445+
"description": "Independent multi-dimensional code review for specified modules/files. Analyzes specific code paths across 7 dimensions with hybrid parallel-iterative execution, independent of workflow sessions.",
446+
"arguments": "<path-pattern> [--dimensions=security,architecture,...] [--max-iterations=N]",
447+
"category": "workflow",
448+
"subcategory": null,
449+
"usage_scenario": "analysis",
450+
"difficulty": "Intermediate",
451+
"file_path": "workflow/review-module-cycle.md"
452+
},
453+
{
454+
"name": "review-session-cycle",
455+
"command": "/workflow:review-session-cycle",
456+
"description": "Session-based comprehensive multi-dimensional code review. Analyzes git changes from workflow session across 7 dimensions with hybrid parallel-iterative execution, aggregates findings, and performs focused deep-dives on critical issues until quality gates met.",
457+
"arguments": "[session-id] [--dimensions=security,architecture,...] [--max-iterations=N]",
458+
"category": "workflow",
459+
"subcategory": null,
460+
"usage_scenario": "session-management",
461+
"difficulty": "Intermediate",
462+
"file_path": "workflow/review-session-cycle.md"
463+
},
530464
{
531465
"name": "review",
532466
"command": "/workflow:review",
@@ -673,7 +607,7 @@
673607
{
674608
"name": "task-generate-agent",
675609
"command": "/workflow:tools:task-generate-agent",
676-
"description": "Autonomous task generation using action-planning-agent with discovery and output phases for workflow planning",
610+
"description": "Generate implementation plan documents (IMPL_PLAN.md, task JSONs, TODO_LIST.md) using action-planning-agent - produces planning artifacts, does NOT execute code implementation",
677611
"arguments": "--session WFS-session-id [--cli-execute]",
678612
"category": "workflow",
679613
"subcategory": "tools",
@@ -692,17 +626,6 @@
692626
"difficulty": "Advanced",
693627
"file_path": "workflow/tools/task-generate-tdd.md"
694628
},
695-
{
696-
"name": "task-generate",
697-
"command": "/workflow:tools:task-generate",
698-
"description": "Generate task JSON files and IMPL_PLAN.md from analysis results using action-planning-agent with artifact integration",
699-
"arguments": "--session WFS-session-id [--cli-execute]",
700-
"category": "workflow",
701-
"subcategory": "tools",
702-
"usage_scenario": "implementation",
703-
"difficulty": "Intermediate",
704-
"file_path": "workflow/tools/task-generate.md"
705-
},
706629
{
707630
"name": "tdd-coverage-analysis",
708631
"command": "/workflow:tools:tdd-coverage-analysis",
@@ -717,7 +640,7 @@
717640
{
718641
"name": "test-concept-enhanced",
719642
"command": "/workflow:tools:test-concept-enhanced",
720-
"description": "Analyze test requirements and generate test generation strategy using Gemini with test-context package",
643+
"description": "Coordinate test analysis workflow using cli-execution-agent to generate test strategy via Gemini",
721644
"arguments": "--session WFS-test-session-id --context path/to/test-context-package.json",
722645
"category": "workflow",
723646
"subcategory": "tools",
@@ -739,7 +662,7 @@
739662
{
740663
"name": "test-task-generate",
741664
"command": "/workflow:tools:test-task-generate",
742-
"description": "Autonomous test-fix task generation using action-planning-agent with test-fix-retest cycle specification and discovery phase",
665+
"description": "Generate test planning documents (IMPL_PLAN.md, test task JSONs, TODO_LIST.md) using action-planning-agent - produces test planning artifacts, does NOT execute tests",
743666
"arguments": "[--use-codex] [--cli-execute] --session WFS-test-session-id",
744667
"category": "workflow",
745668
"subcategory": "tools",

.claude/skills/command-guide/index/by-category.json

Lines changed: 36 additions & 115 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,6 @@
11
{
22
"cli": {
33
"_root": [
4-
{
5-
"name": "analyze",
6-
"command": "/cli:analyze",
7-
"description": "Read-only codebase analysis using Gemini (default), Qwen, or Codex with auto-pattern detection and template selection",
8-
"arguments": "[--tool codex|gemini|qwen] [--enhance] analysis target",
9-
"category": "cli",
10-
"subcategory": null,
11-
"usage_scenario": "analysis",
12-
"difficulty": "Beginner",
13-
"file_path": "cli/analyze.md"
14-
},
15-
{
16-
"name": "chat",
17-
"command": "/cli:chat",
18-
"description": "Read-only Q&A interaction with Gemini/Qwen/Codex for codebase questions with automatic context inference",
19-
"arguments": "[--tool codex|gemini|qwen] [--enhance] inquiry",
20-
"category": "cli",
21-
"subcategory": null,
22-
"usage_scenario": "general",
23-
"difficulty": "Beginner",
24-
"file_path": "cli/chat.md"
25-
},
264
{
275
"name": "cli-init",
286
"command": "/cli:cli-init",
@@ -33,85 +11,6 @@
3311
"usage_scenario": "general",
3412
"difficulty": "Intermediate",
3513
"file_path": "cli/cli-init.md"
36-
},
37-
{
38-
"name": "codex-execute",
39-
"command": "/cli:codex-execute",
40-
"description": "Multi-stage Codex execution with automatic task decomposition into grouped subtasks using resume mechanism for context continuity",
41-
"arguments": "[--verify-git] task description or task-id",
42-
"category": "cli",
43-
"subcategory": null,
44-
"usage_scenario": "implementation",
45-
"difficulty": "Intermediate",
46-
"file_path": "cli/codex-execute.md"
47-
},
48-
{
49-
"name": "discuss-plan",
50-
"command": "/cli:discuss-plan",
51-
"description": "Multi-round collaborative planning using Gemini, Codex, and Claude synthesis with iterative discussion cycles (read-only, no code changes)",
52-
"arguments": "[--topic '...'] [--task-id '...'] [--rounds N]",
53-
"category": "cli",
54-
"subcategory": null,
55-
"usage_scenario": "planning",
56-
"difficulty": "Intermediate",
57-
"file_path": "cli/discuss-plan.md"
58-
},
59-
{
60-
"name": "execute",
61-
"command": "/cli:execute",
62-
"description": "Autonomous code implementation with YOLO auto-approval using Gemini/Qwen/Codex, supports task ID or description input with automatic file pattern detection",
63-
"arguments": "[--tool codex|gemini|qwen] [--enhance] description or task-id",
64-
"category": "cli",
65-
"subcategory": null,
66-
"usage_scenario": "implementation",
67-
"difficulty": "Intermediate",
68-
"file_path": "cli/execute.md"
69-
}
70-
],
71-
"mode": [
72-
{
73-
"name": "bug-diagnosis",
74-
"command": "/cli:mode:bug-diagnosis",
75-
"description": "Read-only bug root cause analysis using Gemini/Qwen/Codex with systematic diagnosis template for fix suggestions",
76-
"arguments": "[--tool codex|gemini|qwen] [--enhance] [--cd path] bug description",
77-
"category": "cli",
78-
"subcategory": "mode",
79-
"usage_scenario": "analysis",
80-
"difficulty": "Intermediate",
81-
"file_path": "cli/mode/bug-diagnosis.md"
82-
},
83-
{
84-
"name": "code-analysis",
85-
"command": "/cli:mode:code-analysis",
86-
"description": "Read-only execution path tracing using Gemini/Qwen/Codex with specialized analysis template for call flow and optimization",
87-
"arguments": "[--tool codex|gemini|qwen] [--enhance] [--cd path] analysis target",
88-
"category": "cli",
89-
"subcategory": "mode",
90-
"usage_scenario": "general",
91-
"difficulty": "Intermediate",
92-
"file_path": "cli/mode/code-analysis.md"
93-
},
94-
{
95-
"name": "document-analysis",
96-
"command": "/cli:mode:document-analysis",
97-
"description": "Read-only technical document/paper analysis using Gemini/Qwen/Codex with systematic comprehension template for insights extraction",
98-
"arguments": "[--tool codex|gemini|qwen] [--enhance] [--cd path] document path or topic",
99-
"category": "cli",
100-
"subcategory": "mode",
101-
"usage_scenario": "general",
102-
"difficulty": "Intermediate",
103-
"file_path": "cli/mode/document-analysis.md"
104-
},
105-
{
106-
"name": "plan",
107-
"command": "/cli:mode:plan",
108-
"description": "Read-only architecture planning using Gemini/Qwen/Codex with strategic planning template for modification plans and impact analysis",
109-
"arguments": "[--tool codex|gemini|qwen] [--enhance] [--cd path] topic",
110-
"category": "cli",
111-
"subcategory": "mode",
112-
"usage_scenario": "planning",
113-
"difficulty": "Intermediate",
114-
"file_path": "cli/mode/plan.md"
11514
}
11615
]
11716
},
@@ -415,6 +314,39 @@
415314
"difficulty": "Intermediate",
416315
"file_path": "workflow/replan.md"
417316
},
317+
{
318+
"name": "review-fix",
319+
"command": "/workflow:review-fix",
320+
"description": "Automated fixing of code review findings with AI-powered planning and coordinated execution. Uses intelligent grouping, multi-stage timeline coordination, and test-driven verification.",
321+
"arguments": "<export-file|review-dir> [--resume] [--max-iterations=N]",
322+
"category": "workflow",
323+
"subcategory": null,
324+
"usage_scenario": "analysis",
325+
"difficulty": "Intermediate",
326+
"file_path": "workflow/review-fix.md"
327+
},
328+
{
329+
"name": "review-module-cycle",
330+
"command": "/workflow:review-module-cycle",
331+
"description": "Independent multi-dimensional code review for specified modules/files. Analyzes specific code paths across 7 dimensions with hybrid parallel-iterative execution, independent of workflow sessions.",
332+
"arguments": "<path-pattern> [--dimensions=security,architecture,...] [--max-iterations=N]",
333+
"category": "workflow",
334+
"subcategory": null,
335+
"usage_scenario": "analysis",
336+
"difficulty": "Intermediate",
337+
"file_path": "workflow/review-module-cycle.md"
338+
},
339+
{
340+
"name": "review-session-cycle",
341+
"command": "/workflow:review-session-cycle",
342+
"description": "Session-based comprehensive multi-dimensional code review. Analyzes git changes from workflow session across 7 dimensions with hybrid parallel-iterative execution, aggregates findings, and performs focused deep-dives on critical issues until quality gates met.",
343+
"arguments": "[session-id] [--dimensions=security,architecture,...] [--max-iterations=N]",
344+
"category": "workflow",
345+
"subcategory": null,
346+
"usage_scenario": "session-management",
347+
"difficulty": "Intermediate",
348+
"file_path": "workflow/review-session-cycle.md"
349+
},
418350
{
419351
"name": "review",
420352
"command": "/workflow:review",
@@ -699,7 +631,7 @@
699631
{
700632
"name": "task-generate-agent",
701633
"command": "/workflow:tools:task-generate-agent",
702-
"description": "Autonomous task generation using action-planning-agent with discovery and output phases for workflow planning",
634+
"description": "Generate implementation plan documents (IMPL_PLAN.md, task JSONs, TODO_LIST.md) using action-planning-agent - produces planning artifacts, does NOT execute code implementation",
703635
"arguments": "--session WFS-session-id [--cli-execute]",
704636
"category": "workflow",
705637
"subcategory": "tools",
@@ -718,17 +650,6 @@
718650
"difficulty": "Advanced",
719651
"file_path": "workflow/tools/task-generate-tdd.md"
720652
},
721-
{
722-
"name": "task-generate",
723-
"command": "/workflow:tools:task-generate",
724-
"description": "Generate task JSON files and IMPL_PLAN.md from analysis results using action-planning-agent with artifact integration",
725-
"arguments": "--session WFS-session-id [--cli-execute]",
726-
"category": "workflow",
727-
"subcategory": "tools",
728-
"usage_scenario": "implementation",
729-
"difficulty": "Intermediate",
730-
"file_path": "workflow/tools/task-generate.md"
731-
},
732653
{
733654
"name": "tdd-coverage-analysis",
734655
"command": "/workflow:tools:tdd-coverage-analysis",
@@ -743,7 +664,7 @@
743664
{
744665
"name": "test-concept-enhanced",
745666
"command": "/workflow:tools:test-concept-enhanced",
746-
"description": "Analyze test requirements and generate test generation strategy using Gemini with test-context package",
667+
"description": "Coordinate test analysis workflow using cli-execution-agent to generate test strategy via Gemini",
747668
"arguments": "--session WFS-test-session-id --context path/to/test-context-package.json",
748669
"category": "workflow",
749670
"subcategory": "tools",
@@ -765,7 +686,7 @@
765686
{
766687
"name": "test-task-generate",
767688
"command": "/workflow:tools:test-task-generate",
768-
"description": "Autonomous test-fix task generation using action-planning-agent with test-fix-retest cycle specification and discovery phase",
689+
"description": "Generate test planning documents (IMPL_PLAN.md, test task JSONs, TODO_LIST.md) using action-planning-agent - produces test planning artifacts, does NOT execute tests",
769690
"arguments": "[--use-codex] [--cli-execute] --session WFS-test-session-id",
770691
"category": "workflow",
771692
"subcategory": "tools",

0 commit comments

Comments
 (0)