From cloudbase-ai-toolkit
Orchestrates periodic repository review cycles by dispatching findings to specialized reviewers, aggregating results, and escalating via reports, issues, or corrective PRs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cloudbase-ai-toolkit:review-automation-orchestratorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Coordinate recurring repository review work without turning one skill into every reviewer at once.
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:
skill-authoringreferences/escalation-matrix.md before dispatching work.Route by finding type, not by convenience:
api-contract-reviewdoc-freshness-reviewcodebase-auditpr-review-fixconfig/source/skills → skill-authoring, then load references/repo-skill-review.md and references/cloudbase-skill-review.mdDo not create a redundant top-level CloudBase skill reviewer when the existing skill-authoring flow already covers it.
report only for lower-confidence or lower-impact findings.issue + report for confirmed but broader or riskier problems.fix + PR when the finding is confirmed, mechanically fixable, and small enough for a focused review.| 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 |
doc/ for stale links and missing files.skill-authoring for CloudBase skill review instead of inventing a duplicate flow?npx claudepluginhub tencentcloudbase/cloudbase-mcpOrchestrates multiple specialized reviews (Rust, API, architecture, bugs, tests, Makefile) into a unified multi-domain analysis with integrated reporting. Use for comprehensive codebase reviews.
Orchestrates an autonomous comprehensive review pipeline across health, architecture, security, performance, accessibility, tests, and release-readiness. Supports optional ticket creation for backlog or audit.
Configures cloud-hosted Claude Code routines triggered by schedule, GitHub events, or API for PR review, codebase health, issue triage, and docs drift detection.