Open
Conversation
Adds patch-release/ directory as an ACP workflow wrapper that loads the patch-release skill from the internal stackrox/skills repo. The wrapper provides: - ambient.json with system prompt (phase model, state detection, decision frameworks, credential handling, error recovery) - /patch-release command that locates/clones the skills repo - CLAUDE.md documenting the architecture The actual procedures, reference data, and scripts live in stackrox/skills (internal) so they work from both ACP and local Claude Code. The workflow is stateless — it detects progress from external signals (git tags, milestones, Jira, Konflux, PRs) so any engineer can pick up a release at any point. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
patch-release/directory as a thin ACP workflow wrapperstackrox/skillsrepo at runtimestackrox/skills(PR: https://github.com/stackrox/skills/pull/5)Files
patch-release/.ambient/ambient.json— ACP workflow config with slim system promptpatch-release/.claude/commands/patch-release.md— Loader that clones skills repo and delegates to SKILL.mdpatch-release/CLAUDE.md— Architecture and testing docsCLAUDE.md— Updated to list both workflowsArchitecture
The
/patch-releasecommand locates or clones the skills repo, then follows the SKILL.md process. Works from both ACP and local Claude Code.Test plan
patch-release/patch-release 4.8.11clones skills repo and presents status🤖 Generated with Claude Code