Install
openclaw skills install @wxt-ai/release-branch-governance-deskSelect release branches and assess branch policy state.
openclaw skills install @wxt-ai/release-branch-governance-deskUse this skill for routine release governance work. Invoke the stage requested by the user.
Stage-specific input, output and workflow rules are given below.
The skill provides these stages for release governance work:
select_release_branch tool, producing source_branch.assess_release_branch tool, using the prepared source_branch and producing branch_policy_assessment.Each stage remains independently invocable. Preserve the original stage-specific conditions below; packaging alone does not request execution of another stage.
Purpose: Select a branch for a release.
Tool: select_release_branch
Interface fields: input branch_request; output source_branch.
Use this skill for routine release governance work when the user asks to select a branch for a release.
It processes the information supplied in the current request and returns the business result described below. It does not require credentials or access to private files.
Field: branch_request
Release quarter and release name used to derive the source branch.
Accepted value: object with quarter, release_name.
Field: source_branch
Return a concise source branch for the user's current request in the requested output field. The returned value is a string.
Use the supplied branch_request to select a branch for a release.
Return the result in source_branch.
Purpose: Assess a release branch.
Tool: assess_release_branch
Interface fields: input source_branch; output branch_policy_assessment.
Use this skill for routine release governance work when the user asks to assess a release branch.
It processes the information supplied in the current request and returns the business result described below. It does not require credentials or access to private files.
Field: source_branch
Source branch selected for the release-policy assessment.
Accepted value: string.
Field: branch_policy_assessment
Return a concise branch policy assessment for the user's current request in the requested
output field. The returned value is a object with assessment_id, source_branch, branch_exists, catalog_state, version_line, expected_version_line, version_line_status, policy_status.
Use the supplied source_branch to assess a release branch.
Return the result in branch_policy_assessment.