error

Query Firestore's errorLogs collection to identify and report failure root causes.

Updated May 16, 2026
One-click install
npx skills add https://github.com/aryaxt/aryaxt-skills --skill error-aryaxt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: error
Source: https://github.com/aryaxt/aryaxt-skills/tree/main/skills/error
Command: npx skills add https://github.com/aryaxt/aryaxt-skills --skill error-aryaxt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires firebase, mcp__plugin_firebase_firebase, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The error skill quickly isolates and reports the underlying cause of application and backend failures, allowing for efficient troubleshooting and resolution.

Core Features & Use Cases

  • Error Logging: Centralizes error logs from the app and backend for easy access.
  • Root Cause Analysis: Provides detailed analysis to pinpoint the root cause of failures.
  • Use Case: When a user reports a failure, the skill helps identify if it's due to a lack of balance in an Astria account or an issue with the server.

Quick Start

To check the latest error logs, use the command: mcp__plugin_firebase_firebase__firestore_query_collection collection_path: "errorLogs" filters: [] order: { orderBy: "createdAt", orderByDirection: "DESCENDING" } limit: 10

Frequently Asked Questions about error

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify the root cause of backend failures from Firestore error logs?

To identify the root cause of backend failures, query the Firestore `errorLogs` collection to retrieve recent logs and analyze them to pinpoint the underlying issue. This centralizes app and backend error logs for efficient troubleshooting.

Can I use this to debug iOS and web application server-side issues?

Yes, root cause analysis is optimized for debugging server-side issues across iOS and web applications. It queries Firestore error logs to quickly isolate and report the underlying cause of failures reported by users.

Do I need a Firebase MCP to query Firestore collections for error logging?

Yes, Firebase MCP is required to query Firestore collections. The skill depends on the Firebase MCP plugin to retrieve and analyze centralized error logs from the `errorLogs` collection for root cause identification.

What is the best way to check recent application errors logged in Firestore?

The best way to check recent application errors is to query the Firestore `errorLogs` collection, ordering by `createdAt` in descending direction and limiting to 10. This retrieves the latest logs for immediate analysis.

How does root cause analysis work for reported app failures?

Root cause analysis works by querying Firestore's `errorLogs` collection to centralize and review failures. It helps determine if a reported failure is due to specific account issues or a server problem, enabling efficient resolution.