deploy-testflight - Deploy TestFlight tags for SNUTT iOS applications
Create and push TestFlight deployment tags for SNUTT iOS dev/prod environments using version and change slugs
Tags
Updated: 2026-02-12Capabilities
Typical Outputs
What this skill does
- ask user for deployment version
- ask user for environment (dev/prod)
- ask user for change slug
- derive slug from recent commits
- build tag format
- verify tag existence
- create git tag on HEAD
- push tag to origin
- report created tags
Inputs
- deployment version
- environment type (dev/prod)
- change slug (optional)
- git repository
- recent commit messages
Outputs
- git tags created
- push result messages
Requirements
- git command line access
- repository access permissions
- network connectivity to remote
