agentsclimarketplace

Review

Skill azadmotala/claude-code-team-builder/examples/saas-dashboard/.claude/skills/review

A claude code skill that generates a complete AI development team — agents, skills, routing rules, and project context — for any software project.

Install
npx -y skills add azadmotala/claude-code-team-builder --skill review

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Code review for TenantFlow. Checks security, correctness, and quality. Focuses on tenant isolation, Stripe webhooks, and Clerk auth.

SKILL.md

1.1 KB, as published. Nobody here has run it

Code Review

Reviews staged/recent changes in TenantFlow for security, correctness, and quality.

Workflow

  1. Identify what changedgit diff --stat to see scope
  2. Security pass — check for: tenant data leaks (missing tenantId filters), exposed secrets, auth bypass, IDOR, Stripe webhook signature skipping
  3. Correctness pass — does the logic match the intent? edge cases handled? subscription tier gates enforced?
  4. Quality pass — readability, test coverage, adherence to CLAUDE.md conventions
  5. Report — categorize findings as: 🔴 Must fix, 🟡 Should fix, 🟢 Suggestion
  6. Summary — overall assessment: ready to merge / needs work

Project specifics

  • High-risk areas: tenant isolation in every DB query, Stripe webhook signature verification, Clerk organization scoping, invoice state transitions
  • Conventions: shadcn/ui over custom components, tenantId on all queries, no direct DB modifications outside Prisma

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.