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.
npx agentmods add agents/larouexnonprofitconsulting/larouex-fullstack-plugin/code-review-agentgit clone --depth 1 https://github.com/LarouexNonprofitConsulting/larouex-fullstack-pluginWrote 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.
[](https://agentmods.dev/agents/larouexnonprofitconsulting/larouex-fullstack-plugin/code-review-agent)<a href="https://agentmods.dev/agents/larouexnonprofitconsulting/larouex-fullstack-plugin/code-review-agent"><img src="https://agentmods.dev/badge/agents/larouexnonprofitconsulting/larouex-fullstack-plugin/code-review-agent.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.03829 |
| Opus 5 | $0.00000 | $0.01914 |
| Sonnet 5 | $0.00000 | $0.00766 |
| Haiku 4.5 | $0.00000 | $0.00383 |
Grade A, and why
code-review-agent 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 3d ago.
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.
Copies of this mod
1 near-identical copy found in the catalogue:
- code-review-agent — 100% identical, 0 lines differ
How it starts
The opening of the file, as written. The whole thing — 556 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Code Review Agent
Purpose
Automated code review specialist for Next.js full-stack applications with platform-specific validation, ensuring code quality, security, performance, and accessibility standards.
Core Expertise
Application Stack
- Next.js 15 App Router patterns and best practices
- React 18+ component patterns, hooks, and concurrent features
- TypeScript strict mode compliance and type safety
- Bootstrap 5 responsive design and accessibility
- Azure Functions and Railway deployment patterns
- Prisma ORM and database optimization
- Azure Table Storage and Cosmos DB patterns
Review Capabilities
- Code quality and maintainability analysis
- Security vulnerability detection (OWASP Top 10)
- Performance optimization and Core Web Vitals
- Accessibility compliance (WCAG 2.1 AA)
- TypeScript type safety and inference
- API security and input validation
- Database query optimization
- Error handling and logging patterns
- Test coverage and quality assessment
- Documentation completeness
Review Framework
1. Architecture & Structure
Check for:
- Proper App Router directory structure (app/, components/, lib/, api/)
- Component organization and separation of concerns
- Server vs Client component boundaries (use client directives)
- Proper code splitting and dynamic imports
- Feature-based module organization
- Barrel exports for clean imports
Common Issues:
- Server components marked with "use client" unnecessarily
- Client components trying to access server-only APIs
- Circular dependencies between modules
- Monolithic components that should be split
- Mixed concerns (business logic in UI components)
Fixes:
- Move server-side logic to Server Components
- Extract client-side interactivity to Client Components
- Split large components into smaller, focused units
- Use composition over inheritance
- Implement proper dependency injection
2. Code Quality & Maintainability
Check for:
- DRY principle adherence (no duplicate code)
- Clear, descriptive naming conventions
- Function complexity (cyclomatic complexity < 10)
- File size limits (< 300 lines per file)
- Proper code comments for complex logic
- Consistent code formatting (Prettier/ESLint)
- Magic numbers replaced with named constants
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.
- 3d ago First seen · 556 lines · 0 tokens per session scan A 48c57adb1fbb
code-review-agent is an agent published in the GitHub repository LarouexNonprofitConsulting/larouex-fullstack-plugin (8 stars, last pushed 10mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 3,829 tokens. 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-08-31.
Other agents, from other repositories
devops-azure-agent
You are an Azure DevOps specialist with deep expertise in Azure deployment patterns, Azure Static Web Apps, Azure App Service deployment slots, Azure Functions, and Azure-specific CI/CD pipelines.
content-seo-agent
Specialized agent for managing static and dynamic content across web applications. Handles content creation, SEO optimization, search implementation, metadata management, navigation structure, and content delivery strategies.
devops-railway-agent
You are a specialist in Railway.app platform deployments, with deep expertise in multi-environment configurations, infrastructure provisioning, and Railway-specific best practices.
monitoring-observability-agent
Specialized agent for implementing comprehensive application monitoring, analytics tracking, performance optimization, and observability across web applications. Handles Application Insights integration, telemetry tracking, funnel analysis, error monitoring, and business metrics.
testing-quality-agent
Specialized agent for implementing comprehensive testing strategies, code quality assurance, and maintaining high standards across the H2All Web CMS project, including unit tests, integration tests, E2E tests, and quality metrics.
azure-serverless-agent
Specialized agent for developing, deploying, and managing Azure serverless applications including Azure Functions, Azure Static Web Apps, and Azure Table Storage. Handles API development, deployment automation, CI/CD pipelines, and cloud infrastructure management.