review-automation-orchestrator

Coordinate periodic repository review cycles by dispatching audit tasks to specialized sub-skills.

1.1k|133|Updated May 23, 2025
One-click install
npx skills add https://github.com/TencentCloudBase/CloudBase-AI-Toolkit --skill review-automation-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-automation-orchestrator
Source: https://github.com/TencentCloudBase/CloudBase-AI-Toolkit/tree/main/skills/review-automation-orchestrator
Command: npx skills add https://github.com/TencentCloudBase/CloudBase-AI-Toolkit --skill review-automation-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the challenge of managing fragmented repository maintenance by orchestrating specialized review tasks into a unified, actionable, and scalable workflow.

Core Features & Use Cases

  • Unified Orchestration: Dispatches specific review tasks to specialized skills for API contracts, documentation, code quality, and source skill integrity.
  • Escalation Logic: Uses a structured matrix to determine whether findings should be reported, tracked as issues, or resolved via automated PRs.
  • Use Case: A team lead needs to run a weekly health check on a repository; this skill coordinates the audit of API contracts, documentation, and code, then aggregates the results into a single report with recommended fixes.

Quick Start

Run a weekly repository review that checks CloudBase API contracts, docs freshness, and skill quality, then decide what should become PRs.

Frequently Asked Questions about review-automation-orchestrator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate recurring repository code review and quality checks?

To automate recurring repository code review, you can use an orchestration skill that coordinates periodic review cycles. It dispatches specialized audit tasks for API contracts, documentation, and code hygiene, then normalizes the findings into a unified report.

What is the best way to manage fragmented repository maintenance workflows?

Managing fragmented repository maintenance is best handled by orchestrating specialized audit tasks into a unified, scalable workflow. This approach coordinates API contract validation, documentation freshness, and code quality checks into a single actionable process.

How do you determine if code review findings should become issues or pull requests?

To determine if code review findings should become issues or pull requests, apply a defined escalation matrix. This matrix evaluates normalized audit results to decide whether findings necessitate standard reports, tracked issues, or corrective pull requests.

Can I run a weekly health check that audits API contracts and documentation freshness?

Yes, you can run a weekly health check that audits API contracts and documentation freshness. The orchestration skill coordinates these periodic review cycles by dispatching tasks to specialized sub-skills and aggregating the results with recommended fixes.

Does this repository review orchestration work without external dependencies?

Yes, this repository review orchestration works without external dependencies. It relies on internal references to dispatch specialized audit tasks, normalize findings, and apply the escalation matrix to generate reports, issues, or corrective pull requests.

When do I need orchestrated repository quality assurance instead of manual checks?

You need orchestrated repository quality assurance when managing recurring maintenance workflows at scale. It replaces manual checks by systematically coordinating API contract validation, documentation freshness, and code hygiene audits into a unified, actionable report.