fetch-deployment-logs

Retrieve and analyze deployment logs with timestamp and regex filters.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetch and analyze deployment logs to debug issues, monitor production behavior, and troubleshoot errors in deployed applications.

Core Features & Use Cases

  • Time-based filtering: fetch logs after or before a given timestamp to focus on relevant events.
  • Regex search: filter logs by message content using regular expressions.
  • Structured results: returns logs, a found flag, and an optional message for fast integration.

Quick Start

Invoke fetchDeploymentLogs with optional afterTimestamp, beforeTimestamp, and message to retrieve and display matching 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 debug issues in production?

You can fetch deployment logs to debug production issues by invoking a function that accepts timestamp filters and message regex, returning structured results containing matching logs, a found flag, and an optional message for fast integration.

What is the best way to filter deployment logs by timestamp and message content?

Filter deployment logs by specifying optional afterTimestamp and beforeTimestamp parameters alongside a message regex to narrow down and retrieve only relevant production events.

Can I use regex to search for specific errors in my deployment logs?

Yes, you can search for specific errors in deployment logs by supplying a regular expression to the message parameter to filter and retrieve matching log entries.

Do I need a JavaScript notebook context to retrieve and analyze deployment logs?

Yes, you need a JavaScript notebook context to retrieve and analyze deployment logs, as the fetch function operates within this environment to return structured objects containing logs and status flags.

What does the structured result contain when fetching logs to troubleshoot deployed applications?

When fetching logs to troubleshoot deployed applications, the structured result contains an array of logs, a found boolean flag indicating if matches exist, and an optional message.