tech-vercel-logs

Search and analyze Vercel logs by pattern, level, deployment, and time window.

77|3|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/FlorianBruniaux/starmapper --skill tech-vercel-logs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tech-vercel-logs
Source: https://github.com/FlorianBruniaux/starmapper/tree/main/.agents/skills/tech-vercel-logs
Command: npx skills add https://github.com/FlorianBruniaux/starmapper --skill tech-vercel-logs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnose production and preview issues by searching, filtering, and analyzing Vercel logs to quickly identify errors and trace requests across deployments.

Core Features & Use Cases

  • Pattern-based log search to locate relevant events.
  • Filter by log level (error, warning, info), API routes, and deployment context.
  • Time-window analysis to compare recent activity across deployments and identify anomalies.
  • Generate concise diagnostic summaries for handoff and debugging.

Quick Start

Search production logs for a specific error pattern within a chosen deployment and time window.

Frequently Asked Questions about tech-vercel-logs

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

FAQPage Schema
How do I search Vercel logs for specific error patterns in production?

Search Vercel logs by pattern to locate relevant events and diagnose production issues. Filter by log level, API routes, and deployment context to quickly identify errors and trace requests across your production environment.

Can I filter Vercel deployment logs by time window to compare preview and prod environments?

Filter Vercel deployment logs by time window to compare recent activity across production and preview deployments. Time-window analysis helps identify anomalies and trace request behavior differences over selected periods between environments.

Do I need a VERCEL_TOKEN to retrieve and filter logs from the REST API?

Retrieving and filtering Vercel logs requires a VERCEL_TOKEN to integrate with the Vercel CLI and REST API. This token authenticates requests to access deployment logs, filter by log level, and analyze production or preview environments.

What is the best way to trace API route errors across Vercel preview deployments?

The best way to trace API route errors across Vercel preview deployments is to filter logs by API routes and log level. Pattern-based log search locates relevant events, while deployment context filtering isolates preview-specific request failures.

How do I generate diagnostic summaries from Vercel logs for debugging handoff?

Generate concise diagnostic summaries from Vercel logs by searching and analyzing filtered events. Pattern-based search identifies errors across deployments, producing summaries suitable for debugging handoff and issue tracking.