Agent Skills
Pre-submission scanning and post-rejection resolution, integrated directly into your AI coding tool.
What are Agent Skills?
Agent Skills are plugins for AI coding tools like Claude Code, Cursor, GitHub Copilot, Gemini CLI, and 30+ others. They give your AI assistant the ability to scan your codebase for common app store rejection triggers, look up rejection details, and propose codebase-specific fixes.
Installation
Install all three skills at once:
Terminal
npx skills add appstorereject/skillsOr install individually:
Terminal
npx skills add appstorereject/skills/appstorereject-scanPrivacy
Your code never leaves your machine. The AI agent analyzes your codebase locally. The API only provides rejection data — it never receives your source code.
Available skills
The package includes three skills:
- appstorereject — hub skill that routes to scan or resolve based on context
- appstorereject-scan — pre-submission scanning for common rejection triggers
- appstorereject-resolve — post-rejection resolution with codebase-specific fix proposals
Free tier
Without an API key, you get:
- 1 registered app
- 1 scan per month
- Unlimited rejection lookups (summaries only)
Authenticate with an API key for full resolution details, community solutions, and before/after examples.