Fix subagent_type in spawn-pr-fixes and review-pr commands

- spawn-pr-fixes: "general-purpose" → "pr-fixer"
- review-pr: Added explicit subagent_type: "software-architect"

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-10 16:14:14 +01:00
parent e1c19c12c3
commit 7ed31432ee
2 changed files with 7 additions and 8 deletions

View File

@@ -30,13 +30,12 @@ Review the changes and provide feedback on:
Spawn the software-architect agent for architectural analysis:
```
Use the Task tool to spawn the software-architect agent:
@~/.claude/agents/software-architect/agent.md
Provide context:
ANALYSIS_TYPE: pr-review
TARGET: <pr-number>
CONTEXT: [Include the PR diff and description]
Task tool with:
- subagent_type: "software-architect"
- prompt: |
ANALYSIS_TYPE: pr-review
TARGET: <pr-number>
CONTEXT: [Include the PR diff and description]
```
The architecture review checks:

View File

@@ -49,7 +49,7 @@ Look for PRs where:
2. Spawn background agent using Task tool:
```
Task tool with:
- subagent_type: "general-purpose"
- subagent_type: "pr-fixer"
- run_in_background: true
- prompt: See agent prompt below
```