Agent skill · Backend & API

review-automation-orchestrator

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.

TencentCloudBasegithub.com/TencentCloudBaseGitHub ↗
claude-codecursorMIT
Install
npx skills add TencentCloudBase/CloudBase-AI-Toolkit --skill review-automation-orchestrator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/review-automation-orchestrator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,066
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Review Automation Orchestrator Coordinate recurring repository review work without turning one skill into every reviewer at once. ## When to use this skill Use this skill when you need to: - Run a periodic repository review across several quality dimensions - Decide which specialized review skill should own each finding type - Aggregate review results into one report with clear escalation - Convert high-confidence, low-risk findings into corrective PRs when feasible - Configure or run a scheduled review cycle without duplicating the underlying reviewer logic **Do NOT use for:** - Acting as the primary reviewer for API contracts, docs, or code quality by itself - Replacing the existing CloudBase skill review flow under `skill-authoring` - Fixing a single known issue without a broader review cycle - Merging PRs or making final release decisions ## Workflow ### Phase 1 — Define the run 1. Clarify whether the run is one-time or periodic. 2. Define the review surfaces and target outputs: - report only - issue + report - fix + PR 3. Read `references/escalation-matrix.md` before dispatching work. ### Phase 2 — Dispatch to the right reviewer Route by finding type, not by convenience: - C

What's inside
Steps it walks through
  1. When to use this skill
  2. Workflow
  3. Phase 1 — Define the run
  4. Phase 2 — Dispatch to the right reviewer
  5. Phase 3 — Normalize findings
  6. Phase 4 — Escalate
  7. Phase 5 — Scheduling discipline
  8. Routing
  9. Evaluation prompts
  10. Should-trigger
  11. Should-not-trigger
  12. Minimum self-check
Ships with 1 file
  • references/escalation-matrix.md
More from CloudBase-AI-Toolkit
All skills →
About this skill
What does the review-automation-orchestrator skill do?

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.

How do I install it?

Run `npx skills add TencentCloudBase/CloudBase-AI-Toolkit --skill review-automation-orchestrator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From TencentCloudBase/CloudBase-AI-Toolkit, a repository with 1,066 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going