fetch-deployment-logs

Fetch deployment logs with time and message filters to diagnose production issues.

Updated Feb 17, 2026
One-click install
npx skills add https://github.com/Celia-12/Proyecto-Mern --skill fetch-deployment-logs-celia-12
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fetch-deployment-logs
Source: https://github.com/Celia-12/Proyecto-Mern/tree/main/frontend/.local/skills/fetch-deployment-logs
Command: npx skills add https://github.com/Celia-12/Proyecto-Mern --skill fetch-deployment-logs-celia-12

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deployment environments generate logs; debugging deployments, monitoring runtime behavior, and troubleshooting issues can be time-consuming. This skill provides quick access to deployment logs for diagnosis and ongoing health checks.

Core Features & Use Cases

  • Fetch recent deployment logs with optional time filters to diagnose issues.
  • Filter logs by message content or patterns to isolate errors, warnings, or traces.
  • Provide surrounding context for matched entries to understand adjacent events and root causes.

Quick Start

Call fetchDeploymentLogs to retrieve recent logs and begin analysis.

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?

To fetch deployment logs for production debugging, call fetchDeploymentLogs to retrieve recent entries and begin analysis. The skill isolates errors and warnings by filtering on message content and surrounding context to diagnose outages.

Can I filter production logs using timestamps and message content?

Yes, you can filter production logs using afterTimestamp and beforeTimestamp parameters to specify time ranges. You can also apply message and messageContext parameters to isolate specific errors, warnings, or traces during deployment monitoring.

What's the best way to analyze deployment logs for runtime errors?

The best way to analyze deployment logs for runtime errors is to filter by message patterns to isolate failures, then retrieve surrounding context for matched entries. This contextualizes adjacent events to identify root causes during outages.

How do I get surrounding context for matched log entries during an outage?

You get surrounding context for matched log entries by applying the messageContext parameter when fetching deployment logs. This retrieves adjacent events around matched patterns, helping you understand the sequence of failures leading to an outage.

Does this log monitoring approach work across different deployment environments?

Yes, fetching deployment logs for monitoring and troubleshooting works across different environments. The skill is applicable for debugging outages, monitoring ongoing runtime behavior, and verifying performance across multiple deployment targets.

Why should I filter deployment logs by timestamp when monitoring performance?

Filtering deployment logs by timestamp using afterTimestamp and beforeTimestamp narrows the output to specific deployment windows. This prevents information overload and accelerates diagnosing issues tied to recent production changes.