Ipaship Audit
Sends your .ipa/.apk to ipaship.com's hosted AI to flag App Store/Play policy violations.
Test report
- Verdict
- Tested · Didn't pass
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 7ec3a51
The whole audit brain lives on ipaship.com, not in the skill file — without signing up there for an API key first, following the skill body produces zero output, while just asking Claude directly gave a complete, correct guideline-violation report immediately.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 2/10
- Docs & honesty 3/5
What Ipaship Audit does
Wraps the hosted ipaship.com compliance-auditor API: upload an .ipa or .apk and get back a structured report of Apple App Store / Google Play guideline violations with severity ratings and remediation steps. Triggers when a user wants to check a mobile app package before store submission or in a CI pre-submission gate. All the actual audit reasoning runs server-side on ipaship.com — the skill file itself is documentation for a curl/API call, and requires a free ipaship.com account and API key before it produces anything.
How to install Ipaship Audit
git clone https://github.com/atharvnaik1/ipaship-audit
cd ipaship-audit
mkdir -p ~/.claude/skills
cp -r wrappers/claude-code ~/.claude/skills/ipaship-audit
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Ipaship Audit
-
/ipaship-auditSends your .ipa/.apk to ipaship.com's hosted AI to flag App Store/Play policy violations.
It also activates on plain-language prompts like these:
-
Audit this .ipa file for App Store policy violations before I submit. -
Check whether my APK violates Google Play policies before launch. -
Scan my mobile app package for App Store guideline violations.
Frequently asked questions
- Is the Ipaship Audit skill free?
- Yes. The skill itself is free from atharvnaik1/ipaship-audit. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Ipaship Audit work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Didn't pass. The whole audit brain lives on ipaship.com, not in the skill file — without signing up there for an API key first, following the skill body produces zero output, while just asking Claude directly gave a complete, correct guideline-violation report immediately.
- How do I install Ipaship Audit?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Ipaship Audit with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.