fetch-deployment-logs

Fetch deployment logs filtered by time windows and regex patterns with configurable context lines.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/naopensedoit2-design/Claramente-nao-sou-um-Escritor --skill fetch-deployment-logs-naopensedoit2-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fetch-deployment-logs
Source: https://github.com/naopensedoit2-design/Claramente-nao-sou-um-Escritor/tree/main/.local/skills/fetch-deployment-logs
Command: npx skills add https://github.com/naopensedoit2-design/Claramente-nao-sou-um-Escritor --skill fetch-deployment-logs-naopensedoit2-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you diagnose why a deployed app is failing or behaving incorrectly by surfacing relevant production deployment logs.

Core Features & Use Cases

  • Targeted log retrieval: Fetches deployment logs within optional time windows and with regex-based message filtering.
  • Focused debugging with context: Returns matching log entries with configurable surrounding lines to expose stack traces and root causes.
  • Practical scenarios: Use it when a site is down after publishing, the app crashes at runtime, or you need to confirm what errors occurred during the most recent deployments.

Quick Start

Ask the skill to fetch recent ERROR deployment logs from the last hour and return the matching log lines with context.

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 debug a production failure?

To fetch deployment logs for production debugging, retrieve entries within specific time windows and apply RE2 regex message matching to filter runtime errors. This isolates incident-time behavior and returns formatted logs with a found or empty indicator.

Why does my app crash on startup after a recent deployment?

Investigating server startup crashes requires fetching deployment logs from the incident window. You can apply regex filtering with configurable context lines to expose surrounding stack traces and pinpoint the root cause of the runtime failure.

Can I filter production logs using regex and retrieve surrounding context lines?

You can filter production logs using optional RE2 regex message matching. The retrieval supports configurable context lines and match limits, returning formatted log entries that expose stack traces and root causes for broken pages or missing functionality.

What is the best way to investigate runtime errors during incident response?

For incident response runtime error investigation, fetch deployment logs filtered by after or before timestamps. This targeted log retrieval confirms what errors occurred during recent deployments and returns matching entries with a found or empty status indicator.

How do I retrieve logs for a specific time window when troubleshooting a broken page?

Troubleshooting a broken page after publishing requires fetching deployment logs within optional time windows. Specifying after and before timestamps isolates the exact deployment period, returning formatted matching log lines to diagnose the production failure.

Are there limitations on the number of regex matches returned for serverless error investigation?

Serverless error investigation applies configurable match limits to regex-filtered deployment logs. This constrains the returned formatted log entries and context lines, ensuring focused debugging without exceeding retrieval bounds during production failure analysis.