From 7404b7392c5bc05e0b84d7d997f91c353bbf4f9e Mon Sep 17 00:00:00 2001 From: janhesters Date: Thu, 16 Apr 2026 17:29:24 +0200 Subject: [PATCH] fix(aidd-pr): add constraint to instruct sub-agents to commit to PR branch Delegation prompts must explicitly tell sub-agents to commit directly to the PR branch and not create a new branch. This matches the existing ai-eval assertion that was failing because the skill lacked this explicit instruction. --- ai/skills/aidd-pr/SKILL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ai/skills/aidd-pr/SKILL.md b/ai/skills/aidd-pr/SKILL.md index c3358b5..419a0d8 100644 --- a/ai/skills/aidd-pr/SKILL.md +++ b/ai/skills/aidd-pr/SKILL.md @@ -25,6 +25,7 @@ Constraints { Paginate GraphQL queries using pageInfo.hasNextPage until all results are retrieved — do not assume first: 100 covers all threads Do not close any other PRs Do not touch any git branches other than the PR's branch as determined via `gh pr view` + Delegation prompts must explicitly instruct the sub-agent to commit directly to the PR branch and not create a new branch } DelegateSubtasks {