|
1 | 1 | [ |
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 | | - }, |
24 | 2 | { |
25 | 3 | "name": "cli-init", |
26 | 4 | "command": "/cli:cli-init", |
|
32 | 10 | "difficulty": "Intermediate", |
33 | 11 | "file_path": "cli/cli-init.md" |
34 | 12 | }, |
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 | | - }, |
112 | 13 | { |
113 | 14 | "name": "enhance-prompt", |
114 | 15 | "command": "/enhance-prompt", |
|
527 | 428 | "difficulty": "Intermediate", |
528 | 429 | "file_path": "workflow/replan.md" |
529 | 430 | }, |
| 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 | + }, |
530 | 464 | { |
531 | 465 | "name": "review", |
532 | 466 | "command": "/workflow:review", |
|
673 | 607 | { |
674 | 608 | "name": "task-generate-agent", |
675 | 609 | "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", |
677 | 611 | "arguments": "--session WFS-session-id [--cli-execute]", |
678 | 612 | "category": "workflow", |
679 | 613 | "subcategory": "tools", |
|
692 | 626 | "difficulty": "Advanced", |
693 | 627 | "file_path": "workflow/tools/task-generate-tdd.md" |
694 | 628 | }, |
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 | | - }, |
706 | 629 | { |
707 | 630 | "name": "tdd-coverage-analysis", |
708 | 631 | "command": "/workflow:tools:tdd-coverage-analysis", |
|
717 | 640 | { |
718 | 641 | "name": "test-concept-enhanced", |
719 | 642 | "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", |
721 | 644 | "arguments": "--session WFS-test-session-id --context path/to/test-context-package.json", |
722 | 645 | "category": "workflow", |
723 | 646 | "subcategory": "tools", |
|
739 | 662 | { |
740 | 663 | "name": "test-task-generate", |
741 | 664 | "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", |
743 | 666 | "arguments": "[--use-codex] [--cli-execute] --session WFS-test-session-id", |
744 | 667 | "category": "workflow", |
745 | 668 | "subcategory": "tools", |
|
0 commit comments