charts/ai-platform-engineering/data/skills/release-readiness-check/SKILL.md
Verify all prerequisites are met before a release by checking PRs, CI/CD status, environment health, and blocking issues across GitHub, ArgoCD, and Jira. Use before cutting a release, deploying to production, or during release planning.
npx skillsauth add cnoe-io/ai-platform-engineering release-readiness-checkInstall 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.
Orchestrate GitHub, ArgoCD, and Jira agents to perform a comprehensive pre-release verification covering code readiness, environment health, and issue resolution.
Compile all checks into a Go/No-Go decision with clear justification.
```markdown
Release: v2.4.0 Verdict: GO / NO-GO / CONDITIONAL
| Category | Check | Status | Details | |----------|-------|--------|---------| | Code | All PRs merged | PASS | 0 open PRs | | Code | CI checks passing | PASS | All 12 checks green | | Env | Staging healthy | PASS | All 15 apps synced | | Issues | No release blockers | FAIL | 1 blocker open | ```
testing
Compare A2A streaming behaviour across supervisor versions. Captures SSE events, analyzes metadata flags (is_narration, is_final_answer), and produces side-by-side comparison reports.
testing
Generate a comprehensive sprint progress report from Jira with velocity metrics, burndown analysis, blocker identification, and team workload distribution. Use when preparing sprint reviews, standups, or tracking sprint health mid-cycle.
development
Scan GitHub repositories for security vulnerabilities including Dependabot alerts, code scanning results, and secret scanning findings. Use when auditing repository security, preparing compliance reports, or triaging vulnerability alerts.
development
Perform a comprehensive code review of a specific GitHub Pull Request. Analyzes code changes, checks for bugs, security issues, test coverage, and coding standards compliance. Use when a user provides a PR URL or asks to review a specific pull request.