get_team_rules
Retrieve the team's code standards before writing changes, ensuring your code meets expectations from the start and minimizing review corrections.
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 | |||