From ddd85bb7d3262880b927147a390d3823616b31b5 Mon Sep 17 00:00:00 2001 From: Sehtej Khehra Date: Sat, 23 May 2026 13:01:29 -0700 Subject: [PATCH] Add custom finishing-touch recipes --- configs/custom-recipes/.coderabbit-a11y.yaml | 16 ++++++++++++++ configs/custom-recipes/.coderabbit-api.yaml | 17 +++++++++++++++ .../custom-recipes/.coderabbit-cleanup.yaml | 14 +++++++++++++ configs/custom-recipes/.coderabbit-db.yaml | 15 +++++++++++++ configs/custom-recipes/.coderabbit-docs.yaml | 16 ++++++++++++++ configs/custom-recipes/.coderabbit-env.yaml | 20 ++++++++++++++++++ .../custom-recipes/.coderabbit-imports.yaml | 16 ++++++++++++++ .../custom-recipes/.coderabbit-security.yaml | 21 +++++++++++++++++++ .../custom-recipes/.coderabbit-testing.yaml | 16 ++++++++++++++ 9 files changed, 151 insertions(+) create mode 100644 configs/custom-recipes/.coderabbit-a11y.yaml create mode 100644 configs/custom-recipes/.coderabbit-api.yaml create mode 100644 configs/custom-recipes/.coderabbit-cleanup.yaml create mode 100644 configs/custom-recipes/.coderabbit-db.yaml create mode 100644 configs/custom-recipes/.coderabbit-docs.yaml create mode 100644 configs/custom-recipes/.coderabbit-env.yaml create mode 100644 configs/custom-recipes/.coderabbit-imports.yaml create mode 100644 configs/custom-recipes/.coderabbit-security.yaml create mode 100644 configs/custom-recipes/.coderabbit-testing.yaml diff --git a/configs/custom-recipes/.coderabbit-a11y.yaml b/configs/custom-recipes/.coderabbit-a11y.yaml new file mode 100644 index 0000000..4ae4984 --- /dev/null +++ b/configs/custom-recipes/.coderabbit-a11y.yaml @@ -0,0 +1,16 @@ +# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json +language: "en-US" +reviews: + finishing_touches: + custom: + - name: "associate form labels" + instructions: | + For newly added or modified form controls in this PR, ensure each + visible input, textarea, and select has an accessible name through + a correctly associated