Skip to content
Development
Command

/review-before-deploy

Execute comprehensive pre-deployment review using code-review-agent with all relevant platform agents. Run complete deployment readiness checklist: verify all tests pass (unit, integration, E2E), security audit clean (no Critical/High issues), performance benchmarks met

shell
$ npx -y skills add LarouexNonprofitConsulting/larouex-fullstack-plugin --agent claude-code

Ships with larouex-fullstack-builder. Installing the plugin gets this command.

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/review-before-deploy

Context preview

What this command does when you run it.

Execute comprehensive pre-deployment review using code-review-agent with all relevant platform agents. Run complete deployment readiness checklist: verify all tests pass (unit, integration, E2E), security audit clean (no Critical/High issues), performance benchmarks met

Command definition

review-before-deploy.md

Execute comprehensive pre-deployment review using code-review-agent with all relevant platform agents. Run complete deployment readiness checklist: verify all tests pass (unit, integration, E2E), security audit clean (no Critical/High issues), performance benchmarks met (Lighthouse > 90), TypeScript compilation successful, ESLint clean, accessibility compliance (WCAG 2.1 AA), documentation updated, environment variables configured, database migrations tested, rollback plan documented, monitoring configured (Application Insights or Railway logs), error tracking enabled, staging environment validated, and browser compatibility verified. Check platform-specific deployment requirements (Azure staticwebapp.config.json or Railway railway.toml/Dockerfile). Provide GO/NO-GO recommendation with justification. Output critical blockers that must be resolved before production deployment. Require manual confirmation to proceed.

Read it on GitHub โ†—
Ships withlarouex-fullstack-builder

A comprehensive Claude Code plugin with 81 commands and 12 specialized AI agents for building modern, full-stack web applications with Next.js 15, Azure, Railway, Bootstrap, and TypeScript.

Get the whole plugin, auto-invoked