get_team_rules
Retrieve your team's code standards before writing code, ensuring your changes comply from the start and pass review.
Instructions
Returns this team's code standards. Call it BEFORE writing code, so that you write to the standards from the start instead of learning them from a review. If you are asked to EDIT .reviewgate/config.yml: its schema is CLOSED — a rule has exactly id, description and severity; do not invent plausible-looking keys (globs, prompt, when, …) — an unknown key is NOT applied. Conditions and file scoping are written in plain language inside description (or review_prompt). Validate against https://reviewgate.dev/config.schema.json before committing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||