What problem does it solve? Releasing NCS firmware involves a fragile chain of git tagging, GitHub Actions CI, artifact naming, and release publishing where one misstep produces broken or missing .hex artifacts. This Skill provides a repeatable, verified release workflow with built-in failure recovery. ## Core Features & Use Cases - Release Tagging: Decide between version tags, patch bumps, rolling releases, and pre-releases, then create and push annotated git tags. - CI Monitoring & Debugging: Watch GitHub Actions runs with gh CLI, inspect failed step logs, and apply fixes from a table of common CI failures. - Release Publishing: Create or update GitHub Releases, upload .hex firmware artifacts, and manage stale assets. - Use Case: After finishing a feature on an nRF Connect SDK project, tag v1.2.0, watch the CI build, and publish the merged.hex artifact to a GitHub Release without manually juggling gh commands. ## Quick Start Ask Claude to tag a new release for your NCS app and watch the CI run until the firmware artifact is published to GitHub.