Skip to content

Commit f9dd7e8

Browse files
committed
chore: add AgentSkill sync check to CodeRabbit config
- Remind to update skill catalog when adding new anchors - Add path instructions for skill/ directory
1 parent 437d1d5 commit f9dd7e8

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.coderabbit.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@ reviews:
2323
- Zuordenbar: Rückverfolgbar zu Proponenten, Publikationen oder Standards
2424
Pflichtfelder: :categories:, :roles:, :proponents:
2525
Format: AsciiDoc mit [%collapsible] Block
26+
27+
⚠️ AgentSkill-Katalog aktualisieren:
28+
Wenn ein neuer Anchor hinzugefügt wird, muss auch
29+
skill/semantic-anchor-translator/references/catalog.md
30+
aktualisiert werden, damit AI-Agenten den neuen Anchor erkennen können.
31+
32+
- path: "skill/**/*"
33+
instructions: |
34+
Dies ist ein AgentSkill nach agentskills.io Spezifikation.
35+
- SKILL.md: Frontmatter mit name + description erforderlich
36+
- references/catalog.md: Muss synchron mit docs/anchors/ bleiben
37+
Prüfe: Sind alle Anchors aus docs/anchors/ im Katalog enthalten?
2638
2739
- path: "website/src/**/*.js"
2840
instructions: |

0 commit comments

Comments
 (0)