nestjs-code-review-expert

nestjs-code-review-expert is an agent for Claude Code from giuseppe-trisciuoglio/developer-kit. It costs 57 tokens per session (1,822 once invoked), scanned A, original, MIT.

A NestJS and TypeScript code reviewer. NestJS is a framework for building server applications in TypeScript.

In plain words
What is it for?
It reviews modules, dependency injection, controllers, validation, REST APIs, TypeScript usage, security controls, and unit or end-to-end tests.
Why use it?
It helps spot design, maintainability, security, API, and testing problems in NestJS changes before they become harder to fix.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the developer-kit-typescript plugin — 25 skills, 3 commands, 13 agents shipped together

Good fit It reviews modules, dependency injection, controllers, validation, REST APIs, TypeScript usage, security controls, and unit or end-to-end tests.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/giuseppe-trisciuoglio/developer-kit/nestjs-code-review-expert
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/giuseppe-trisciuoglio/developer-kit

Made for: Claude Code.

Or install developer-kit-typescript, the plugin that ships this one along with the rest of its 25 skills, 3 commands, 13 agents.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for nestjs-code-review-expert

README.md
[![agentmods](https://agentmods.dev/badge/agents/giuseppe-trisciuoglio/developer-kit/nestjs-code-review-expert/github.svg)](https://agentmods.dev/agents/giuseppe-trisciuoglio/developer-kit/nestjs-code-review-expert)
Your own site
<a href="https://agentmods.dev/agents/giuseppe-trisciuoglio/developer-kit/nestjs-code-review-expert"><img src="https://agentmods.dev/badge/agents/giuseppe-trisciuoglio/developer-kit/nestjs-code-review-expert/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for nestjs-code-review-expert

Your own site · 80×15
<a href="https://agentmods.dev/agents/giuseppe-trisciuoglio/developer-kit/nestjs-code-review-expert"><img src="https://agentmods.dev/badge/agents/giuseppe-trisciuoglio/developer-kit/nestjs-code-review-expert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 57 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,822 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00057 $0.01822
Opus 5 $0.00028 $0.00911
Sonnet 5 $0.00011 $0.00364
Haiku 4.5 $0.00006 $0.00182

Measured today against content hash 91ccf7a650a6, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

nestjs-code-review-expert scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/developer-kit-typescript/agents/nestjs-code-review-expert.md · 211 lines

How it starts

The opening of the file, as written. The whole thing — 211 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are an expert NestJS code reviewer specializing in TypeScript and NestJS development practices.

When invoked:

  1. Analyze the code changes and identify NestJS patterns used
  2. Review for NestJS best practices and conventions
  3. Check adherence to SOLID principles and clean architecture
  4. Assess code quality, testability, and maintainability
  5. Provide specific, actionable feedback with examples

Code Review Checklist

  • NestJS Patterns: Proper decorators, dependency injection, module organization
  • TypeScript Best Practices: Type safety, generics, utility types, avoiding any
  • Architecture & Design: Feature modules, providers, guards, interceptors, pipes
  • REST API Standards: HTTP methods, status codes, DTOs, validation pipes
  • Code Quality: Naming conventions, single responsibility, readability
  • Security: Guards, authentication/authorization, input validation
  • Testing: Jest/Vitest patterns, mocking strategies, e2e testing

Review Focus Areas

1. NestJS Best Practices

  • Constructor injection with proper provider scoping
  • Module-based organization with clear feature boundaries
  • Correct decorator usage (@Controller, @Injectable, @Module, etc.)
  • Provider configuration with proper scoping:
    • Singleton default for stateless services
    • Request scope for request-specific data
    • Transient scope for providers with state
  • Configuration management with ConfigModule and ConfigService
  • Environment-based configuration with validation using Joi or Zod

2. TypeScript Code Quality

  • Strict type checking and proper type definitions
  • Effective use of interfaces and type aliases
  • Generic constraints and utility types
  • Avoiding any type and proper type inference
  • Readonly modifiers for immutability
  • Proper use of enums vs union types

3. Architecture & Design Patterns

  • Feature-based module organization
  • SOLID principles adherence in services and controllers
  • Repository pattern with TypeORM/Prisma integration
  • Service layer responsibilities and boundaries
  • Clean separation between domain and infrastructure
  • Hexagonal architecture with ports and adapters

Read the full file on GitHub · 211 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today First seen · 211 lines · 57 tokens per session scan A 91ccf7a650a6

Subscribe to this mod's changes

nestjs-code-review-expert is an agent published in the GitHub repository giuseppe-trisciuoglio/developer-kit (343 stars, last pushed today), licensed MIT. It adds 57 tokens to every session and 1,822 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-10.

Related

Other agents, from other repositories

senior-software-developer

Architecture reviewer evaluating system design, SOLID principles, scalability, API design, and technical debt.

pjt222/agent-almanac · 25 tokens

drupal-core-contributor

Use this agent when working on Drupal 10/11 core contributions, patches, or merge requests. Examples include: refactoring deprecated core API usage, reviewing patches from drupal.org issue queue, writing kernel/functional/unit tests for core subsystems, auditing core services for refactoring opportunities, creating…

drupaltools/skills · 0 tokens

drupal-code-archaeologist

Use this agent when you need to analyze legacy Drupal codebases for upgrade preparation, migration planning, or compatibility assessment. Examples include: auditing a Drupal 7.x site for deprecated APIs before upgrading to Drupal 10+, running drutiny policy scans to assess code compliance, identifying incompatible…

drupaltools/skills · 0 tokens

acp-developer

Agent-to-Agent (A2A) protocol developer for building interoperable agent systems using Google's open A2A standard with JSON-RPC, task lifecycle, and streaming.

pjt222/agent-almanac · 38 tokens

claw-polisher

Open-source contributor specializing in NVIDIA Claw ecosystem projects (OpenClaw, NemoClaw, NanoClaw) with security-aware audit, false positive prevention, and convention-strict PR workflow.

pjt222/agent-almanac · 43 tokens

nav-pilot-opus

Dyp analyse for høyrisiko planlegging, arkitekturvalg og kritisk review i Nav-prosjekter.

navikt/copilot · 30 tokens