fetch-deployment-logs

Fetch and analyze Repl deployment logs with time and regex filters.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/shahmirerror/gsdcp-mobile --skill fetch-deployment-logs-shahmirerror
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fetch-deployment-logs
Source: https://github.com/shahmirerror/gsdcp-mobile/tree/main/.local/skills/fetch-deployment-logs
Command: npx skills add https://github.com/shahmirerror/gsdcp-mobile --skill fetch-deployment-logs-shahmirerror

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetch and analyze deployment logs for the current Repl to debug deployment issues, monitor application behavior, and troubleshoot errors in production.

Core Features & Use Cases

  • Fetch logs with optional time filters (afterTimestamp, beforeTimestamp) to focus on relevant periods.
  • Filter logs by message content using regular expressions and retrieve contextual lines for debugging.
  • Return a structured result with logs, a found flag, and descriptive status to guide remediation.
  • Real-world use: diagnose a production outage by pulling recent ERROR or WARN lines and inspecting surrounding context.

Quick Start

Call fetchDeploymentLogs with optional filters to retrieve and inspect recent deployment logs.

Frequently Asked Questions about fetch-deployment-logs

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

FAQPage Schema
How do I fetch deployment logs to diagnose production issues?▼

You can fetch deployment logs by calling the logging function with optional time filters to focus on relevant periods. This retrieves recent application output to help troubleshoot errors and monitor production behavior for your current Repl.

Can I filter deployment logs by time range to find specific errors?▼

Yes, you can filter deployment logs by time range using optional afterTimestamp and beforeTimestamp parameters. This allows you to narrow down the log output to focus on specific periods when production issues occurred.

How do I use regex to search deployment logs for specific error messages?▼

You can use regular expressions to filter deployment logs by message content and retrieve contextual surrounding lines. This regex filtering helps pinpoint specific errors or warnings during debugging and troubleshooting sessions.

What is the best way to monitor application behavior after a deployment?▼

The best way to monitor application behavior is to fetch and analyze recent deployment logs for your current Repl. This helps you diagnose deployment issues, track application activity, and troubleshoot errors in production across recent time ranges.

Does this log analysis tool work without external dependencies?▼

Yes, this log analysis tool works independently without requiring any external dependencies or components. You can instantly fetch and analyze deployment logs directly within your JavaScript environment to debug production issues.