OpenShift z-stream release workflow and orchestration expert. Use when discussing release tasks, build promotion, test analysis, advisory workflows, or any aspect of the Konflux/Errata release pipeline. Provides context on task sequencing, checkpoints, and MCP execution for releases 4.12-4.20.
Expert knowledge of OpenShift z-stream release orchestration workflow (Konflux/Errata flow).
This skill provides comprehensive understanding of the release pipeline for OpenShift z-stream releases (4.12-4.20), including task sequencing, checkpoints, build lifecycle, and MCP execution patterns.
This skill is automatically invoked when:
Before (without skill):
Each slash command references KONFLUX_RELEASE_FLOW.md separately
Updates require changing multiple commands
Workflow knowledge siloed to specific commands
After (with skill):
All commands automatically access workflow knowledge
Single source of truth for workflow understanding
Consistent answers across all team interactions
Example:
User: "Why is the build test failing?"
Without skill:
"Check the test logs for errors."
With release-workflow skill:
"This appears to be the promoted build test (analyze-promoted-build task).
The build is at the gate check phase - this is a critical checkpoint.
Failure here blocks final approval. Let me analyze if this is waivable..."
Works seamlessly with other skills:
release-workflow + openshift-expert:
"Stage-testing is in the post-promotion async phase (release-workflow).
The failure is due to CatalogSource operator issues (openshift-expert).
This is likely a product bug requiring OCPBUGS ticket."
User asks: "Where are we in the X.Y.Z release?" (example: "Where are we in the 4.20.1 release?")
Skill provides:
User asks: "Why can't image-consistency-check start?"
Skill explains:
User asks: "Is this test failure from candidate or promoted build?"
Skill determines:
Commands leveraging this skill:
/release:drive - Main orchestration/ci:analyze-build-test-results - Understands build context/ci:analyze-prow-failures - Knows if analyzing candidate vs promoted testsSequential pipeline with parallel async tracks
11+ tasks from create-test-report to change-advisory-status
Critical checkpoints: build promotion, test aggregation, gate check
Candidate Build (nightly) → ART Selection → Promoted Build (z-stream)
Tests on candidate: Pre-completed, analysis immediate
Tests on promoted: Post-promotion, must wait for aggregation
3 parallel tasks after build promotion:
- push-to-cdn-staging (starts early)
- image-consistency-check (post-promotion)
- stage-testing (post-promotion)
Final sync point: All must complete before approval
Promoted build test analysis must pass
All async tasks must complete successfully
Blocks final approval if either fails
/release:drive:
/ci:analyze-build-test-results:
/ci:analyze-prow-failures:
openshift-expert skill:
Example:
Question: "Why is authentication operator degraded in stage-testing?"
release-workflow: "Stage-testing is a critical async task that runs after
build promotion. Failure here blocks final approval."
openshift-expert: "Authentication operator degradation is likely due to
OAuth server deployment issues. Check oauth pods..."
Combined: "This is a blocking issue in the post-promotion phase. The
authentication operator degradation needs immediate attention
as stage-testing must pass for release approval."
Primary Reference: docs/KONFLUX_RELEASE_FLOW.md
The skill distills this 1500+ line specification into:
When docs/KONFLUX_RELEASE_FLOW.md is updated:
Check if skill is loaded:
# In Claude Code
"What skills are available?"
# Should list: release-workflow
Test the skill:
"What tasks run after build promotion?"
"Explain the gate check logic"
"When should I run change-advisory-status?"
Expected: Detailed, workflow-aware responses with task context.
✅ Single source of truth - One skill, all commands ✅ Consistent workflow understanding - Same answers across team ✅ Context-aware analysis - Knows release phase impact ✅ No duplicate documentation - Reference once, use everywhere ✅ Easy updates - Update skill, all commands benefit ✅ Automatic invocation - No manual skill calling ✅ Integration ready - Works with other skills seamlessly
This skill makes release workflow knowledge universally accessible across all commands and team conversations.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer