fetch-deployment-logs

Fetch and analyze deployment logs to diagnose live application issues.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetch and analyze deployment logs to diagnose issues in live applications.

Core Features & Use Cases

  • Fetch recent deployment logs to identify errors
  • Filter by timestamp and content to focus on incidents
  • Monitor application behavior across deployments

Quick Start

Run fetchDeploymentLogs with afterTimestamp set to the last hour and message set to ERROR to surface recent issues.

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 production errors in JavaScript?▼

Filter deployment logs by setting the message parameter to ERROR and afterTimestamp to the desired timeframe. This returns matching logs, a found status, and an optional message to diagnose live JavaScript application errors.

Can I trace startup failures by filtering deployment logs with a timestamp range?▼

Trace startup failures by setting afterTimestamp and beforeTimestamp parameters to isolate the deployment window. The function returns logs within that range, a found boolean, and an optional message to diagnose startup behavior.

Does this Skill require any specific dependencies to monitor application health across deployments?▼

No dependencies are required to monitor application health across deployments. The Skill operates within JavaScript notebooks and requires only a fetchDeploymentLogs function implementation to retrieve and analyze live logs.

What is the best way to search deployment logs for specific error messages?▼

Search deployment logs by using the message and messageContext parameters within fetchDeploymentLogs. This filters the returned logs to focus on specific incidents and diagnose issues in live applications.

How do I monitor application behavior across multiple deployments in a JavaScript notebook?▼

Monitor application behavior by running fetchDeploymentLogs across deployments in a JavaScript notebook. Use timestamp filters to segment logs and the returned found status to verify whether matching entries exist.