-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
15 lines (13 loc) · 929 Bytes
/
.coderabbit.yaml
File metadata and controls
15 lines (13 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
# Inherits from org-wide config: https://github.com/opendatahub-io/coderabbit
# Only overrides listed below differ from the org baseline.
inheritance: true
reviews:
pre_merge_checks:
custom_checks:
- name: "AgentSkills.io Specification Compliance"
mode: warning
instructions: "Review all changes in helpers/skills/ directory against the agentskills.io specification (https://agentskills.io/specification). Validate directory structure, SKILL.md format, frontmatter fields, and content guidelines as defined in the specification."
- name: "Ethical Compliance"
mode: error
instructions: "Review all changes in helpers/ directory to ensure compliance with ethical guidelines defined in ETHICS.md. Pay particular attention to avoiding references to real people by name, even as stylistic examples."