firetiger-investigate

Manage Firetiger investigations and query telemetry data via SQL.

1|2|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/firetiger-oss/cursor-plugin --skill firetiger-investigate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: firetiger-investigate
Source: https://github.com/firetiger-oss/cursor-plugin/tree/main/skills/investigate
Command: npx skills add https://github.com/firetiger-oss/cursor-plugin --skill firetiger-investigate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of diagnosing issues by allowing users to start, manage, and analyze investigations directly within the Cursor IDE, leveraging Firetiger's observability data.

Core Features & Use Cases

  • Investigation Management: Create, list, get, and update investigations.
  • Data Analysis: Query telemetry data (traces, logs) using SQL to identify patterns, errors, and latency issues.
  • Root Cause Analysis: Document findings and identify root causes for systematic issue resolution.
  • Use Case: When a service experiences a spike in errors, use this Skill to create an investigation, query traces and logs within the relevant time frame, identify the faulty service and error pattern, and document the root cause.

Quick Start

Start a new investigation to diagnose issues with the 'user-auth' service.

Frequently Asked Questions about firetiger-investigate

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

FAQPage Schema
How do I investigate system latency and errors using observability telemetry?

Troubleshooting telemetry requires querying traces and logs to identify error patterns. This Skill executes Firetiger investigations using SQL queries on observability data to perform root cause analysis for system issues like service latency spikes.

Can I run SQL queries on traces and logs to find the root cause of a service anomaly?

Yes, querying traces and logs with SQL pinpoints service error root causes. This Skill integrates with Firetiger's MCP server to query telemetry data, enabling you to identify faulty services and document findings for anomaly resolution.

How do I create and manage troubleshooting investigations within my IDE?

Create and manage troubleshooting investigations by starting new cases within your IDE. This Skill supports schema discovery, creation, and updating of investigations with detailed findings and root cause analysis directly in the Cursor IDE.

What is the best way to document findings during a root cause analysis?

Document findings during root cause analysis by updating your investigation records. This Skill supports creating and updating investigations with detailed findings and root cause analysis, ensuring systematic resolution of diagnosed system issues.

Do I need a Firetiger MCP server to diagnose issues with this troubleshooting Skill?

Yes, the Firetiger MCP server is required to diagnose issues with this troubleshooting Skill. It relies on the MCP server to query telemetry data via SQL, enabling the identification of latency, errors, and data anomalies during investigations.