Publish and verify a new release of the App-Store-Connect-CLI repository. Use only when the user explicitly asks to release, tag, or publish a specific ASC CLI version, including the full GitHub release, artifact, Homebrew, WinGet, cleanup, and release-announcement workflow.
77
96%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Treat a release request as an end-to-end publishing operation, not merely a tag push.
v prefix.origin, verify the tag does not already exist locally or remotely, and inspect the release-worthy delta since the previous tag.origin/main commit. Do not release from a dirty user checkout or an unmerged branch..github/workflows/release.yml and current repository guidance instead of assuming an older release procedure still applies.Run and record:
make format
make check-docs
make check-wall-of-apps
make lint
ASC_BYPASS_KEYCHAIN=1 make test
make build
./asc versionIf formatting changes files, inspect and commit only intentional release-related changes before continuing. Stop on unexplained failures; do not tag around a broken gate.
origin/main commit.Do not declare success from CI alone. Verify:
codesign --verify.Read references/release-announcement.md. Create the Typefully draft only after the release is visibly published. Never schedule or publish the post unless the user explicitly asks.
Remove only the temporary release worktree created by this run. Report the released commit and tag, workflow run, release URL, artifact verification, Homebrew state, WinGet state, Typefully review URL or connector blocker, commands run, and any residual state.
Do not schedule unattended releases. After an explicitly initiated tag push, a thread heartbeat may reuse this skill to watch the release run and finish downstream verification.
e66125d
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.