Cursor rule
.cursor/rules/self-review.mdcSelf-review every code change before presenting — catch bugs before the user sees them
Cursor rules
Quality
46/100
Scores the file, not the repository.Length
153 words
3 headings · 0 code blocksRepository
45
— · pushed 0 days agoLast changed
3 days ago
First indexed 3 days ago.1234567## Self-Review Protocol89After writing or modifying code, review BEFORE presenting. The user should never see a first draft.1011### The Checklist (run mentally, fix inline)12131. RE-READ what you wrote (don't trust memory of intent)142. CHECK: Does this solve THE thing asked? (not a related thing)153. BUGS: Off-by-one? Null/undefined? Race condition? Unclosed resource?164. EDGE CASES: Empty input? Very large input? Concurrent access?175. CONSISTENCY: Matches existing code style? Same naming conventions?186. IMPORTS: Everything imported? Nothing unused? Circular dependency?197. TYPES: Type-safe? No `any` where there shouldn't be?208. ERROR HANDLING: What can throw? Is it caught? Useful error message?219. SECURITY: User input validated? SQL injection? XSS?2223### Rules2425- Fix issues SILENTLY — don't announce "I found a bug"26- Never skip review for "small changes" — small changes have bugs too27- Review surrounding context, not just changed lines28- Present REVIEWED work, not first drafts29
Also in Adit-Jain-srm/NightmareNet
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| Adit-Jain-srm/NightmareNet.cursor/rules/agent-core.mdc · 45 | Cursor rules | gitsecuritydo-notagent-behaviour | 76/100 | 3 days ago | |
| Adit-Jain-srm/NightmareNet.cursor/rules/contribution-standards.mdc · 45 | Cursor rules | testgit | 54/100 | 3 days ago | |
| Adit-Jain-srm/NightmareNet.cursor/rules/diagrams.mdc · 45 | Cursor rules | styledo-notdocs | 27/100 | 3 days ago | |
| Adit-Jain-srm/NightmareNet.cursor/rules/grill.mdc · 45 | Cursor rules | builddo-not | 55/100 | 3 days ago | |
| Adit-Jain-srm/NightmareNet.cursor/rules/max-effort.mdc · 45 | Cursor rules | no sections | 39/100 | 3 days ago | |
| Adit-Jain-srm/NightmareNet.cursor/rules/prompt-amplifier.mdc · 45 | Cursor rules | do-not | 46/100 | 3 days ago | |
| Adit-Jain-srm/NightmareNet.cursor/rules/skill-forge.mdc · 45 | Cursor rules | deploymentdo-not | 51/100 | 3 days ago | |
| Adit-Jain-srm/NightmareNet.cursor/rules/skill-orchestration.mdc · 45 | Cursor rules | no sections | 39/100 | 3 days ago | |
| Adit-Jain-srm/NightmareNetCLAUDE.md · 45 | CLAUDE.md | buildtestlint-formatstyle+6 | 100/100 | 3 days ago |
Diff against .cursor/rules/agent-core.mdc Diff against .cursor/rules/contribution-standards.mdc Diff against .cursor/rules/diagrams.mdc Diff against .cursor/rules/grill.mdc Diff against .cursor/rules/max-effort.mdc Diff against .cursor/rules/prompt-amplifier.mdc Diff against .cursor/rules/skill-forge.mdc Diff against .cursor/rules/skill-orchestration.mdc Diff against CLAUDE.md
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126 | Cursor rules | setupbuildtestlint-format+6 | 100/100 | 3 days ago | |
| TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45 | Cursor rules | testlint-formatstylearch+5 | 100/100 | 3 days ago | |
| markstev/mark-starter.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+6 | 99/100 | 3 days ago | |
| Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1 | Cursor rules | setuptestlint-formatstyle+7 | 99/100 | 3 days ago | |
| langflow-ai/langflow.cursor/rules/docs_development.mdc · 153k | Cursor rules | setupbuildtestlint-format+7 | 97/100 | 3 days ago | |
| TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45 | Cursor rules | teststyletesting-strategysecurity+3 | 97/100 | 3 days ago |
