Skip to content

Commit 0d72623

Browse files
pnilanclaude
andcommitted
fix: replace undefined codebase-analyzer subagent with cdk-code-researcher in diagram skill
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 86f29fc commit 0d72623

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.claude/skills/diagram/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ If on `main`, ask what they'd like to understand instead.
7575

7676
2. **Use sub-agents to trace the flow:**
7777
```
78-
Task(subagent_type="codebase-analyzer", prompt="Trace the data flow for [component/concept] in the Airbyte Python CDK.
78+
Task(subagent_type="cdk-code-researcher", prompt="Trace the data flow for [component/concept] in the Airbyte Python CDK.
7979
Identify: entry points, class hierarchies, method call chains, data transformations, and exit points.
8080
Focus on the runtime behavior — how data actually flows through the code.
8181
Document with file:line references.")
@@ -108,7 +108,7 @@ If on `main`, ask what they'd like to understand instead.
108108

109109
4. **Use sub-agents to understand impacted flows:**
110110
```
111-
Task(subagent_type="codebase-analyzer", prompt="Trace the data flow for [changed component].
111+
Task(subagent_type="cdk-code-researcher", prompt="Trace the data flow for [changed component].
112112
Identify: entry points, data transformations, method call chains, and exit points.
113113
Document with file:line references.")
114114
```

0 commit comments

Comments
 (0)