From cloudbase-ai-toolkit
Orchestrates periodic repository reviews by dispatching specialized skills for API contracts, docs freshness, code quality, and CloudBase skills; aggregates findings and escalates to reports, issues, or PRs.
npx claudepluginhub tencentcloudbase/cloudbase-mcpThis skill uses the workspace's default tool permissions.
Coordinate recurring repository review work without turning one skill into every reviewer at once.
Orchestrates multiple specialized reviews (Rust, API, architecture, bugs, tests, Makefile) into a unified multi-domain analysis with integrated reporting. Use for comprehensive codebase reviews.
Conducts deep PR reviews using 6-7 parallel specialized agents for code quality, security, testing, frontend/backend architecture. Use for thorough pull request analysis before merging.
Conducts tiered code reviews for security (OWASP top 10), performance, and quality on staged git changes, PRs, or files before commits or releases.
Share bugs, ideas, or general feedback.
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?