log-debug

Query GoFastr application logs and metrics via MCP tools.

13|1|Updated May 8, 2026
One-click install
npx skills add https://github.com/DonaldMurillo/gofastr --skill log-debug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: log-debug
Source: https://github.com/DonaldMurillo/gofastr/tree/main/.claude/skills/log-debug
Command: npx skills add https://github.com/DonaldMurillo/gofastr --skill log-debug

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows users to investigate a running GoFastr application by querying its log Management and Control Plane (MCP) tools, providing insights into application performance and errors.

Core Features & Use Cases

  • Query Logs: Retrieve recent log entries, filter logs by specific criteria, and access metrics.
  • Set Log Levels: Temporarily change the log level for debugging purposes.
  • Use Case: When a user encounters a performance issue or error in their GoFastr application, they can use this Skill to check the logs and metrics for clues.

Quick Start

Use the log-debug skill to get the last 5 access entries from the application logs.

Frequently Asked Questions about log-debug

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

FAQPage Schema
How do I debug a running GoFastr application by querying its logs?

Debug a running GoFastr application by querying its log MCP tools to retrieve recent entries, filter logs, and access metrics. This requires the application to be running with MCP tools enabled and accessible via the /mcp endpoint.

Can I temporarily change the log level of a GoFastr application for debugging?

You can temporarily change the log level of a GoFastr application for debugging by using this Skill's ability to set log levels. It interacts directly with the application's log Management and Control Plane tools.

What is the best way to retrieve recent access entries from GoFastr application logs?

The best way to retrieve recent access entries from GoFastr application logs is to query the log MCP tools. You can quickly get the last 5 access entries or filter logs by specific criteria to investigate errors.

Does log debugging for GoFastr applications require specific endpoint access?

Log debugging for GoFastr applications requires specific endpoint access. The application must be actively running with log MCP tools enabled and accessible specifically via the /mcp endpoint to query metrics and logs.

Why does querying GoFastr application metrics fail during error diagnosis?

Querying GoFastr application metrics during error diagnosis fails if the application is not running or if log MCP tools are not enabled. The Skill requires the application to be accessible via the /mcp endpoint to retrieve data.