RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Cursor rules/compozy/gograph

Cursor rule

.cursor/rules/review-checklist.mdc

Code review guidelines and checklist for Compozy development

Cursor rules

Quality

52/100

Scores the file, not the repository.

Length

252 words

5 headings · 0 code blocks

Repository

9

— · pushed 389 days ago

Last changed

3 days ago

First indexed 3 days ago.
compozy/gograph/.cursor/rules/review-checklist.mdcRawGitHub
1---
2description: Code review guidelines and checklist for Compozy development
3globs:
4 - "**/*.go"
5 - "**/*.yaml"
6 - "**/*.yml"
7 - "**/Makefile"
8 - "**/*.md"
9alwaysApply: true
10---
11# Code Review Checklist
12 
13## Pre-Review Requirements
14 
15<pre_review_requirements>
16Before submitting code for review, ensure:
17- All tests pass and follow the established testing patterns
18- Code has been formatted with `go fmt`
19- All linter warnings have been addressed
20- Error handling follows project patterns
21- Security considerations have been addressed
22</pre_review_requirements>
23 
24## Review Checklist
25 
26<checklist type="code_review">
271. Does the code follow the established project structure and patterns?
282. Are errors handled appropriately and with context?
293. Is the code well-tested with both unit and integration tests?
304. Are interfaces used appropriately to define behavior?
315. Does the code pass all linter checks?
326. Is the code secure and performant?
337. Are dependencies injected properly?
348. Is context propagated correctly?
359. Is the code simple, readable, and maintainable?
36</checklist>
37 
38## Common Issues to Watch For
39 
40<common_issues type="code_quality">
41- Missing error handling or inappropriate error propagation
42- Tests that don't follow the `t.Run("Should...")` pattern
43- Hardcoded values that should be configurable
44- Missing context propagation in functions that make external calls
45- Security vulnerabilities like exposed secrets or unvalidated inputs
46- Performance issues like unnecessary allocations or inefficient algorithms
47- Code that doesn't follow established project patterns
48- Missing or inadequate test coverage
49</common_issues>
50 
51## Review Process
52 
53<review_process>
54- Focus on correctness, maintainability, and adherence to standards
55- Check for proper error handling and testing patterns
56- Verify security considerations have been addressed
57- Ensure code follows established project patterns and conventions
58- Look for opportunities to improve code clarity and efficiency
59</review_process>
60 

Commands it names

  • go fmt

Sections

  • Code Review Checklist
  • Pre-Review Requirements
  • Review Checklist
  • Common Issues to Watch For
  • Review Process

What it covers

testing-strategygit-pr

Stack — with the evidence

typescript

(1.00)

go

(1.00)

docker

(1.00)

node

(0.70)

javascript

(0.60)

bun

(0.60)

github-actions

(0.60)

Glob targeting

  • **/*.go
  • **/*.yaml
  • **/*.yml
  • **/Makefile
  • **/*.md

Format

Cursor rules

The most expressive format here. Many small .mdc files, each with frontmatter declaring when it should load, so a rule about migrations only enters context when a migration is open. Costs the most to maintain and only one editor reads it.

What the corpus says about it

Repository

Owner
compozy
Language
—
License
—
Archived
no

All configs in this repo

Also in compozy/gograph

Diff this repo’s formats

One 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?

The other instruction files in this repository
RepositoryFormatStackCoversScoreChanged
compozy/gograph.cursor/rules/architecture.mdc · 9Cursor rulestypescriptgo+5styletesting-strategydependenciesdo-not57/1003 days ago
compozy/gograph.cursor/rules/api-standards.mdc · 9Cursor rulestypescriptgo+5lint-formatapidocs54/1003 days ago
compozy/gograph.cursor/rules/backwards-compatibility.mdc · 9Cursor rulestypescriptgo+5do-notagent-behaviour32/1003 days ago
compozy/gograph.cursor/rules/compozy-agent-config.mdc · 9Cursor rulestypescriptgo+5agent-behaviour45/1003 days ago
compozy/gograph.cursor/rules/compozy-examples.mdc · 9Cursor rulestypescriptgo+5stylearchtypesagent-behaviour58/1003 days ago
compozy/gograph.cursor/rules/compozy-project-config.mdc · 9Cursor rulestypescriptgo+5setupstyle54/1003 days ago
compozy/gograph.cursor/rules/cursor_rules.mdc · 9Cursor rulestypescriptgo+5no sections40/1003 days ago
compozy/gograph.cursor/rules/compozy-shared-patterns.mdc · 9Cursor rulestypescriptgo+5styleagent-behaviour54/1003 days ago
compozy/gograph.cursor/rules/compozy-task-patterns.mdc · 9Cursor rulestypescriptgo+5stylearchagent-behaviour70/1003 days ago
compozy/gograph.cursor/rules/core-libraries.mdc · 9Cursor rulestypescriptgo+5testing-strategydependenciesdo-not60/1003 days ago
compozy/gograph.cursor/rules/critical-validation.mdc · 9Cursor rulestypescriptgo+5no sections24/1003 days ago
compozy/gograph.cursor/rules/go-coding-standards.mdc · 9Cursor rulestypescriptgo+5stylearchdependencies62/1003 days ago
compozy/gograph.cursor/rules/go-patterns.mdc · 9Cursor rulestypescriptgo+5style66/1003 days ago
compozy/gograph.cursor/rules/no_linebreaks.mdc · 9Cursor rulestypescriptgo+5no sections31/1003 days ago
compozy/gograph.cursor/rules/prd-create.mdc · 9Cursor rulestypescriptgo+5stylearchagent-behaviour48/1003 days ago
compozy/gograph.cursor/rules/prd-tech-spec.mdc · 9Cursor rulestypescriptgo+5setuptestarchagent-behaviour56/1003 days ago
compozy/gograph.cursor/rules/quality-security.mdc · 9Cursor rulestypescriptgo+5securityperformancedo-not46/1003 days ago
compozy/gograph.cursor/rules/section_comments.mdc · 9Cursor rulestypescriptgo+5no sections31/1003 days ago
compozy/gograph.cursor/rules/task-developing.mdc · 9Cursor rulestypescriptgo+5agent-behaviour47/1003 days ago
compozy/gograph.cursor/rules/task-generate-list.mdc · 9Cursor rulestypescriptgo+5testlint-formatarchdo-not+185/1003 days ago
Diff against .cursor/rules/architecture.mdc Diff against .cursor/rules/api-standards.mdc Diff against .cursor/rules/backwards-compatibility.mdc Diff against .cursor/rules/compozy-agent-config.mdc Diff against .cursor/rules/compozy-examples.mdc Diff against .cursor/rules/compozy-project-config.mdc Diff against .cursor/rules/cursor_rules.mdc Diff against .cursor/rules/compozy-shared-patterns.mdc Diff against .cursor/rules/compozy-task-patterns.mdc Diff against .cursor/rules/core-libraries.mdc Diff against .cursor/rules/critical-validation.mdc Diff against .cursor/rules/go-coding-standards.mdc Diff against .cursor/rules/go-patterns.mdc Diff against .cursor/rules/no_linebreaks.mdc Diff against .cursor/rules/prd-create.mdc Diff against .cursor/rules/prd-tech-spec.mdc Diff against .cursor/rules/quality-security.mdc Diff against .cursor/rules/section_comments.mdc Diff against .cursor/rules/task-developing.mdc Diff against .cursor/rules/task-generate-list.mdc

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126Cursor rulesgobun+5setupbuildtestlint-format+6100/1003 days ago
TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45Cursor rulestypescriptpytest+15testlint-formatstylearch+5100/1003 days ago
markstev/mark-starter.cursor/rules/frontend.mdc · 0Cursor rulestypescriptturborepo+14setuptestlint-formatstyle+699/1003 days ago
Allymahmoud/case-intake-platform.cursor/rules/frontend.mdc · 0Cursor rulestypescriptturborepo+13setuptestlint-formatstyle+799/1003 days ago
dodgecfr/combatfilms-webapp.cursor/rules/frontend.mdc · 0Cursor rulestypescriptturborepo+15setuptestlint-formatstyle+799/1003 days ago
deifos/clipmira-subtitles.cursor/rules/frontend.mdc · 1Cursor rulestypescriptnextjs+5setuptestlint-formatstyle+799/1003 days ago
langflow-ai/langflow.cursor/rules/docs_development.mdc · 153kCursor rulespythonnode+16setupbuildtestlint-format+797/1003 days ago
TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45Cursor rulestypescriptpytest+15teststyletesting-strategysecurity+397/1003 days ago
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack