log-retrieval

Fetch Buildkite job logs to diagnose build failures.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/mcncl/skill-buildkite --skill log-retrieval
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: log-retrieval
Source: https://github.com/mcncl/skill-buildkite/tree/main/skills/log-retrieval
Command: npx skills add https://github.com/mcncl/skill-buildkite --skill log-retrieval

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps developers quickly access and view the logs of Buildkite jobs to diagnose failures and understand pipeline behavior.

Core Features & Use Cases

  • Retrieve full job logs with read_logs to inspect output.
  • Search within logs with search_logs to find errors or messages.
  • Tail recent log lines with tail_logs for live troubleshooting.
  • Locate logs by build or job to speed up debugging.

Quick Start

Ask me to fetch logs for a specific job or build, and I will locate the correct job and return its log output.

Frequently Asked Questions about log-retrieval

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

FAQPage Schema
How do I retrieve Buildkite job logs to diagnose pipeline failures?

To retrieve Buildkite job logs, identify the target job and fetch its outputs to diagnose failures. You can locate logs by build or job to speed up debugging and quickly understand pipeline behavior.

Can I search for specific errors within Buildkite logs?

Yes, you can search within Buildkite logs to find specific errors or messages. This allows you to pinpoint issues directly within the log output instead of manually scanning the entire file.

What is the best way to inspect full Buildkite job outputs?

The best way to inspect full Buildkite job outputs is to retrieve the complete log for the target job. This provides the entire output formatted for quick review to help understand pipeline behavior.

Does this tool work with recent builds and specific pipelines?

Yes, this tool applies to incidents involving recent builds or specific pipelines. It can locate the correct build and return its log output to help you diagnose failures efficiently.