nestjs-review-agent — Cursor Agents | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorAgentsnestjs-review-agent
    Back to Agents
    nestjs-review-agent

    nestjs-review-agent

    shouryaraj February 3, 2026
    1 copies 0 downloads

    AI-powered code review prompts for NestJS projects

    Agent Definition
    # NestJS Review Agent
    
    > šŸ” AI-powered code review prompts for NestJS/TypeScript projects
    
    [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
    [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com)
    
    A self-learning code review agent that works with **GitHub Copilot**, **Cursor**, and any LLM-powered IDE.
    
    ## ✨ Features
    
    - šŸ›”ļø **Security checks** - Injection, auth, secrets, input validation
    - šŸ› **Bug prevention** - Null safety, async/await, error handling
    - šŸ—ļø **Architecture rules** - NestJS patterns, DI, module boundaries
    - ✨ **Code quality** - Types, naming, immutability, no magic numbers
    - šŸ“š **Self-learning** - Remembers patterns it finds
    
    ## šŸš€ Quick Start
    
    ### GitHub Copilot (VS Code)
    
    1. Open Cursor Chat (`⌘+I` / `Ctrl+I`)
    2. Type:
    
    ```
    Review origin/main..origin/feature using path/to/REVIEW.md
    ```
    
    ### Cursor
    
    1. Open Composer (`⌘+I`) or Chat (`⌘+L`)
    2. Add `REVIEW.md` to context (drag or `@` mention)
    3. Type:
    
    ```
    Review origin/main..origin/feature
    ```
    
    ## šŸ“¦ Installation
    
    **Option A: Clone (recommended)**
    
    ```bash
    git clone https://github.com/shouryaraj/nestjs-review-agent .review-agent
    echo ".review-agent/" >> .git/info/exclude  # Keep out of git history
    ```
    
    **Option B: Copy just the prompt**
    
    ```bash
    curl -o REVIEW.md https://raw.githubusercontent.com/shouryaraj/nestjs-review-agent/main/REVIEW.md
    ```
    
    **Option C: Reference directly**
    
    ```
    Review HEAD using ~/path/to/nestjs-review-agent/REVIEW.md
    ```
    
    ## šŸ“ Files
    
    ```
    nestjs-review-agent/
    ā”œā”€ā”€ REVIEW.md              ← Main review prompt (use this!)
    ā”œā”€ā”€ learned-patterns.md    ← Agent learns here (auto-updated)
    ā”œā”€ā”€ rules/
    │   ā”œā”€ā”€ security.md        ← Security rules
    │   ā”œā”€ā”€ bugs.md            ← Bug prevention rules
    │   ā”œā”€ā”€ architecture.md    ← Architecture rules
    │   └── quality.md         ← Code quality rules
    └── examples/
        └── review-output.md   ← Example review output
    ```
    
    ## šŸ’» Usage Examples
    
    ```

    Tags

    ai-code-reviewcopilotcursorllmnestjsstatic-analysistypescript

    Comments

    More Agents

    View all
    documentation

    Documentation & Onboarding Agent

    Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.

    C
    Community
    debugging

    Cursor Bug Triage Agent

    Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.

    C
    Community
    api

    API Integration Agent

    Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.

    C
    Community
    coding

    Cursor Agent Mode

    Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.

    C
    Cursor Team
    cloud

    Cursor Background Agent

    Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.

    C
    Cursor Team
    composer

    Cursor Composer Agent

    Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.

    C
    Cursor Team

    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.