Release Skill A thin, repo-aware release assistant. On first run it inspects the project and CI to derive release rules, stores them in for future use, then walks you through a release using those rules. Usage - is optional. If omitted the skill will ask. Accepts , , , or an explicit semver like . - Add to force re-analysis of the repo even when a cached rule file exists. Execution Flow Step 0 — Load or Build Release Rules Check whether exists. If it does NOT exist (or was passed): Run the full repo analysis below and write the file. If it DOES exist: Read the file. Then do a quick delta chec…