Configure review instructions through CodeAnt AI Dashboard
These instructions help CodeAnt understand your coding standards, framework preferences, and project-specific requirements.
Navigate to your Dashboard settings:
Choose which repositories should apply this instruction:
Instruction Description (Required)
File Patterns (Required)
React 18 with TypeScript:
Vue 3 Composition API:
Next.js 14 App Router:
Spanish Code Suggestions:
Pattern | Description |
---|---|
**/*.{js,ts,jsx,tsx} | All JavaScript/TypeScript files |
src/components/**/*.tsx | React components only |
**/*.test.* | All test files |
!**/node_modules/** | Exclude dependencies |
*.config.{js,ts} | Configuration files |
docs/**/*.md | Documentation files |
src/{utils,helpers}/**/* | Utility functions |
**/*.d.ts | TypeScript declaration files |
Pattern | Description |
---|---|
src/**/!(*.test).ts | TypeScript files excluding tests |
**/*.{story,stories}.{js,tsx} | Storybook files |
{src,lib}/**/*.{gql,graphql} | GraphQL files |
**/migrations/**/*.sql | Database migrations |
src/**/*.{module,service}.ts | NestJS modules and services |
Once saved, instructions will be applied to all selected repositories during the next code review cycle.
Configure review instructions through CodeAnt AI Dashboard
These instructions help CodeAnt understand your coding standards, framework preferences, and project-specific requirements.
Navigate to your Dashboard settings:
Choose which repositories should apply this instruction:
Instruction Description (Required)
File Patterns (Required)
React 18 with TypeScript:
Vue 3 Composition API:
Next.js 14 App Router:
Spanish Code Suggestions:
Pattern | Description |
---|---|
**/*.{js,ts,jsx,tsx} | All JavaScript/TypeScript files |
src/components/**/*.tsx | React components only |
**/*.test.* | All test files |
!**/node_modules/** | Exclude dependencies |
*.config.{js,ts} | Configuration files |
docs/**/*.md | Documentation files |
src/{utils,helpers}/**/* | Utility functions |
**/*.d.ts | TypeScript declaration files |
Pattern | Description |
---|---|
src/**/!(*.test).ts | TypeScript files excluding tests |
**/*.{story,stories}.{js,tsx} | Storybook files |
{src,lib}/**/*.{gql,graphql} | GraphQL files |
**/migrations/**/*.sql | Database migrations |
src/**/*.{module,service}.ts | NestJS modules and services |
Once saved, instructions will be applied to all selected repositories during the next code review cycle.