skills/amia-github-integration/SKILL.md
Use when integrating GitHub Projects. Trigger with GitHub sync, label setup, or PR workflow requests. Loaded by ai-maestro-integrator-agent-main-agent.
npx skillsauth add emasoft/ai-maestro-integrator-agent amia-github-integrationInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Routes GitHub integration tasks to specialized skills (PRs, Projects V2, Kanban, worktrees, API, multi-user, batch).
gh auth status)gh auth status (CLI 2.14+ required).amia-github-pr-workflowamia-github-projects-syncamia-kanban-orchestrationamia-git-worktree-operationsgh issue list --label X --state open), then execute.gh issue view <N> or gh pr status.Copy this checklist and track your progress:
gh auth status confirms authentication| Operation | Output |
|-----------|--------|
| Routing | Name of specialized skill to invoke |
| Batch ops | Summary of affected items and changes applied |
| Automation scripts | JSON/Markdown reports via --output-file |
| Verification | gh CLI confirmation of current state |
Output discipline: All scripts support
--output-file <path>. Use it in automated workflows to minimize token consumption.
Non-zero exit codes on failure; check stderr and the detailed guide in Resources.
# Preview affected issues
gh issue list --label "bug" --state open --json number,title \
--jq '.[] | "\(.number): \(.title)"'
# Apply label
gh issue list --label "bug" --state open --json number \
--jq '.[].number' | xargs -I {} gh issue edit {} --add-label "priority:critical"
# Verify
gh issue view 15 --json labels --jq '.labels[].name'
Skill Version: 2.0.0 | Last Updated: 2026-02-05
Full reference: detailed-guide:
development
Use when enforcing TDD via RED-GREEN-REFACTOR. No production code without a failing test first. Trigger with /enforce-tdd. Loaded by ai-maestro-integrator-agent-main-agent.
data-ai
Use when resuming sessions. Trigger with session resumption. Loaded by ai-maestro-integrator-agent-main-agent.
devops
Software release management and coordination. Use when creating releases, bumping versions, or rolling back deployments. Trigger with release tasks or /amia-create-release. Loaded by ai-maestro-integrator-agent-main-agent.
testing
Use when enforcing quality gates. Trigger with /amia-enforce-gates. Loaded by ai-maestro-integrator-agent-main-agent.