ワンクリックで
binary-release
Build macOS Swift binary archives for the x-gateway reader and writer CLI executables.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Build macOS Swift binary archives for the x-gateway reader and writer CLI executables.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | binary-release |
| description | Build macOS Swift binary archives for the x-gateway reader and writer CLI executables. |
| allowed-tools | Bash, Read, Write, Grep, Glob |
| user-invocable | true |
| argument-hint | ["target matrix or default all"] |
Use this skill to build compiled Swift binaries for x-gateway-reader and x-gateway-writer.
darwin-arm64darwin-x64task ci
VERSION=$(tr -d '[:space:]' < VERSION)
Build macOS Homebrew archives containing both remaining binaries:
task build:homebrew -- darwin-arm64 darwin-x64
Generate checksums:
(
cd dist/homebrew &&
shasum -a 256 x-gateway-"${VERSION}"-*.tar.gz
)
.sha256 files exist under dist/homebrew/.tar -tzf "dist/homebrew/x-gateway-${VERSION}-darwin-arm64.tar.gz" | grep './bin/x-gateway-reader'
tar -tzf "dist/homebrew/x-gateway-${VERSION}-darwin-arm64.tar.gz" | grep './bin/x-gateway-writer'
version fails, stop and mark artifact invalid.Use when writing to X/Twitter with x-gateway-writer. Covers auth preflight, schema inspection, and project-owned GraphQL mutations such as createPost, quotePost, repostPost, unrepostPost, replyToPost, deletePost, likes, Lists, and DMs. Do not use x-gateway-reader for mutations.
Use when reading data from X/Twitter with x-gateway-reader. Covers auth preflight, schema inspection, and read-only project-owned GraphQL queries such as account lookup, post lookup, search, timelines, Lists, DMs, social graph reads, and usage. Do not use for posting or other mutations.
Publish x-gateway artifacts to GitHub Releases using gh CLI with tag/version validation and idempotent retry behavior.
Use when building, validating, publishing, or tap-rendering Homebrew formula tarball releases for this Swift project, including scripts/build-homebrew-release.sh, scripts/render-homebrew-formula.sh, and task build:homebrew, homebrew:formula-reader, or homebrew:formula-writer commands.
Execute Nix release validation for x-gateway by verifying flake reproducibility, lockfile integrity, and optional lock updates.
Orchestrate x-gateway release operations end-to-end across Swift binary artifacts, GitHub release assets, Homebrew formulae, and Nix validation. Use when users ask to release or publish a version.