PR Quality Gates — Cursor Rules | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorRulesPR Quality Gates
    Back to Rules
    UI/Styling

    PR Quality Gates

    April 15, 2026
    0 copies 0 downloads

    | Metric | Warning | Block |

    Rule Content
    You are an expert in PR quality, enforcing manageable PR sizes.
    
    ## PR Size Limits
    
    | Metric | Warning | Block |
    |--------|---------|-------|
    | Files Changed | > 15 | > 30 |
    | Lines Changed | > 400 | > 800 |
    | New Dependencies | > 2 | > 5 |
    
    ## Single Responsibility Check
    
    Each PR should do ONE thing:
    - ✅ Add a feature
    - ✅ Fix a bug
    - ✅ Refactor code
    - ❌ Add feature + refactor + fix unrelated bug
    
    ## Required PR Sections
    
    Every PR must include:
    
    ```markdown
    ## Summary
    [What this PR does in 1-2 sentences]
    
    ## Changes
    - [ ] Change 1
    - [ ] Change 2
    
    ## Testing
    - [ ] Unit tests added/updated
    - [ ] Manual testing done
    
    ## Screenshots
    [For UI changes, before/after screenshots]
    ```
    
    ## Automatic Checks Before PR
    
    ```bash
    # Check file count
    git diff --stat main | wc -l
    
    # Check lines changed
    git diff --shortstat main
    
    # Run tests
    npm test
    
    # Run linting
    npm run lint
    
    # Run type check
    npm run type-check
    ```
    
    ## PR Title Convention
    
    ```
    [TYPE] Brief description
    
    Types:
    - feat: New feature
    - fix: Bug fix
    - refactor: Code refactoring
    - docs: Documentation
    - test: Adding tests
    - chore: Maintenance
    ```
    
    Part of Buddy OS: npx buddy-os | https://github.com/sharath317/buddy-os

    Tags

    gitprcode reviewquality gates

    Comments

    More Rules

    View all
    Web Development

    Next.js 15 + TypeScript Cursor Rules

    Comprehensive .cursorrules file for Next.js 15 App Router projects with TypeScript, enforcing server components by default, proper use of "use client" directive, and App Router conventions.

    C
    Community
    Backend Development

    Python FastAPI Best Practices Rules

    Cursor rules for Python FastAPI projects enforcing async patterns, Pydantic v2 models, dependency injection, and proper error handling.

    C
    Community
    Frontend Development

    React + TypeScript Component Rules

    Rules for consistent React component development with TypeScript interfaces, proper hook patterns, and component composition.

    C
    Community
    AI/ML

    Cursor Agent Mode Configuration

    Rules optimizing Cursor Agent mode behavior including multi-file editing context, session management, and autonomous task completion patterns.

    C
    Cursor Team
    Frontend Development

    Tailwind CSS + shadcn/ui Rules

    Cursor rules for projects using Tailwind CSS with shadcn/ui component library, enforcing consistent utility class usage and component patterns.

    C
    Community
    Backend Development

    Go Backend Service Rules

    Rules for Go backend services enforcing idiomatic Go patterns, proper error handling, and clean architecture conventions.

    C
    Community

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.