fluid-release
Installation
SKILL.md
Fluid Framework Client Release
Release workflow for the client release group. Supports two modes: interactive (default) and autonomous.
Environment Detection
Check the CI environment variable at the start of every session:
CI=true: Running in a GitHub Actions workflow. Use onlyorigin(noupstream). Use CI-safe commands (see CI-safe alternatives). Never prompt for input. Log blockers and phase completions to workflow output for human review.CIunset or false: Running locally. Useupstream/origindetection as described in Key Context.
Mode Selection
At the start of every release session, ask the user:
Would you like to run in interactive or autonomous mode?
In CI (CI=true), always use autonomous mode — do not prompt.