axiom-app-store-diag

axiom-app-store-diag is a skill for Claude Code, Codex from ComeOnOliver/skillshub. It costs 38 tokens per session (10,765 once invoked), scanned A, original, MIT.

A troubleshooting guide for apps rejected during Apple’s App Review process. It maps rejection messages to likely technical, metadata, privacy, business, or safety issues and suggests targeted fixes or appeal wording.

In plain words
What is it for?
Use it to diagnose guideline-specific rejection messages, investigate blocked or repeated submissions, fix metadata or privacy issues, and prepare an appeal.
Why use it?
It helps identify the actual reason for rejection so you do not spend time fixing an unrelated problem or repeat the same rejection.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to diagnose guideline-specific rejection messages, investigate blocked or repeated submissions, fix metadata or privacy issues, and prepare an appeal.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/comeonoliver/skillshub/axiom-app-store-diag
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ComeOnOliver/skillshub --skill axiom-app-store-diag
Clone the repo
git clone --depth 1 https://github.com/ComeOnOliver/skillshub

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for axiom-app-store-diag

README.md
[![agentmods](https://agentmods.dev/badge/skills/comeonoliver/skillshub/axiom-app-store-diag/github.svg)](https://agentmods.dev/skills/comeonoliver/skillshub/axiom-app-store-diag)
Your own site
<a href="https://agentmods.dev/skills/comeonoliver/skillshub/axiom-app-store-diag"><img src="https://agentmods.dev/badge/skills/comeonoliver/skillshub/axiom-app-store-diag/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for axiom-app-store-diag

Your own site · 80×15
<a href="https://agentmods.dev/skills/comeonoliver/skillshub/axiom-app-store-diag"><img src="https://agentmods.dev/badge/skills/comeonoliver/skillshub/axiom-app-store-diag.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 10,765 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. ✓ AI security review Sonnet 5 · 7 Sept 2026 📄 Read the review
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00038 $0.10765
Opus 5 $0.00019 $0.05382
Sonnet 5 $0.00008 $0.02153
Haiku 4.5 $0.00004 $0.01077

Measured 8d ago against content hash 4d62b7ef3a9c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

axiom-app-store-diag scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/CharlesWiltgen/Axiom/axiom-app-store-diag/SKILL.md · 1,204 lines

How it starts

The opening of the file, as written. The whole thing — 1,204 lines — stays where its author put it; the contents beside it link to each section on GitHub.

App Store Rejection Diagnostics

Overview

Systematic App Store rejection diagnosis and remediation. 9 diagnostic patterns covering the most common rejection categories including technical, metadata, privacy, business, subjective, and safety violations.

Core principle Most App Store rejections fall into well-known categories. Reading the rejection message carefully and mapping to the correct guideline prevents the #1 mistake: fixing the wrong thing and getting rejected again for the same reason.

Most developers waste 1-2 weeks on rejection cycles because they skim the rejection message, assume the cause, and "fix" something that wasn't the problem. This skill provides systematic diagnosis from rejection message to targeted fix.

Red Flags — Suspect Submission Issue

If you see ANY of these, suspect a submission issue and use this skill:

  • Rejection message cites a specific guideline number

  • "Binary Rejected" without clear guideline (technical gate failure)

  • Same app rejected multiple times for different reasons

  • "Metadata Rejected" (no code change needed)

  • Rejection mentions "privacy" or "data collection"

  • Rejection mentions "login" or "authentication"

  • Reviewer asks for demo account or more information

  • FORBIDDEN "The reviewer is wrong, let's just resubmit"

    • Re-read the rejection. App Review is right 95% of the time.
    • Resubmitting without changes wastes 3-7 days per cycle.
    • If you genuinely disagree, use the appeal process (Pattern 7).

Mandatory First Steps

ALWAYS do these BEFORE changing any code:

  1. Read the FULL rejection message — Don't skim. Copy the exact text. Note every guideline number cited.
  2. Identify rejection type:
    • "App Rejected" → Guideline violation, code/content fix needed
    • "Metadata Rejected" → ASC metadata issue, no build needed
    • "Binary Rejected" → Technical gate (SDK, manifest, encryption)
    • "Removed from Sale" → Post-approval enforcement
  3. Check the specific guideline — Look up the exact number in app-store-ref
  4. Screenshot the rejection — Save for team communication and appeal reference
  5. Check App Review messages in ASC — Sometimes they ask for information, not reject

Read the full file on GitHub · 1,204 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 1,204 lines · 38 tokens per session scan E 4d62b7ef3a9c

Subscribe to this mod's changes

axiom-app-store-diag is a skill published in the GitHub repository ComeOnOliver/skillshub (63 stars, last pushed 2mo ago), licensed MIT. It adds 38 tokens to every session and 10,765 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

field-service

Build ServiceNow Field Service Management — wmorder work orders, wmtask tasks, wmresource technicians with skills/territories, dispatch/auto-assignment, mobile status updates, and time entries.

serac-labs/serac · 42 tokens

grc-compliance

Build ServiceNow GRC — sncompliancepolicy lifecycle, sncompliancecontrol tests, snriskrisk assessment with inherent/residual scoring, audit engagements, and findings remediation.

serac-labs/serac · 42 tokens

mobile-development

Configure ServiceNow Mobile (Now Mobile/Agent) — syssgmobileapp screens, card builders, push notifications, offline sync rules, mobile actions for barcode/GPS, and offline-queue change processing.

serac-labs/serac · 45 tokens

vendor-management

Manage ServiceNow vendors and contracts — corecompany vendor records, astcontract with renewal alerts, astcontractsla performance tracking, vendorriskassessment scoring, and vendor scorecards.

serac-labs/serac · 40 tokens

kdd-compliance-scan

Guia a cualquier agente (no depende de ningun modelo puntual) para producir un scan de compatibilidad de licencias de dependencias de un repositorio en el formato de contrato de Capa 3 de KDD -- findings.json -- que despues gatea scripts/validatecompliancefindings.py. Usala cuando se pida auditar licencias de…

MauricioPerera/KDD · 125 tokens

kdd-privacy-scan

Guia a cualquier agente (no depende de ningun modelo puntual) para producir un scan de datos personales/PII y su base legal de tratamiento en el formato de contrato de Capa 3 de KDD -- findings.json -- que despues gatea scripts/validateprivacyfindings.py. Usala cuando se pida mapear datos personales que recolecta un…

MauricioPerera/KDD · 121 tokens