You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,16 @@ Add a new provider when at least one of these is true:
48
48
49
49
Avoid adding a provider if the target spec is unstable or undocumented.
50
50
51
+
## Agent References in Skills
52
+
53
+
When referencing agents from within skill SKILL.md files (e.g., via the `Agent` or `Task` tool), always use the **fully-qualified namespace**: `compound-engineering:<category>:<agent-name>`. Never use the short agent name alone.
Copy file name to clipboardExpand all lines: plugins/compound-engineering/skills/ce-review/SKILL.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,8 +109,8 @@ For each agent in review_agents:
109
109
```
110
110
111
111
Always run these last regardless of mode:
112
-
- Task agent-native-reviewer(PR content) - Verify new features are agent-accessible
113
-
- Task learnings-researcher(PR content) - Search docs/solutions/ for past issues related to this PR's modules and patterns
112
+
- Task compound-engineering:review:agent-native-reviewer(PR content) - Verify new features are agent-accessible
113
+
- Task compound-engineering:research:learnings-researcher(PR content) - Search docs/solutions/ for past issues related to this PR's modules and patterns
114
114
115
115
</parallel_tasks>
116
116
@@ -122,9 +122,9 @@ These agents are run ONLY when the PR matches specific criteria. Check the PR fi
122
122
123
123
**MIGRATIONS: If PR contains database migrations, schema.rb, or data backfills:**
124
124
125
-
- Task schema-drift-detector(PR content) - Detects unrelated schema.rb changes by cross-referencing against included migrations (run FIRST)
126
-
- Task data-migration-expert(PR content) - Validates ID mappings match production, checks for swapped values, verifies rollback safety
0 commit comments