claude-code-workflow 7.2.30 → 7.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude/commands/workflow-skill.md +130 -0
- package/.claude/skills/ccw-chain/SKILL.md +44 -71
- package/.claude/skills/ccw-chain/chains/ccw-cycle.json +13 -3
- package/.claude/skills/ccw-chain/chains/ccw-exploration.json +33 -22
- package/.claude/skills/ccw-chain/chains/ccw-issue.json +23 -12
- package/.claude/skills/ccw-chain/chains/ccw-lightweight.json +23 -9
- package/.claude/skills/ccw-chain/chains/ccw-main.json +15 -2
- package/.claude/skills/ccw-chain/chains/ccw-standard.json +28 -16
- package/.claude/skills/ccw-chain/chains/ccw-team.json +7 -2
- package/.claude/skills/ccw-chain/chains/ccw-with-file.json +25 -9
- package/.claude/skills/chain-loader/phases/01-analyze-skill.md +53 -53
- package/.claude/skills/chain-loader/specs/chain-schema.md +30 -3
- package/.claude/skills/chain-loader/templates/chain-json.md +63 -63
- package/.claude/skills/workflow-plan/SKILL.md +1 -0
- package/.claude/skills/workflow-plan/phases/01-session-discovery.md +19 -2
- package/.claude/skills/workflow-plan/phases/02-context-gathering.md +2 -2
- package/.claude/skills/workflow-plan/phases/04-task-generation.md +9 -1
- package/.codex/skills/analyze-with-file/SKILL.md +383 -134
- package/.codex/skills/brainstorm/SKILL.md +3 -3
- package/.codex/skills/brainstorm-with-file/SKILL.md +208 -88
- package/.codex/skills/clean/SKILL.md +1 -1
- package/.codex/skills/csv-wave-pipeline/SKILL.md +2 -2
- package/.codex/skills/investigate/orchestrator.md +24 -0
- package/.codex/skills/issue-discover/SKILL.md +374 -361
- package/.codex/skills/issue-discover/phases/01-issue-new.md +1 -1
- package/.codex/skills/issue-discover/phases/02-discover.md +2 -2
- package/.codex/skills/issue-discover/phases/03-discover-by-prompt.md +1 -1
- package/.codex/skills/issue-discover/phases/04-quick-execute.md +2 -2
- package/.codex/skills/parallel-dev-cycle/SKILL.md +44 -37
- package/.codex/skills/project-documentation-workflow/SKILL.md +1 -1
- package/.codex/skills/review-cycle/SKILL.md +31 -12
- package/.codex/skills/roadmap-with-file/SKILL.md +141 -133
- package/.codex/skills/security-audit/orchestrator.md +29 -0
- package/.codex/skills/session-sync/SKILL.md +1 -1
- package/.codex/skills/ship/orchestrator.md +24 -0
- package/.codex/skills/spec-add/SKILL.md +5 -5
- package/.codex/skills/spec-generator/SKILL.md +33 -2
- package/.codex/skills/spec-generator/phases/01-5-requirement-clarification.md +3 -3
- package/.codex/skills/spec-generator/phases/01-discovery.md +1 -1
- package/.codex/skills/spec-generator/phases/02-product-brief.md +1 -1
- package/.codex/skills/spec-generator/phases/03-requirements.md +1 -1
- package/.codex/skills/spec-generator/phases/04-architecture.md +1 -1
- package/.codex/skills/spec-generator/phases/05-epics-stories.md +1 -1
- package/.codex/skills/spec-generator/phases/06-readiness-check.md +1 -1
- package/.codex/skills/spec-generator/phases/07-issue-export.md +1 -1
- package/.codex/skills/spec-setup/SKILL.md +669 -669
- package/.codex/skills/team-arch-opt/specs/team-config.json +1 -1
- package/.codex/skills/team-brainstorm/SKILL.md +259 -259
- package/.codex/skills/team-coordinate/SKILL.md +359 -359
- package/.codex/skills/team-coordinate/roles/coordinator/commands/monitor.md +1 -1
- package/.codex/skills/team-designer/SKILL.md +27 -1
- package/.codex/skills/team-designer/phases/01-requirements-analysis.md +2 -2
- package/.codex/skills/team-designer/phases/02-scaffold-generation.md +1 -1
- package/.codex/skills/team-designer/phases/04-validation.md +1 -1
- package/.codex/skills/team-executor/SKILL.md +218 -218
- package/.codex/skills/team-frontend/SKILL.md +227 -227
- package/.codex/skills/team-frontend-debug/SKILL.md +278 -278
- package/.codex/skills/team-frontend-debug/roles/coordinator/commands/analyze.md +2 -2
- package/.codex/skills/team-interactive-craft/SKILL.md +220 -220
- package/.codex/skills/team-interactive-craft/roles/coordinator/role.md +209 -209
- package/.codex/skills/team-issue/SKILL.md +269 -269
- package/.codex/skills/team-issue/roles/coordinator/role.md +1 -1
- package/.codex/skills/team-lifecycle-v4/SKILL.md +305 -305
- package/.codex/skills/team-motion-design/SKILL.md +222 -222
- package/.codex/skills/team-motion-design/roles/coordinator/role.md +210 -210
- package/.codex/skills/team-perf-opt/SKILL.md +258 -258
- package/.codex/skills/team-perf-opt/specs/team-config.json +1 -1
- package/.codex/skills/team-planex/SKILL.md +216 -216
- package/.codex/skills/team-quality-assurance/SKILL.md +229 -229
- package/.codex/skills/team-review/SKILL.md +227 -227
- package/.codex/skills/team-roadmap-dev/SKILL.md +238 -238
- package/.codex/skills/team-roadmap-dev/roles/coordinator/commands/roadmap-discuss.md +5 -5
- package/.codex/skills/team-tech-debt/SKILL.md +206 -206
- package/.codex/skills/team-tech-debt/roles/coordinator/commands/monitor.md +1 -1
- package/.codex/skills/team-testing/SKILL.md +237 -237
- package/.codex/skills/team-ui-polish/SKILL.md +218 -218
- package/.codex/skills/team-ui-polish/roles/coordinator/role.md +213 -213
- package/.codex/skills/team-uidesign/SKILL.md +219 -219
- package/.codex/skills/team-uidesign/roles/coordinator/role.md +2 -2
- package/.codex/skills/team-ultra-analyze/SKILL.md +260 -260
- package/.codex/skills/team-ultra-analyze/roles/coordinator/commands/monitor.md +1 -1
- package/.codex/skills/team-ultra-analyze/roles/coordinator/role.md +1 -1
- package/.codex/skills/team-ux-improve/SKILL.md +227 -227
- package/.codex/skills/team-ux-improve/roles/coordinator/role.md +1 -1
- package/.codex/skills/team-ux-improve/specs/team-config.json +1 -1
- package/.codex/skills/team-visual-a11y/SKILL.md +319 -319
- package/.codex/skills/team-visual-a11y/roles/coordinator/role.md +213 -213
- package/.codex/skills/workflow-execute/SKILL.md +5 -5
- package/.codex/skills/workflow-lite-planex/SKILL.md +3 -3
- package/.codex/skills/workflow-plan/SKILL.md +3 -3
- package/.codex/skills/workflow-tdd-plan/SKILL.md +4 -4
- package/.codex/skills/workflow-test-fix-cycle/SKILL.md +403 -402
- package/ccw/dist/cli.d.ts.map +1 -1
- package/ccw/dist/cli.js +16 -0
- package/ccw/dist/cli.js.map +1 -1
- package/ccw/dist/commands/chain-loader.d.ts +2 -0
- package/ccw/dist/commands/chain-loader.d.ts.map +1 -0
- package/ccw/dist/commands/chain-loader.js +11 -0
- package/ccw/dist/commands/chain-loader.js.map +1 -0
- package/ccw/dist/commands/install.d.ts.map +1 -1
- package/ccw/dist/commands/install.js +52 -1
- package/ccw/dist/commands/install.js.map +1 -1
- package/ccw/dist/commands/launcher.d.ts +2 -0
- package/ccw/dist/commands/launcher.d.ts.map +1 -0
- package/ccw/dist/commands/launcher.js +434 -0
- package/ccw/dist/commands/launcher.js.map +1 -0
- package/ccw/dist/tools/chain-loader.d.ts.map +1 -1
- package/ccw/dist/tools/chain-loader.js +457 -45
- package/ccw/dist/tools/chain-loader.js.map +1 -1
- package/ccw/dist/tools/skill-context-loader.d.ts.map +1 -1
- package/ccw/dist/tools/skill-context-loader.js +12 -26
- package/ccw/dist/tools/skill-context-loader.js.map +1 -1
- package/ccw/dist/types/chain-types.d.ts +41 -1
- package/ccw/dist/types/chain-types.d.ts.map +1 -1
- package/ccw/dist/utils/chain-visualizer.d.ts +13 -0
- package/ccw/dist/utils/chain-visualizer.d.ts.map +1 -0
- package/ccw/dist/utils/chain-visualizer.js +164 -0
- package/ccw/dist/utils/chain-visualizer.js.map +1 -0
- package/package.json +1 -1
- package/.claude/commands/cli/cli-init.md +0 -441
- package/.claude/commands/cli/codex-review.md +0 -361
- package/.claude/commands/flow-create.md +0 -663
- package/.claude/skills/ccw-chain/phases/analyze-with-file.md +0 -788
- package/.claude/skills/ccw-chain/phases/brainstorm/SKILL.md +0 -408
- package/.claude/skills/ccw-chain/phases/brainstorm/phases/01-mode-routing.md +0 -207
- package/.claude/skills/ccw-chain/phases/brainstorm/phases/02-artifacts.md +0 -567
- package/.claude/skills/ccw-chain/phases/brainstorm/phases/03-role-analysis.md +0 -748
- package/.claude/skills/ccw-chain/phases/brainstorm/phases/04-synthesis.md +0 -827
- package/.claude/skills/ccw-chain/phases/brainstorm-with-file.md +0 -482
- package/.claude/skills/ccw-chain/phases/collaborative-plan-with-file.md +0 -639
- package/.claude/skills/ccw-chain/phases/debug-with-file.md +0 -656
- package/.claude/skills/ccw-chain/phases/integration-test-cycle.md +0 -936
- package/.claude/skills/ccw-chain/phases/issue-convert-to-plan.md +0 -720
- package/.claude/skills/ccw-chain/phases/issue-discover.md +0 -483
- package/.claude/skills/ccw-chain/phases/issue-execute.md +0 -629
- package/.claude/skills/ccw-chain/phases/issue-from-brainstorm.md +0 -382
- package/.claude/skills/ccw-chain/phases/issue-plan.md +0 -343
- package/.claude/skills/ccw-chain/phases/issue-queue.md +0 -464
- package/.claude/skills/ccw-chain/phases/refactor-cycle.md +0 -852
- package/.claude/skills/ccw-chain/phases/review-cycle/SKILL.md +0 -132
- package/.claude/skills/ccw-chain/phases/review-cycle/phases/review-fix.md +0 -760
- package/.claude/skills/ccw-chain/phases/review-cycle/phases/review-module.md +0 -764
- package/.claude/skills/ccw-chain/phases/review-cycle/phases/review-session.md +0 -775
- package/.claude/skills/ccw-chain/phases/roadmap-with-file.md +0 -544
- package/.claude/skills/ccw-chain/phases/spec-generator/SKILL.md +0 -338
- package/.claude/skills/ccw-chain/phases/spec-generator/phases/01-5-requirement-clarification.md +0 -404
- package/.claude/skills/ccw-chain/phases/spec-generator/phases/01-discovery.md +0 -257
- package/.claude/skills/ccw-chain/phases/spec-generator/phases/02-product-brief.md +0 -274
- package/.claude/skills/ccw-chain/phases/spec-generator/phases/03-requirements.md +0 -184
- package/.claude/skills/ccw-chain/phases/spec-generator/phases/04-architecture.md +0 -248
- package/.claude/skills/ccw-chain/phases/spec-generator/phases/05-epics-stories.md +0 -178
- package/.claude/skills/ccw-chain/phases/spec-generator/phases/06-5-auto-fix.md +0 -144
- package/.claude/skills/ccw-chain/phases/spec-generator/phases/06-readiness-check.md +0 -480
- package/.claude/skills/ccw-chain/phases/team-planex.md +0 -123
- package/.claude/skills/ccw-chain/phases/ui-design-explore-auto.md +0 -678
- package/.claude/skills/ccw-chain/phases/unified-execute-with-file.md +0 -870
- package/.claude/skills/ccw-chain/phases/workflow-execute/SKILL.md +0 -625
- package/.claude/skills/ccw-chain/phases/workflow-execute/phases/06-review.md +0 -215
- package/.claude/skills/ccw-chain/phases/workflow-lite-plan.md +0 -616
- package/.claude/skills/ccw-chain/phases/workflow-multi-cli-plan.md +0 -424
- package/.claude/skills/ccw-chain/phases/workflow-plan/SKILL.md +0 -466
- package/.claude/skills/ccw-chain/phases/workflow-plan/phases/01-session-discovery.md +0 -99
- package/.claude/skills/ccw-chain/phases/workflow-plan/phases/02-context-gathering.md +0 -338
- package/.claude/skills/ccw-chain/phases/workflow-plan/phases/03-conflict-resolution.md +0 -422
- package/.claude/skills/ccw-chain/phases/workflow-plan/phases/04-task-generation.md +0 -440
- package/.claude/skills/ccw-chain/phases/workflow-plan/phases/05-plan-verify.md +0 -395
- package/.claude/skills/ccw-chain/phases/workflow-plan/phases/06-replan.md +0 -594
- package/.claude/skills/ccw-chain/phases/workflow-tdd-plan/SKILL.md +0 -527
- package/.claude/skills/ccw-chain/phases/workflow-tdd-plan/phases/01-session-discovery.md +0 -57
- package/.claude/skills/ccw-chain/phases/workflow-tdd-plan/phases/02-context-gathering.md +0 -407
- package/.claude/skills/ccw-chain/phases/workflow-tdd-plan/phases/03-test-coverage-analysis.md +0 -172
- package/.claude/skills/ccw-chain/phases/workflow-tdd-plan/phases/04-conflict-resolution.md +0 -426
- package/.claude/skills/ccw-chain/phases/workflow-tdd-plan/phases/05-tdd-task-generation.md +0 -473
- package/.claude/skills/ccw-chain/phases/workflow-tdd-plan/phases/06-tdd-structure-validation.md +0 -189
- package/.claude/skills/ccw-chain/phases/workflow-tdd-plan/phases/07-tdd-verify.md +0 -635
- package/.claude/skills/ccw-chain/phases/workflow-test-fix/SKILL.md +0 -482
- package/.claude/skills/ccw-chain/phases/workflow-test-fix/phases/01-session-start.md +0 -60
- package/.claude/skills/ccw-chain/phases/workflow-test-fix/phases/02-test-context-gather.md +0 -493
- package/.claude/skills/ccw-chain/phases/workflow-test-fix/phases/03-test-concept-enhanced.md +0 -150
- package/.claude/skills/ccw-chain/phases/workflow-test-fix/phases/04-test-task-generate.md +0 -346
- package/.claude/skills/ccw-chain/phases/workflow-test-fix/phases/05-test-cycle-execute.md +0 -538
- package/.claude/skills/ccw-chain/specs/intent-patterns.md +0 -60
- package/.claude/skills/team-edict.zip +0 -0
|
@@ -1,361 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: codex-review
|
|
3
|
-
description: Interactive code review using Codex CLI via ccw endpoint with configurable review target, model, and custom instructions
|
|
4
|
-
argument-hint: "[--uncommitted|--base <branch>|--commit <sha>] [--model <model>] [--title <title>] [prompt]"
|
|
5
|
-
allowed-tools: Bash(*), AskUserQuestion(*), Read(*)
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
# Codex Review Command (/cli:codex-review)
|
|
9
|
-
|
|
10
|
-
## Overview
|
|
11
|
-
Interactive code review command that invokes `codex review` via ccw cli endpoint with guided parameter selection.
|
|
12
|
-
|
|
13
|
-
**Codex Review Parameters** (from `codex review --help`):
|
|
14
|
-
| Parameter | Description |
|
|
15
|
-
|-----------|-------------|
|
|
16
|
-
| `[PROMPT]` | Custom review instructions (positional) |
|
|
17
|
-
| `-c model=<model>` | Override model via config |
|
|
18
|
-
| `--uncommitted` | Review staged, unstaged, and untracked changes |
|
|
19
|
-
| `--base <BRANCH>` | Review changes against base branch |
|
|
20
|
-
| `--commit <SHA>` | Review changes introduced by a commit |
|
|
21
|
-
| `--title <TITLE>` | Optional commit title for review summary |
|
|
22
|
-
|
|
23
|
-
## Prompt Template Format
|
|
24
|
-
|
|
25
|
-
Follow the standard ccw cli prompt template:
|
|
26
|
-
|
|
27
|
-
```
|
|
28
|
-
PURPOSE: [what] + [why] + [success criteria] + [constraints/scope]
|
|
29
|
-
TASK: • [step 1] • [step 2] • [step 3]
|
|
30
|
-
MODE: review
|
|
31
|
-
CONTEXT: [review target description] | Memory: [relevant context]
|
|
32
|
-
EXPECTED: [deliverable format] + [quality criteria]
|
|
33
|
-
CONSTRAINTS: [focus constraints]
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
## EXECUTION INSTRUCTIONS - START HERE
|
|
37
|
-
|
|
38
|
-
**When this command is triggered, follow these exact steps:**
|
|
39
|
-
|
|
40
|
-
### Step 1: Parse Arguments
|
|
41
|
-
|
|
42
|
-
Check if user provided arguments directly:
|
|
43
|
-
- `--uncommitted` → Record target = uncommitted
|
|
44
|
-
- `--base <branch>` → Record target = base, branch name
|
|
45
|
-
- `--commit <sha>` → Record target = commit, sha value
|
|
46
|
-
- `--model <model>` → Record model selection
|
|
47
|
-
- `--title <title>` → Record title
|
|
48
|
-
- Remaining text → Use as custom focus/prompt
|
|
49
|
-
|
|
50
|
-
If no target specified → Continue to Step 2 for interactive selection.
|
|
51
|
-
|
|
52
|
-
### Step 2: Interactive Parameter Selection
|
|
53
|
-
|
|
54
|
-
**2.1 Review Target Selection**
|
|
55
|
-
|
|
56
|
-
```javascript
|
|
57
|
-
AskUserQuestion({
|
|
58
|
-
questions: [{
|
|
59
|
-
question: "What do you want to review?",
|
|
60
|
-
header: "Review Target",
|
|
61
|
-
options: [
|
|
62
|
-
{ label: "Uncommitted changes (Recommended)", description: "Review staged, unstaged, and untracked changes" },
|
|
63
|
-
{ label: "Compare to branch", description: "Review changes against a base branch (e.g., main)" },
|
|
64
|
-
{ label: "Specific commit", description: "Review changes introduced by a specific commit" }
|
|
65
|
-
],
|
|
66
|
-
multiSelect: false
|
|
67
|
-
}]
|
|
68
|
-
})
|
|
69
|
-
```
|
|
70
|
-
|
|
71
|
-
**2.2 Branch/Commit Input (if needed)**
|
|
72
|
-
|
|
73
|
-
If "Compare to branch" selected:
|
|
74
|
-
```javascript
|
|
75
|
-
AskUserQuestion({
|
|
76
|
-
questions: [{
|
|
77
|
-
question: "Which base branch to compare against?",
|
|
78
|
-
header: "Base Branch",
|
|
79
|
-
options: [
|
|
80
|
-
{ label: "main", description: "Compare against main branch" },
|
|
81
|
-
{ label: "master", description: "Compare against master branch" },
|
|
82
|
-
{ label: "develop", description: "Compare against develop branch" }
|
|
83
|
-
],
|
|
84
|
-
multiSelect: false
|
|
85
|
-
}]
|
|
86
|
-
})
|
|
87
|
-
```
|
|
88
|
-
|
|
89
|
-
If "Specific commit" selected:
|
|
90
|
-
- Run `git log --oneline -10` to show recent commits
|
|
91
|
-
- Ask user to provide commit SHA or select from list
|
|
92
|
-
|
|
93
|
-
**2.3 Model Selection (Optional)**
|
|
94
|
-
|
|
95
|
-
```javascript
|
|
96
|
-
AskUserQuestion({
|
|
97
|
-
questions: [{
|
|
98
|
-
question: "Which model to use for review?",
|
|
99
|
-
header: "Model",
|
|
100
|
-
options: [
|
|
101
|
-
{ label: "Default", description: "Use codex default model (gpt-5.2)" },
|
|
102
|
-
{ label: "o3", description: "OpenAI o3 reasoning model" },
|
|
103
|
-
{ label: "gpt-4.1", description: "GPT-4.1 model" },
|
|
104
|
-
{ label: "o4-mini", description: "OpenAI o4-mini (faster)" }
|
|
105
|
-
],
|
|
106
|
-
multiSelect: false
|
|
107
|
-
}]
|
|
108
|
-
})
|
|
109
|
-
```
|
|
110
|
-
|
|
111
|
-
**2.4 Review Focus Selection**
|
|
112
|
-
|
|
113
|
-
```javascript
|
|
114
|
-
AskUserQuestion({
|
|
115
|
-
questions: [{
|
|
116
|
-
question: "What should the review focus on?",
|
|
117
|
-
header: "Focus Area",
|
|
118
|
-
options: [
|
|
119
|
-
{ label: "General review (Recommended)", description: "Comprehensive review: correctness, style, bugs, docs" },
|
|
120
|
-
{ label: "Security focus", description: "Security vulnerabilities, input validation, auth issues" },
|
|
121
|
-
{ label: "Performance focus", description: "Performance bottlenecks, complexity, resource usage" },
|
|
122
|
-
{ label: "Code quality", description: "Readability, maintainability, SOLID principles" }
|
|
123
|
-
],
|
|
124
|
-
multiSelect: false
|
|
125
|
-
}]
|
|
126
|
-
})
|
|
127
|
-
```
|
|
128
|
-
|
|
129
|
-
### Step 3: Build Prompt and Command
|
|
130
|
-
|
|
131
|
-
**3.1 Construct Prompt Based on Focus**
|
|
132
|
-
|
|
133
|
-
**General Review Prompt:**
|
|
134
|
-
```
|
|
135
|
-
PURPOSE: Comprehensive code review to identify issues, improve quality, and ensure best practices; success = actionable feedback with clear priorities
|
|
136
|
-
TASK: • Review code correctness and logic errors • Check coding standards and consistency • Identify potential bugs and edge cases • Evaluate documentation completeness
|
|
137
|
-
MODE: review
|
|
138
|
-
CONTEXT: {target_description} | Memory: Project conventions from CLAUDE.md
|
|
139
|
-
EXPECTED: Structured review report with: severity levels (Critical/High/Medium/Low), file:line references, specific improvement suggestions, priority ranking
|
|
140
|
-
CONSTRAINTS: Focus on actionable feedback
|
|
141
|
-
```
|
|
142
|
-
|
|
143
|
-
**Security Focus Prompt:**
|
|
144
|
-
```
|
|
145
|
-
PURPOSE: Security-focused code review to identify vulnerabilities and security risks; success = all security issues documented with remediation
|
|
146
|
-
TASK: • Scan for injection vulnerabilities (SQL, XSS, command) • Check authentication and authorization logic • Evaluate input validation and sanitization • Identify sensitive data exposure risks
|
|
147
|
-
MODE: review
|
|
148
|
-
CONTEXT: {target_description} | Memory: Security best practices, OWASP Top 10
|
|
149
|
-
EXPECTED: Security report with: vulnerability classification, CVE references where applicable, remediation code snippets, risk severity matrix
|
|
150
|
-
CONSTRAINTS: Security-first analysis | Flag all potential vulnerabilities
|
|
151
|
-
```
|
|
152
|
-
|
|
153
|
-
**Performance Focus Prompt:**
|
|
154
|
-
```
|
|
155
|
-
PURPOSE: Performance-focused code review to identify bottlenecks and optimization opportunities; success = measurable improvement recommendations
|
|
156
|
-
TASK: • Analyze algorithmic complexity (Big-O) • Identify memory allocation issues • Check for N+1 queries and blocking operations • Evaluate caching opportunities
|
|
157
|
-
MODE: review
|
|
158
|
-
CONTEXT: {target_description} | Memory: Performance patterns and anti-patterns
|
|
159
|
-
EXPECTED: Performance report with: complexity analysis, bottleneck identification, optimization suggestions with expected impact, benchmark recommendations
|
|
160
|
-
CONSTRAINTS: Performance optimization focus
|
|
161
|
-
```
|
|
162
|
-
|
|
163
|
-
**Code Quality Focus Prompt:**
|
|
164
|
-
```
|
|
165
|
-
PURPOSE: Code quality review to improve maintainability and readability; success = cleaner, more maintainable code
|
|
166
|
-
TASK: • Assess SOLID principles adherence • Identify code duplication and abstraction opportunities • Review naming conventions and clarity • Evaluate test coverage implications
|
|
167
|
-
MODE: review
|
|
168
|
-
CONTEXT: {target_description} | Memory: Project coding standards
|
|
169
|
-
EXPECTED: Quality report with: principle violations, refactoring suggestions, naming improvements, maintainability score
|
|
170
|
-
CONSTRAINTS: Code quality and maintainability focus
|
|
171
|
-
```
|
|
172
|
-
|
|
173
|
-
**3.2 Build Target Description**
|
|
174
|
-
|
|
175
|
-
Based on selection, set `{target_description}`:
|
|
176
|
-
- Uncommitted: `Reviewing uncommitted changes (staged + unstaged + untracked)`
|
|
177
|
-
- Base branch: `Reviewing changes against {branch} branch`
|
|
178
|
-
- Commit: `Reviewing changes introduced by commit {sha}`
|
|
179
|
-
|
|
180
|
-
### Step 4: Execute via CCW CLI
|
|
181
|
-
|
|
182
|
-
Build and execute the ccw cli command:
|
|
183
|
-
|
|
184
|
-
```bash
|
|
185
|
-
# Base structure
|
|
186
|
-
ccw cli -p "<PROMPT>" --tool codex --mode review [OPTIONS]
|
|
187
|
-
```
|
|
188
|
-
|
|
189
|
-
**Command Construction:**
|
|
190
|
-
|
|
191
|
-
```bash
|
|
192
|
-
# Variables from user selection
|
|
193
|
-
TARGET_FLAG="" # --uncommitted | --base <branch> | --commit <sha>
|
|
194
|
-
MODEL_FLAG="" # --model <model> (if not default)
|
|
195
|
-
TITLE_FLAG="" # --title "<title>" (if provided)
|
|
196
|
-
|
|
197
|
-
# Build target flag
|
|
198
|
-
if [ "$target" = "uncommitted" ]; then
|
|
199
|
-
TARGET_FLAG="--uncommitted"
|
|
200
|
-
elif [ "$target" = "base" ]; then
|
|
201
|
-
TARGET_FLAG="--base $branch"
|
|
202
|
-
elif [ "$target" = "commit" ]; then
|
|
203
|
-
TARGET_FLAG="--commit $sha"
|
|
204
|
-
fi
|
|
205
|
-
|
|
206
|
-
# Build model flag (only if not default)
|
|
207
|
-
if [ "$model" != "default" ] && [ -n "$model" ]; then
|
|
208
|
-
MODEL_FLAG="--model $model"
|
|
209
|
-
fi
|
|
210
|
-
|
|
211
|
-
# Build title flag (if provided)
|
|
212
|
-
if [ -n "$title" ]; then
|
|
213
|
-
TITLE_FLAG="--title \"$title\""
|
|
214
|
-
fi
|
|
215
|
-
|
|
216
|
-
# Execute
|
|
217
|
-
ccw cli -p "$PROMPT" --tool codex --mode review $TARGET_FLAG $MODEL_FLAG $TITLE_FLAG
|
|
218
|
-
```
|
|
219
|
-
|
|
220
|
-
**Full Example Commands:**
|
|
221
|
-
|
|
222
|
-
**Option 1: With custom prompt (reviews uncommitted by default):**
|
|
223
|
-
```bash
|
|
224
|
-
ccw cli -p "
|
|
225
|
-
PURPOSE: Comprehensive code review to identify issues and improve quality; success = actionable feedback with priorities
|
|
226
|
-
TASK: • Review correctness and logic • Check standards compliance • Identify bugs and edge cases • Evaluate documentation
|
|
227
|
-
MODE: review
|
|
228
|
-
CONTEXT: Reviewing uncommitted changes | Memory: Project conventions
|
|
229
|
-
EXPECTED: Structured report with severity levels, file:line refs, improvement suggestions
|
|
230
|
-
CONSTRAINTS: Actionable feedback
|
|
231
|
-
" --tool codex --mode review --rule analysis-review-code-quality
|
|
232
|
-
```
|
|
233
|
-
|
|
234
|
-
**Option 2: Target flag only (no prompt allowed):**
|
|
235
|
-
```bash
|
|
236
|
-
ccw cli --tool codex --mode review --uncommitted
|
|
237
|
-
```
|
|
238
|
-
|
|
239
|
-
### Step 5: Execute and Display Results
|
|
240
|
-
|
|
241
|
-
```bash
|
|
242
|
-
Bash({
|
|
243
|
-
command: "ccw cli -p \"$PROMPT\" --tool codex --mode review $FLAGS",
|
|
244
|
-
run_in_background: true
|
|
245
|
-
})
|
|
246
|
-
```
|
|
247
|
-
|
|
248
|
-
Wait for completion and display formatted results.
|
|
249
|
-
|
|
250
|
-
## Quick Usage Examples
|
|
251
|
-
|
|
252
|
-
### Direct Execution (No Interaction)
|
|
253
|
-
|
|
254
|
-
```bash
|
|
255
|
-
# Review uncommitted changes with default settings
|
|
256
|
-
/cli:codex-review --uncommitted
|
|
257
|
-
|
|
258
|
-
# Review against main branch
|
|
259
|
-
/cli:codex-review --base main
|
|
260
|
-
|
|
261
|
-
# Review specific commit
|
|
262
|
-
/cli:codex-review --commit abc123
|
|
263
|
-
|
|
264
|
-
# Review with custom model
|
|
265
|
-
/cli:codex-review --uncommitted --model o3
|
|
266
|
-
|
|
267
|
-
# Review with security focus
|
|
268
|
-
/cli:codex-review --uncommitted security
|
|
269
|
-
|
|
270
|
-
# Full options
|
|
271
|
-
/cli:codex-review --base main --model o3 --title "Auth Feature" security
|
|
272
|
-
```
|
|
273
|
-
|
|
274
|
-
### Interactive Mode
|
|
275
|
-
|
|
276
|
-
```bash
|
|
277
|
-
# Start interactive selection (guided flow)
|
|
278
|
-
/cli:codex-review
|
|
279
|
-
```
|
|
280
|
-
|
|
281
|
-
## Focus Area Mapping
|
|
282
|
-
|
|
283
|
-
| User Selection | Prompt Focus | Key Checks |
|
|
284
|
-
|----------------|--------------|------------|
|
|
285
|
-
| General review | Comprehensive | Correctness, style, bugs, docs |
|
|
286
|
-
| Security focus | Security-first | Injection, auth, validation, exposure |
|
|
287
|
-
| Performance focus | Optimization | Complexity, memory, queries, caching |
|
|
288
|
-
| Code quality | Maintainability | SOLID, duplication, naming, tests |
|
|
289
|
-
|
|
290
|
-
## Error Handling
|
|
291
|
-
|
|
292
|
-
### No Changes to Review
|
|
293
|
-
```
|
|
294
|
-
No changes found for review target. Suggestions:
|
|
295
|
-
- For --uncommitted: Make some code changes first
|
|
296
|
-
- For --base: Ensure branch exists and has diverged
|
|
297
|
-
- For --commit: Verify commit SHA exists
|
|
298
|
-
```
|
|
299
|
-
|
|
300
|
-
### Invalid Branch
|
|
301
|
-
```bash
|
|
302
|
-
# Show available branches
|
|
303
|
-
git branch -a --list | head -20
|
|
304
|
-
```
|
|
305
|
-
|
|
306
|
-
### Invalid Commit
|
|
307
|
-
```bash
|
|
308
|
-
# Show recent commits
|
|
309
|
-
git log --oneline -10
|
|
310
|
-
```
|
|
311
|
-
|
|
312
|
-
## Integration Notes
|
|
313
|
-
|
|
314
|
-
- Uses `ccw cli --tool codex --mode review` endpoint
|
|
315
|
-
- Model passed via prompt (codex uses `-c model=` internally)
|
|
316
|
-
- Target flags (`--uncommitted`, `--base`, `--commit`) passed through to codex
|
|
317
|
-
- Prompt follows standard ccw cli template format for consistency
|
|
318
|
-
|
|
319
|
-
## Validation Constraints
|
|
320
|
-
|
|
321
|
-
**IMPORTANT: Target flags and prompt are mutually exclusive**
|
|
322
|
-
|
|
323
|
-
The codex CLI has a constraint where target flags (`--uncommitted`, `--base`, `--commit`) cannot be used with a positional `[PROMPT]` argument:
|
|
324
|
-
|
|
325
|
-
```
|
|
326
|
-
error: the argument '--uncommitted' cannot be used with '[PROMPT]'
|
|
327
|
-
error: the argument '--base <BRANCH>' cannot be used with '[PROMPT]'
|
|
328
|
-
error: the argument '--commit <SHA>' cannot be used with '[PROMPT]'
|
|
329
|
-
```
|
|
330
|
-
|
|
331
|
-
**Behavior:**
|
|
332
|
-
- When ANY target flag is specified, ccw cli automatically skips template concatenation (systemRules/roles)
|
|
333
|
-
- The review uses codex's default review behavior for the specified target
|
|
334
|
-
- Custom prompts are only supported WITHOUT target flags (reviews uncommitted changes by default)
|
|
335
|
-
|
|
336
|
-
**Valid combinations:**
|
|
337
|
-
| Command | Result |
|
|
338
|
-
|---------|--------|
|
|
339
|
-
| `codex review "Focus on security"` | ✓ Custom prompt, reviews uncommitted (default) |
|
|
340
|
-
| `codex review --uncommitted` | ✓ No prompt, uses default review |
|
|
341
|
-
| `codex review --base main` | ✓ No prompt, uses default review |
|
|
342
|
-
| `codex review --commit abc123` | ✓ No prompt, uses default review |
|
|
343
|
-
| `codex review --uncommitted "prompt"` | ✗ Invalid - mutually exclusive |
|
|
344
|
-
| `codex review --base main "prompt"` | ✗ Invalid - mutually exclusive |
|
|
345
|
-
| `codex review --commit abc123 "prompt"` | ✗ Invalid - mutually exclusive |
|
|
346
|
-
|
|
347
|
-
**Examples:**
|
|
348
|
-
```bash
|
|
349
|
-
# ✓ Valid: prompt only (reviews uncommitted by default)
|
|
350
|
-
ccw cli -p "Focus on security" --tool codex --mode review
|
|
351
|
-
|
|
352
|
-
# ✓ Valid: target flag only (no prompt)
|
|
353
|
-
ccw cli --tool codex --mode review --uncommitted
|
|
354
|
-
ccw cli --tool codex --mode review --base main
|
|
355
|
-
ccw cli --tool codex --mode review --commit abc123
|
|
356
|
-
|
|
357
|
-
# ✗ Invalid: target flag with prompt (will fail)
|
|
358
|
-
ccw cli -p "Review this" --tool codex --mode review --uncommitted
|
|
359
|
-
ccw cli -p "Review this" --tool codex --mode review --base main
|
|
360
|
-
ccw cli -p "Review this" --tool codex --mode review --commit abc123
|
|
361
|
-
```
|