From ai-maestro-orchestrator-agent
Applies GitHub label taxonomy for AI Maestro orchestration. Enforces cardinality rules for categories like status, priority, and type via CLI commands.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ai-maestro-orchestrator-agent:amoa-label-taxonomyamoa-mainThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
GitHub label taxonomy for AI Maestro orchestration. Format: `<category>:<value>` with cardinality rules.
SKILL.md.bakreferences/cli-commands.mdreferences/error-handling-and-output.mdreferences/examples.mdreferences/label-categories-detailed.mdreferences/op-create-label.mdreferences/op-lifecycle-assignment-labels.mdreferences/op-lifecycle-completion-labels.mdreferences/op-lifecycle-initial-labels.mdreferences/op-lifecycle-triage-labels.mdreferences/op-query-labels.mdreferences/op-update-label.mdreferences/op-validate-label-cardinality.mdreferences/usage-rules.mdGitHub label taxonomy for AI Maestro orchestration. Format: <category>:<value> with cardinality rules.
GitHub CLI (gh) configured; AGENT_OPERATIONS.md for context.
assign:*, status:*)gh issue edit and verifystatus:*, priority:*, type:*Copy this checklist and track your progress:
gh CLICategories: assign:(0-1) status:(1) priority:(1) type:(1) component:(1+) effort:(1) platform:(0+) toolchain:(0+) review:(0-1). Details: label-categories-detailed.md
Kanban: backlog→todo→in-progress→ai-review→human-review→merge-release→done (+blocked). CLI ref: cli-commands.md
Confirmations, query tables, validation reports. See: references/error-handling-and-output.md
Input: gh issue edit 42 --remove-label "assign:implementer-1" --add-label "assign:implementer-2"
Output: Updated issue #42
See: references/error-handling-and-output.md
npx claudepluginhub emasoft/ai-maestro-orchestrator-agentManages GitHub labels on PRs and issues using gh CLI: lists available labels, adds/removes labels, creates new labels with colors and descriptions.
Triage GitHub issues through a configurable label-based state machine. Moves issues between workflow states like triage_pending, awaiting_info, ready_for_agent, and ready_for_human.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.