Crash Monitoring
Proactively detects application crashes & anomalies in real-time, alerting teams via fwrite0920's crash-monitoring skill.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add crash-monitoring npx -- -y @trustedskills/crash-monitoring
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"crash-monitoring": {
"command": "npx",
"args": [
"-y",
"@trustedskills/crash-monitoring"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to monitor Android application crashes and provide insights into their causes. It collects crash reports, aggregates them, and presents data in a structured format for analysis. The agent can then use this information to identify patterns, prioritize fixes, and improve overall app stability.
When to use it
- Debugging Production Issues: Quickly investigate reported crashes from live Android applications.
- Proactive Stability Improvement: Identify recurring crash patterns before they impact a large number of users.
- New Feature Rollout: Monitor for unexpected crashes when deploying new features or updates.
- Performance Analysis: Correlate crash data with performance metrics to understand the root cause of instability.
Key capabilities
- Crash report collection
- Data aggregation and analysis
- Structured reporting format
- Pattern identification
Example prompts
- "Show me the most frequent crash types in the last 24 hours."
- "What devices are experiencing the highest number of crashes?"
- "Summarize the crash reports related to version 1.2.3 of the app."
- “Give me a list of all crashes with stack traces containing 'NullPointerException'."
Tips & gotchas
This skill requires access to Android application crash reporting data, typically through a third-party service or internal logging infrastructure. Ensure proper configuration and permissions are in place for the AI agent to retrieve this information.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.