cloudbase-code-review

Review CloudBase projects for auth guard, RLS, storage, and SDK API issues.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/mbpz/poetry-atlas-mp --skill cloudbase-code-review-mbpz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cloudbase-code-review
Source: https://github.com/mbpz/poetry-atlas-mp/tree/main/.agents/skills/cloudbase/references/cloudbase-code-review
Command: npx skills add https://github.com/mbpz/poetry-atlas-mp --skill cloudbase-code-review-mbpz

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures the security and integrity of CloudBase projects by providing AI-driven code review and validation.

Core Features & Use Cases

  • Code Review: Detects common mistakes and vulnerabilities in CloudBase projects.
  • Validation: Checks for auth guard misuse, missing database tables, RLS misconfiguration, storage domain setup, and SDK API misuse.
  • Use Case: After implementing CloudBase features, use this skill to check for common mistakes before the grader does.

Quick Start

Run the cloudbase-code-review skill on your CloudBase project.

Frequently Asked Questions about cloudbase-code-review

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

FAQPage Schema
How do I check my CloudBase project for auth guard and RLS misconfiguration?

To check your CloudBase project for auth guard and RLS misconfiguration, run an AI validation skill that detects security pitfalls and missing database tables. It performs automated lint scripts and LLM semantic review to catch common mistakes.

What is the best way to review CloudBase code for SDK API misuse?

The best way to review CloudBase code for SDK API misuse is using an AI-driven code review tool. It validates your implementation by scanning for common pitfalls, auth guard errors, and incorrect storage domain setup before grading.

Does CloudBase code review automatically detect missing database tables?

Yes, CloudBase code review automatically detects missing database tables. The validation process checks for this alongside auth guard misuse, RLS misconfiguration, and storage domain setup issues using automated lint scripts.

Why does my CloudBase storage domain setup fail validation?

Your CloudBase storage domain setup fails validation when configuration errors or SDK API misuse are present. Running an LLM semantic review and lint scripts identifies these exact misconfigurations and common pitfalls in your project.

Can I use automated lint scripts for CloudBase security validation?

Yes, you can use automated lint scripts for CloudBase security validation. Combined with LLM semantic review, these scripts check for auth guard misuse, RLS misconfiguration, and missing database tables to ensure project integrity.

When do I need to run an AI code review on my CloudBase project?

You need to run an AI code review on your CloudBase project after implementing features to check for common mistakes before the grader does. This ensures security and integrity by catching vulnerabilities like SDK API misuse early.