review

Review staged TenantFlow changes for security, correctness, and quality issues.

Updated Apr 1, 2026
One-click install
npx skills add https://github.com/azadmotala/claude-code-team-builder --skill review-azadmotala
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/azadmotala/claude-code-team-builder/tree/main/examples/saas-dashboard/.claude/skills/review
Command: npx skills add https://github.com/azadmotala/claude-code-team-builder --skill review-azadmotala

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews staged/recent changes in TenantFlow to ensure security, correctness, and quality, preventing regressions and security gaps.

Core Features & Use Cases

  • Security pass checks tenant isolation, secret exposure, and authentication flow.
  • Correctness pass validates logic, edge cases, and consented behavior against requirements.
  • Quality pass assesses readability, tests, and alignment with project conventions.
  • Use Case: If a change touches authentication, review for proper tenant scoping and signature verification.

Quick Start

Analyze the latest staged changes in TenantFlow for security, correctness, and quality, and generate a prioritized report.

Frequently Asked Questions about review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review code changes for tenant isolation and Clerk authentication vulnerabilities?

Review code changes for tenant isolation and Clerk authentication by applying security passes that check access controls, proper tenant scoping, and signature verification. The skill produces structured findings with severity categories to prevent security gaps.

What does a security-focused code review check for in Stripe webhook handling?

A security-focused code review for Stripe webhook handling checks for proper signature verification and event validation. It ensures webhook endpoints correctly verify incoming requests to prevent unauthorized access and data exposure within the application.

How do I validate tenant isolation correctness in staged code changes?

Validate tenant isolation correctness in staged code changes by running a correctness pass that checks logic, edge cases, and consented behavior against requirements. This ensures proper data separation and prevents cross-tenant data leaks.

Can I use this review process to assess code quality and project conventions?

Yes, you can use this review process to assess code quality and project conventions. A dedicated quality pass evaluates readability, verifies test coverage, and checks alignment with established project conventions to prevent regressions.

What is the best way to generate a prioritized report for security and correctness issues?

The best way to generate a prioritized report for security and correctness issues is to analyze staged changes and categorize findings into must fix, should fix, or suggestion severity levels. This produces a concise summary for review.

When do I need a dedicated code review for authentication flow changes?

You need a dedicated code review for authentication flow changes when modifications touch Clerk authentication or tenant isolation boundaries. This ensures proper access control, signature verification, and prevents regressions in security-critical paths.