Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion ai/skills/aidd-pr/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,12 @@ resolveAddressed(triageResult) {

### Step 3 — Delegate (thinking)
delegateRemaining(triageResult) => delegationPrompts {
Do NOT fix code directly — only produce prompt text for sub-agents to execute later.
1. For each remaining issue, generate a `/aidd-fix` delegation prompt
2. Each prompt targets one issue, referencing the specific file, line, and PR branch
2. Each prompt must:
- Start with `/aidd-fix` on the first line
- Reference the specific file, line, and review comment
- Instruct the sub-agent to commit directly to the PR branch and not create a new branch
3. Wrap each prompt in a markdown code block for easy copy-paste or sub-agent dispatch
}

Expand Down
Loading