ai-model-nodejs
Use this skill for Node.js backend AI via @cloudbase/node-sdk (>=3.16.0) — cloud functions, CloudRun, Express/Koa/NestJS, serverless APIs, scheduled jobs, LLM…
Use when running or scheduling periodic repository review cycles that must dispatch the correct reviewer, aggregate findings, and escalate outcomes into reports, issues, or corrective PRs across API contracts, documentation freshness, code quality, and CloudBase skill quality.
$ npx -y skills add TencentCloudBase/CloudBase-AI-Toolkit --skill review-automation-orchestrator --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/review-automation-orchestratorContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when running or scheduling periodic repository review cycles that must dispatch the correct reviewer, aggregate findings, and escalate outcomes into reports, issues, or corrective PRs across API contracts, documentation freshness, code quality, and CloudBase skill quality.
name: review-automation-orchestrator description: Use when running or scheduling periodic repository review cycles that must dispatch the correct reviewer, aggregate findings, and escalate outcomes into reports, issues, or corrective PRs across API contracts, documentation freshness, code quality, and CloudBase skill quality. alwaysApply: false
Coordinate recurring repository review work without turning one skill into every reviewer at once.
Use this skill when you need to:
**Do NOT use for:**
1. Clarify whether the run is one-time or periodic. 2. Define the review surfaces and target outputs:
3. Read `references/escalation-matrix.md` before dispatching work.
Route by finding type, not by convenience:
Do not create a redundant top-level CloudBase skill reviewer when the existing `skill-authoring` flow already covers it.
1. Deduplicate overlaps between reviewers. 2. Normalize each finding with:
3. Keep reports readable: separate API, docs, code, and skill findings.
1. Use `report only` for lower-confidence or lower-impact findings. 2. Use `issue + report` for confirmed but broader or riskier problems. 3. Use `fix + PR` when the finding is confirmed, mechanically fixable, and small enough for a focused review. 4. Prefer concrete PRs over issue-only churn when the path is already clear and low-risk.
1. If the user asks for recurrence, create automation that runs the review cycle and stores the task prompt separately from schedule details. 2. Keep the scheduled prompt short and routing-focused. 3. Do not duplicate reviewer checklists inside the automation definition.
| Task | Read | | --- | --- | | Decide escalation from severity and confidence | `references/escalation-matrix.md` | | Review CloudBase API contract correctness | `api-contract-review` | | Review doc and README drift | `doc-freshness-review` | | Run broad repository code review | `codebase-audit` | | Repair existing PRs after review | `pr-review-fix` | | Review CloudBase source skills | `skill-authoring` |
1. Run a weekly repository review that checks CloudBase API contracts, docs freshness, and skill quality, then decide what should become PRs. 2. Help me set up a periodic review flow that routes findings to the right reviewer and escalates only the high-confidence fixes. 3. Aggregate findings from code, docs, and CloudBase skill review into one actionable maintenance report.
1. Review this one MCP tool for parameter casing errors. 2. Audit `doc/` for stale links and missing files. 3. Rewrite a CloudBase source skill description to improve its trigger wording.
AI writes the code. CloudBase runs the backend. The CloudBase integration layer for AI coding tools: Plugin installs the stack, Skills steer how code is written, MCP operates databases, functions, storage, and deploys from chat.
Repo: TencentCloudBase/CloudBase-AI-Toolkit
Use this skill for Node.js backend AI via @cloudbase/node-sdk (>=3.16.0) — cloud functions, CloudRun, Express/Koa/NestJS, serverless APIs, scheduled jobs, LLM…
Use this skill when a browser/Web app (React, Vue, Next, Nuxt, static sites, SPAs, dashboards, AI chat UI, 页面, 前端, 网页) needs AI models via @cloudbase/js-sdk.…
Use this skill for WeChat Mini Program AI via wx.cloud.extend.AI (小程序, wx.cloud apps). Covers generateText and streamText with callbacks (onText, onEvent,…
CloudBase Node SDK auth guide for server-side identity, user lookup, and custom login tickets. This skill should be used when Node.js code must read caller…
CloudBase auth provider configuration and login-readiness guide. This skill should be used when users need to inspect, enable, disable, or configure auth…
CloudBase Web Authentication Quick Guide for frontend integration after auth-tool has already been checked. Provides concise and practical Web authentication…