smithery.ai

appstore-prep

App Store申請前のチェックリスト。プライバシーポリシー、権限説明、アイコン、スクリーンショットを確認。Use when: 申請、リリース、App Store、審査 を依頼された時。

First seen May 3, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,365 B
  • docs SUMMARY.md 245 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

App Store 申請準備

必須チェック項目

Info.plist 権限説明

  • NSCameraUsageDescription(カメラ使用時)
  • NSPhotoLibraryUsageDescription(写真アクセス時)
  • NSLocationWhenInUseUsageDescription(位置情報使用時)

→ 説明文は具体的に「なぜ必要か」を記載

プライバシー

  • プライバシーポリシーURLが有効
  • App Privacy の回答が正確

アセット

  • App Iconが全サイズ揃っている(1024x1024含む)
  • スクリーンショットが各デバイスサイズ分ある

ビルド設定

  • Release設定でビルドできる
  • デバッグコード・テストコードが含まれていない

---

### ディレクトリ構成例

~/.claude/skills/ # 個人(全プロジェクト共通) ├── swift-build/ │ └── SKILL.md └── ios-security/ └── SKILL.md

your-project/.claude/skills/ # プロジェクト固有 ├── swiftui-review/ │ └── SKILL.md └── appstore-prep/ └── SKILL.md