skills/amia-release-management/SKILL.md
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.
npx skillsauth add emasoft/ai-maestro-integrator-agent amia-release-managementInstall 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.
Coordinates software releases: version bumping, changelog, tagging, CI/CD, and rollback.
gh) authenticated with release permissionsCopy this checklist and track your progress:
team-governance skill| Output Type | Format | Contents | |-------------|--------|----------| | Verification Report | Markdown | Pre-release checklist results, blocking issues | | Changelog | Markdown | Categorized changes since last release | | Release Notes | Markdown | User-facing summary, migration notes | | Version Bump | JSON | Old/new version, files modified | | Release Tag | Git tag | Annotated tag with version and notes | | Rollback Report | Markdown | Steps taken, verification of success |
Output discipline: All scripts support
--output-file <path>.
Script failures return non-zero exit codes with details on stderr.
python scripts/amia_release_verify.py --repo owner/repo --version 1.2.4
python scripts/amia_changelog_generate.py --repo owner/repo --from v1.2.3 --to HEAD
python scripts/amia_version_bump.py --repo owner/repo --type patch
python scripts/amia_create_release.py --repo owner/repo --version 1.2.4 --notes release_notes.md
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.
testing
Use when enforcing quality gates. Trigger with /amia-enforce-gates. Loaded by ai-maestro-integrator-agent-main-agent.
testing
Use when reviewing PRs in multilanguage repositories. Routes reviews to appropriate language checkers. Trigger with /review-multilang [PR_NUMBER]. Loaded by ai-maestro-integrator-agent-main-agent.