Appstore Review banner
eddiebelaval eddiebelaval

Appstore Review

Development community

Description

# /appstore-review - Quick App Store Review Check ## Purpose Run a quick App Store compliance check. Faster than full audit, focuses on most common rejection reasons. ## When to Use - During development to check compliance - Before running full `/appstore-readiness` audit - Quick check after making changes - When you want fast feedback ## Quick Check Areas ### 1. Privacy (Top Priority) - [ ] Privacy manifest exists - [ ] Privacy labels configured - [ ] Privacy policy linked - [ ] ATT impleme

Installation

Installs to ~/.claude/skills/eddiebelaval-squire-appstore-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/eddiebelaval-squire-appstore-review && curl -fsSL https://raw.githubusercontent.com/eddiebelaval/squire/HEAD/commands/appstore-review.md -o ~/.claude/skills/eddiebelaval-squire-appstore-review/SKILL.md

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

Full documentation available on GitHub

View Source Repository