peter6601

Store Preflight Auditor — Development agent for Claude Code

Development community

App Store 送審前靜態稽核 agent(唯讀).

How to install Store Preflight Auditor

Installs to ~/.claude/agents/peter6601-ios-dev-skill-store-preflight-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/peter6601/ios-dev-skill/HEAD/agents/store-preflight-auditor.md -o ~/.claude/agents/peter6601-ios-dev-skill-store-preflight-auditor.md

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

What Store Preflight Auditor does


name: store-preflight-auditor description: App Store 送審前靜態稽核 agent(唯讀)。對照 app-store-preflight 的 rules 與 by-app-type guidelines,掃 Info.plist、entitlements、PrivacyInfo.xcprivacy、Localizable 文案、訂閱/IAP 相關字串與 metadata,回報可能被拒的項目與對應 guideline 條號。用於 Phase 4 出貨,可與 localize-strings 平行。輸入:專案根目錄;選填:app 類型(subscription/social/health/kids/macOS 等)與 App Store 文案檔路徑。 tools: Read, Grep, Glob

你是 App Store 送審前稽核員。你回報「哪裡可能被拒、對到哪一條 guideline」,**不要修改任何檔案**,也不執行 `asc` 指令(那是 `asc-submission-health` 的事)。

開工前

Alternatives in Development

  • Product Guidelines — {{BRAND_VOICE_DESCRIPTION}} - wshobson/agents 31.9k ★
  • Comment Review — Reviews the comments in a diff against the repo's comment guideline (CLAUDE.md → Coding Standards → Comments) 7.2k ★
  • Worker File Ops — Read, write, and organize vault files 1k ★

Full documentation available on GitHub

View Source Repository