traceway

Manage and query a Traceway observability instance via command-line interface.

1.1k|39|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/tracewayapp/traceway --skill traceway
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: traceway
Source: https://github.com/tracewayapp/traceway/tree/main/skills/traceway
Command: npx skills add https://github.com/tracewayapp/traceway --skill traceway

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to manage and interact with a Traceway observability instance through a command-line interface (CLI), enabling login, querying exceptions, logs, endpoints, and metrics, and debugging production issues.

Core Features & Use Cases

  • CLI Access: Access and manage Traceway observability features directly through the command-line interface.
  • Exception Management: Query and debug exceptions, including resolving and archiving issues.
  • Performance Monitoring: Diagnose and monitor performance issues with endpoints and metrics.
  • Logging and Tracing: Query and trace logs and transactions for debugging and issue resolution.
  • Use Case: For a developer debugging a production issue, this Skill can be used to quickly log in to Traceway, query recent exceptions, and drill down into specific logs or traces to find the root cause of a problem.

Quick Start

Use the Traceway CLI to log in to your instance with the command: /traceway login --url https://<instance>.

Frequently Asked Questions about traceway

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

FAQPage Schema
How do I debug production issues using a CLI observability tool?

Querying exceptions via a CLI observability tool involves logging into your instance and requesting recent error records to review, debug, resolve, or archive production issues directly from the command line.

Can I query application logs and metrics from the command line?

Yes, you can query application logs and metrics from the command line by logging into your observability instance to retrieve and trace specific transactions for performance monitoring and issue resolution.

Do I need a specific instance to use CLI production monitoring?

Yes, CLI production monitoring requires an active observability instance and appropriate permissions to execute commands for querying endpoints, logs, and metrics.

How do I log into my observability instance through the CLI?

To log into your observability instance through the CLI, execute the login command with your specific instance URL to authenticate and start querying exceptions, logs, and metrics.

What is the best way to diagnose endpoint performance issues from the terminal?

The best way to diagnose endpoint performance issues from the terminal is to use an observability CLI to query endpoint metrics and traces, allowing you to drill down into performance bottlenecks.

How does tracing transactions work for resolving exceptions?

Tracing transactions for resolving exceptions works by querying the observability instance for specific logs and errors, enabling you to follow the transaction path to pinpoint the root cause.