PostSlackTesting banner
v-i-s-h-a-l v-i-s-h-a-l

PostSlackTesting

Communication community

Description

--- description: Post an iOS TestFlight build notification to the configured Slack channel allowed-tools: [Bash, Read, Grep] --- # Post TestFlight Build Notification to Slack Notification-only path — for when a build was already pushed (perhaps manually or out-of-band) and only the Slack message is missing. Uses the studio's `slack-fetch.sh` / `slack-post.sh` primitives. No archive, no upload, no version bump. If you want the full push path (bump → archive → upload → Slack), use `/pushTFBuild

Installation

Installs to ~/.claude/skills/v-i-s-h-a-l-generic-dev-studio-postslacktesting/SKILL.md

Terminal
mkdir -p ~/.claude/skills/v-i-s-h-a-l-generic-dev-studio-postslacktesting && curl -fsSL https://raw.githubusercontent.com/v-i-s-h-a-l/generic-dev-studio/HEAD/commands/postSlackTesting.md -o ~/.claude/skills/v-i-s-h-a-l-generic-dev-studio-postslacktesting/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository