
Jsvana Asc Crash Fetcher
- Updated February 5, 2026
- jsvana/asc-crash-fetcher
jsvana-asc-crash-fetcher is a Claude Code plugin that syncs App Store Connect crash reports into SQLite for TestFlight and production triage.
About
jsvana-asc-crash-fetcher is a Claude Code plugin bundle that wires App Store Connect crash reporting into a developer’s operate stack. It targets iOS developers who ship through TestFlight and need crash reports downloaded, synced, and held in SQLite for structured triage instead of one-off exports from Apple’s console. Use it when crash volume makes manual ASC browsing slow, when you want status visibility on whether the latest crash batch landed locally, or when you want your coding agent to reason over a stable local dataset. The catalog lists one plugin with keywords spanning asccrashfetcher, crash, downloads, reports, sqlite, syncs, testflight, tracks, and triage—so the intent is operational error handling for mobile, not landing-page validation or growth analytics. Complexity is intermediate because you must configure Apple API access and maintain a local DB. It is a task integration for mobile operate workflows, not a full observability platform.
- Syncs ASC crash reports and tracks download/sync status for repeatable fetches
- SQLite-backed local store for search, filtering, and agent-assisted triage
- TestFlight-focused workflow keywords (crash, reports, triage) for pre-release stability
- Single-plugin bundle (pluginCount: 1) scoped to ASC crash fetcher only
- Requires SQLite and ASC credentials implied by sync/download semantics
Jsvana Asc Crash Fetcher by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install jsvana-asc-crash-fetcher@jsvana/asc-crash-fetcherAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| Last updated | February 5, 2026 |
|---|---|
| Repository | jsvana/asc-crash-fetcher ↗ |
What it does
Pull App Store Connect crash reports into SQLite so you can triage TestFlight and production crashes without living in the ASC web UI.
Who is it for?
Best when you're shipping via TestFlight and want a repeatable ASC crash download and local triage loop.
Skip if: Skip if you only need web analytics, Android-only apps, or a hosted crash SaaS with no Claude Code integration.
What you get
After install, you can sync ASC crashes locally, query them in SQLite, and triage failures with Claude Code instead of repeating manual ASC exports.
- Synced ASC crash report files with trackable download/status state
- Queryable SQLite database of crashes for filtering and triage
- Claude Code–driven triage workflow over local crash data
Recommended Plugins
How it compares
ASC crash-sync integration, not a generic mobile CI or full APM suite.
FAQ
Who is Jsvana Asc Crash Fetcher for?
iOS developers using Claude Code who need App Store Connect crash reports synced locally for TestFlight and production triage.
When should I use Jsvana Asc Crash Fetcher?
Use it in Operate when crashes are piling up in ASC and you want SQLite-backed reports, sync status tracking, and agent-friendly triage.
How do I add Jsvana Asc Crash Fetcher to my agent?
Register the jsvana/asc-crash-fetcher Claude Code marketplace plugin from the repo bundle, satisfy SQLite and ASC API prerequisites, then invoke the plugin’s crash fetch and sync commands from Claude Code.