diff --git a/commands/review-pr.md b/commands/review-pr.md index e20850d..6e2c8b2 100644 --- a/commands/review-pr.md +++ b/commands/review-pr.md @@ -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: -CONTEXT: [Include the PR diff and description] +Task tool with: + - subagent_type: "software-architect" + - prompt: | + ANALYSIS_TYPE: pr-review + TARGET: + CONTEXT: [Include the PR diff and description] ``` The architecture review checks: diff --git a/commands/spawn-pr-fixes.md b/commands/spawn-pr-fixes.md index 9031acb..47304e5 100644 --- a/commands/spawn-pr-fixes.md +++ b/commands/spawn-pr-fixes.md @@ -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 ```