Agent skill · Data & Analytics

axiom-app-store-connect-ref

Reference for App Store Connect crash analysis, TestFlight feedback, metrics dashboards, and data export workflows

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill axiom-app-store-connect-ref --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/analysis/axiom-app-store-connect-ref/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# App Store Connect Reference ## Overview App Store Connect (ASC) provides crash reports, TestFlight feedback, and performance metrics for your apps. This reference covers how to navigate ASC to find and export crash data for analysis. **When to use ASC vs Xcode Organizer:** | Task | Best Tool | |------|-----------| | Quick crash triage during development | Xcode Organizer | | Team-wide crash visibility | App Store Connect | | TestFlight feedback with screenshots | App Store Connect | | Historical metrics and trends | App Store Connect | | Downloading crash logs for analysis | Either (ASC has better export) | | Symbolication | Xcode Organizer | --- ## Navigating to Crash Data ### Path to Crashes ``` App Store Connect └── My Apps └── [Your App] └── Analytics └── Crashes ``` **Direct URL pattern:** `https://appstoreconnect.apple.com/analytics/app/[APP_ID]/crashes` ### Crashes Dashboard Layout ``` ┌─────────────────────────────────────────────────────────────────────────┐ │ [Filters: Platform ▼] [Version ▼] [Date Range ▼] [Compare ▼] │ ├─────────────────────────────────────────────────────────────────────────┤ │ │ │ Crash-Free Users Graph │ │ ┌─────────────────────────────────────────

What's inside
Steps it walks through
  1. Overview
  2. Navigating to Crash Data
  3. Path to Crashes
  4. Crashes Dashboard Layout
  5. Key Metrics Explained
  6. Filtering Options
  7. Viewing Individual Crash Reports
  8. Crash Signature Detail View
  9. Downloading Crash Logs
  10. TestFlight Feedback
  11. Path to Feedback
  12. Feedback Entry Contents
  13. Feedback Filtering
  14. Limitation: No Reply
Ships with 1 file
  • metadata.json
Commands it runs
Get crash diagnostic insights
GET /v1/apps/{id}/perfPowerMetrics
Authentication requires API key from ASC
Users and Access → Keys → App Store Connect API
More from claude-skill-registry
All skills →
About this skill
What does the axiom-app-store-connect-ref skill do?

Reference for App Store Connect crash analysis, TestFlight feedback, metrics dashboards, and data export workflows

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill axiom-app-store-connect-ref --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going