quality-orchestrator

Coordinate autonomous code quality improvement by dispatching analyzers and routing findings to automated fixers.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/satish-krishna/sigil --skill quality-orchestrator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-orchestrator
Source: https://github.com/satish-krishna/sigil/tree/main/.claude/plugins/bob/skills/quality-orchestrator
Command: npx skills add https://github.com/satish-krishna/sigil --skill quality-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating autonomous code quality improvement by dispatching analyzers, aggregating findings, and routing them to automated fixers.

Core Features & Use Cases

  • Parallel analysis: dispatch three analyzers in parallel on the full repository and merge findings into a single backlog.
  • Backlog management: deduplicate, prioritize by severity, and store results with statuses for PRs and cooldowns.
  • Automated fixes: dispatch auto-fixers in sequence, create PRs, and update history with outcomes including cooldowns and retries.
  • Auditing and compliance: maintain a persistent state with history, backlog, and immutable audit trails.
  • Use Case: A weekly health check flags debt and triggers fixes before release.

Quick Start

Set up the orchestrator to run weekly quality analysis in parallel, then automatically fix top findings daily.

Frequently Asked Questions about quality-orchestrator

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

FAQPage Schema
How do I automate code quality fixes and pull requests across my repository?

Automate code quality fixes by dispatching analyzers to scan your repository, routing findings to automated fixers, and creating pull requests. The orchestrator manages a prioritized backlog and maintains history for sequential execution.

What is autonomous code quality orchestration and how does it work?

Autonomous code quality orchestration coordinates parallel analyzers to merge findings into a backlog, then dispatches fixers sequentially. It maintains state persistence, cooldowns for failed fixes, and immutable audit trails for compliance.

How do I schedule weekly code analysis and daily automated fixes?

Schedule weekly code analysis by configuring the orchestrator to dispatch analyzers in parallel on your full repository. It then routes top prioritized findings to automated fixers daily, creating pull requests and updating history with outcomes.

Does automated code quality orchestration require external dependencies or components?

Automated code quality orchestration requires no external dependencies or components. It operates independently to dispatch analyzers, manage the backlog, execute fixes sequentially, and persist state in history and audit trails.

How does the orchestrator handle duplicate findings and failed fix attempts?

The orchestrator deduplicates findings and prioritizes them by severity in a backlog. Failed fix attempts trigger cooldowns and retries, with all outcomes recorded in persistent history to maintain a reliable audit trail.

Can I maintain an audit trail for automated code quality improvements?

You can maintain an audit trail by persisting state in history and backlog records. The orchestrator tracks all automated fixes, pull request statuses, cooldowns, and retries to ensure compliance and traceability.