bytencentcloudbase· 120 skills
Code review and validation for CloudBase projects. After writing code for Web / miniprogram / CloudRun / cloud-function projects, call this skill to check for known pitfalls — auth guard misuse, missing database tables, RLS misconfiguration, storage domain setup, and SDK API misuse. Supports automated lint scripts (regex-based) + LLM semantic review.
$npx -y skills add tencentcloudbase/cloudbase-mcp --skill cloudbase-code-reviewInstalls into the current project.
Run `npx skills use "https://github.com/tencentcloudbase/cloudbase-mcp" --skill "tencentcloudbase/cloudbase-mcp/cloudbase-code-review"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/tencentcloudbase/cloudbase-mcp" that are relevant to the current task. Run `npx skills add "https://github.com/tencentcloudbase/cloudbase-mcp"` and select the relevant skills, then follow their instructions.