How this skill is triggered — by the user, by Claude, or both
Slash command
/ios-deploy-tools:ios-deploy-appstoreThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
TestFlight の最新ビルドを App Store Review に提出する。GitHub Actions またはローカルで fastlane を使って提出を行う。
TestFlight の最新ビルドを App Store Review に提出する。GitHub Actions またはローカルで fastlane を使って提出を行う。
main であることを確認する。main でない場合はエラーメッセージを表示して中止する。git tag -l "ios/v*" --sort=-version:refname | head -1 で最新タグを取得する。submit_for_review — 審査に自動提出するか(デフォルト: false)automatic_release — 審査通過後に自動リリースするか(デフォルト: false)gh workflow run deploy-ios-appstore.yml -f submit_for_review=<bool> -f automatic_release=<bool>
gh run list --workflow=deploy-ios-appstore.yml --limit=1 でワークフロー起動を確認する。cd <ios_project_path>
eval "$(rbenv init -)" && rbenv shell $(cat .ruby-version)
bundle install
bundle exec fastlane release submit_for_review:<bool> automatic_release:<bool>
コマンド実行でエラーが発生した場合は、shared/TROUBLESHOOTING.md を参照しつつ以下の手順で対応する:
/ios-deploy-testflight で再アップロードnpx claudepluginhub kwmt/claude-plugin --plugin ios-deploy-toolsProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.