원클릭으로
awf-release-integrator
Upgrade gh-aw to latest gh-aw-firewall release and identify follow-up spec tasks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Upgrade gh-aw to latest gh-aw-firewall release and identify follow-up spec tasks.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Conversational skill that interviews users to design new agentic workflows
Route gh-aw workflow design/create/debug/upgrade requests to the right prompts.
Analyze and reduce token consumption in agentic workflows — guardrail-specific entry points, measurement, and optimization techniques.
Implement secret-safe HTTP headers for MCP transport in gh-aw.
Review code that performs git or gh operations against repository checkouts in gh-aw, checking that the right credentials are available at the right time and that sparseness, shallowness and credential-free factors are properly considered.
Teach Copilot how to plan, address, and respond to pull request review feedback.
| name | awf-release-integrator |
| description | Upgrade gh-aw to latest gh-aw-firewall release and identify follow-up spec tasks. |
Use this skill when updating github/gh-aw to a newer github/gh-aw-firewall release.
Land the version bump cleanly, rebuild the generated artifacts, and review upstream release/spec changes for any follow-up work that should accompany the bump.
Consult these sources before editing anything:
github/gh-aw-firewall release metadata and body.pkg/constants/version_constants.go.specs/awf-config-sources-spec.md.pkg/workflow/schemas/awf-config.schema.json.pkg/workflow/awf_config.gopkg/workflow/awf_helpers.gopkg/workflow/For upstream spec review, compare these files from the target github/gh-aw-firewall release or tag:
docs/awf-config-spec.mddocs/awf-config.schema.jsonsrc/awf-config-schema.jsonawf-config.schema.jsonpkg/constants/version_constants.go and record:
DefaultFirewallVersionAWF*MinVersion constantgithub/gh-aw-firewall release.DefaultFirewallVersion, report that no version bump is needed and only continue with spec/release-note review if explicitly requested.DefaultFirewallVersionAWF*MinVersion constants that must move because the new release introduces or changes gated flags/featurespkg/workflow/schemas/awf-config.schema.jsonspecs/awf-config-sources-spec.mdAfter editing, run the full AWF rebuild flow exactly in this order. The second
make recompile is required to refresh image SHA pins resolved during the first pass.
make build
make recompile
make recompile
Then run focused validation for any touched Go code or schema logic, especially AWF-related tests.
Summarize:
When deciding whether more than a version bump is needed, specifically check for:
AWF*MinVersion gatesspecs/awf-config-sources-spec.md