-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy path.coderabbit.yml
More file actions
49 lines (42 loc) · 1.81 KB
/
.coderabbit.yml
File metadata and controls
49 lines (42 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
language: "de-DE"
reviews:
profile: "chill"
request_changes_workflow: false
high_level_summary: true
poem: false
review_status: true
collapse_walkthrough: false
auto_review:
enabled: true
drafts: false
base_branches:
- main
path_instructions:
- path: "docs/anchors/**/*.adoc"
instructions: |
Prüfe ob der Semantic Anchor die Qualitätskriterien erfüllt:
- Präzise: Referenziert spezifisches, etabliertes Wissen mit klaren Grenzen
- Reichhaltig: Aktiviert mehrere verknüpfte Konzepte, nicht nur eine Anweisung
- Konsistent: Verschiedene Nutzer erhalten ähnliche konzeptuelle Aktivierung
- Zuordenbar: Rückverfolgbar zu Proponenten, Publikationen oder Standards
Pflichtfelder: :categories:, :roles:, :proponents:
Format: AsciiDoc mit [%collapsible] Block
⚠️ AgentSkill-Katalog aktualisieren:
Wenn ein neuer Anchor hinzugefügt wird, muss auch
skill/semantic-anchor-translator/references/catalog.md
aktualisiert werden, damit AI-Agenten den neuen Anchor erkennen können.
- path: "skill/**/*"
instructions: |
Dies ist ein AgentSkill nach agentskills.io Spezifikation.
- SKILL.md: Frontmatter mit name + description erforderlich
- references/catalog.md: Muss synchron mit docs/anchors/ bleiben
Prüfe: Sind alle Anchors aus docs/anchors/ im Katalog enthalten?
- path: "website/src/**/*.js"
instructions: |
Check for: security issues, unused variables, proper error handling.
Style: no semicolons, single quotes, 2-space indent (enforced by ESLint/Prettier).
- path: ".github/workflows/**/*.yml"
instructions: |
Check for: pinned action versions, secret handling, unnecessary permissions.
chat:
auto_reply: true