CLAUDE.md
rails/ai-rules/CLAUDE.mdCLAUDE.md
Quality
72/100
Scores the file, not the repository.Length
153 words
3 headings · 1 code blocksRepository
9.6k
— · pushed 0 days agoLast changed
2 days ago
First indexed 2 days ago.1# Project: [APP_NAME]23[One sentence: what the app does and who it serves.]45## Commands67```bash8bin/dev # Start dev server and worker9bin/rails spec # Full test suite (Suspenders rake task)10bundle exec rspec spec/models # Model specs only11bundle exec rspec spec/requests # Request specs only12bundle exec rspec spec/path/to/file_spec.rb # Run all tests in file13bundle exec rspec spec/path/to/file_spec.rb:72 # Run just the test at line 7214bundle exec rubocop # Lint15bundle exec rubocop -a # Auto-fix lint issues16bin/rails db:migrate # Run migrations17bundle audit # Check gem vulnerabilities18bin/ci # Run all tests, linters, and security scanners19bin/rails routes # View routes20```2122## Rules2324Short constraints in .claude/rules/:2526rules/models.md — models conventions27rules/controllers.md — controller conventions28rules/testing.md - **MUST write tests first** TDD guidelines29rules/security.md — security guidelines30rules/views.md — No logic in views, presenter usage, Turbo conventions31rules/database.md — Indexes, N+1, migration rules, query guidelines32
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| livewire/livewireCLAUDE.md · 24k | CLAUDE.md | setupbuildteststyle+4 | 100/100 | 3 days ago | |
| filamentphp/filamentCLAUDE.md · 32k | CLAUDE.md | buildtestlint-formatstyle+7 | 100/100 | 3 days ago | |
| stacklok/toolhiveCLAUDE.md · 2.0k | CLAUDE.md | buildteststylearch+4 | 100/100 | 3 days ago | |
| dotCMS/corecore-web/CLAUDE.md · 949 | CLAUDE.md | teststylearchtesting-strategy+3 | 100/100 | 3 days ago | |
| Adit-Jain-srm/NightmareNetCLAUDE.md · 45 | CLAUDE.md | buildtestlint-formatstyle+6 | 100/100 | 3 days ago | |
| microsoft/playwrightCLAUDE.md · 94k | CLAUDE.md | buildtestlint-formatstyle+7 | 100/100 | 3 days ago | |
| nimbalyst/nimbalystpackages/android/CLAUDE.md · 1.4k | CLAUDE.md | setupbuildstylearch+2 | 100/100 | 3 days ago | |
| bagisto/bagistoCLAUDE.md · 28k | CLAUDE.md | setupbuildteststyle+5 | 100/100 | 3 days ago |
