orchestration-qa

Validate workspace orchestration and control-plane configurations against governance rules.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/rakhnianskii9/God-Godot --skill orchestration-qa-rakhnianskii9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestration-qa
Source: https://github.com/rakhnianskii9/God-Godot/tree/main/.github/skills/orchestration-qa
Command: npx skills add https://github.com/rakhnianskii9/God-Godot --skill orchestration-qa-rakhnianskii9

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates workspace orchestration and control-plane configurations to ensure agents, skills, MCP, hooks, instructions, AGENTS registry, and related context artifacts are correctly wired and maintained, preventing silent misconfigurations.

Core Features & Use Cases

  • Validate agents, skills, MCP, hooks, instructions, AGENTS registry, .github/bin scripts, .github/context artifacts, and model-naming consistency across the workspace.
  • Detect structural breakage, stale paths, doctrine drift, and script/artifact mismatches in the orchestration layer.
  • Generate a structured QA report with severity scoring to guide remediation.

Quick Start

Run the orchestration-qa skill after changes to any orchestration-related files to verify end-to-end consistency.

Frequently Asked Questions about orchestration-qa

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

FAQPage Schema
How do I validate agent routing and skill references in a GitHub workspace?

Workspace orchestration validation checks agent routing and skill references across .github directories. It enforces governance rules, verifies metadata consistency, and detects structural breakage to prevent silent misconfigurations in your control-plane.

What is orchestration QA for control-plane configurations?

Orchestration QA validates workspace control-plane configurations across agents, skills, MCP, hooks, instructions, and context artifacts. It detects structural breakage, stale paths, and doctrine drift while generating a structured QA report with severity scoring to guide remediation.

How do I detect stale paths and doctrine drift in orchestration hooks?

To detect stale paths and doctrine drift in orchestration hooks, validate the .github/hooks and .github/context directories. The QA process identifies script and artifact mismatches, ensuring your orchestration layer maintains end-to-end consistency and correct agent routing.

Can I use orchestration validation for model naming and canonical path consistency?

Yes, you can use orchestration validation to enforce model naming and canonical path consistency. It checks configurations across .github/bin, .github/context, and related artifacts, verifying that all references align with documented governance rules and metadata standards.

When should I run workspace orchestration validation checks?

Run workspace orchestration validation checks after making changes to any orchestration-related files, including agents, skills, MCP, hooks, or instructions. This verifies end-to-end consistency and catches structural breakage or legacy trace cleanup issues before they cause silent failures.

What is the best way to clean up legacy traces in a GitHub agents registry?

The best way to clean up legacy traces in a GitHub agents registry is to run a comprehensive orchestration QA validation. It identifies stale paths, detects doctrine drift, and generates a severity-scored report to guide your remediation of the AGENTS registry and related artifacts.