<h1 align="center">
<a href="https://prompts.chat">
language: "en-US"
Loading actions...
<a href="https://prompts.chat">
TypeScript and ESLint rules that MUST be followed when creating, modifying, or reviewing any file under apps/frontend/, including .ts, .tsx, .js, and .jsx files. Also apply when discussing frontend linting, type safety, or ESLint configuration.
risks
language: "en-US"
reviews:
profile: chill
auto_title_placeholder: "@coderabbitai title"
auto_title_instructions: 'Format: "
commit_status: false
collapse_walkthrough: true
assess_linked_issues: true
related_issues: true
related_prs: true
suggested_labels: true
suggested_reviewers: true
poem: false # current: true
review_status: false # current: true
pre_merge_checks: # Custom Pre-merge Checks - Add unique checks to enforce your team's standards before merging a pull request. Each check must have a unique name (up to 50 characters) and clear instructions (up to 10000 characters). Use these to automatically verify coding, security, documentation, or business rules and maintain code quality. # Default: [] custom_checks: - name: "Test Results for Major Changes" mode: "warning" # or "error" to block merges instructions: | If this PR contains major changes (such as new features, breaking changes, or significant refactoring), verify that the PR description includes test results or testing information. If a change could affect numerics or convergence, the PR description should include information demonstrating that there is no regression. If a change could affect performance, the PR description should include before-and-after performance numbers, as well as the configuration and context in which they apply. Pass if test results are documented or if the changes are minor. auto_review: # Configuration for auto review # Default: {} # Automatic Incremental Review - Automatic incremental code review on each push # Default: true auto_incremental_review: false # current: true # Review draft PRs/MRs. # Default: false drafts: false # Base branches (other than the default branch) to review. Accepts regex patterns. Use '.*' to match all branches.