One-click install
npx skills add https://github.com/paulchiu/dotfiles --skill bk-buildkite
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bk-buildkite
Source: https://github.com/paulchiu/dotfiles/tree/main/.config/opencode/skills/bk-buildkite
Command: npx skills add https://github.com/paulchiu/dotfiles --skill bk-buildkite

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly access and analyze Buildkite data by querying builds, jobs, logs, pipelines, and agents through the bk CLI to accelerate CI investigations and troubleshooting.

Core Features & Use Cases

  • View build statuses and recent activity across pipelines.
  • Retrieve job logs, inspect pipelines, and manage builds from a single CLI interface.
  • Use cases include investigating CI failures, validating pipeline health, and auditing recent project activity.

Quick Start

Query a failing build with bk to view its jobs and logs from the command line.

Frequently Asked Questions about bk-buildkite

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

FAQPage Schema
How do I retrieve Buildkite build logs via the CLI?

To retrieve Buildkite build logs via the CLI, you use the bk CLI to query builds and jobs. This Skill streamlines CI investigations by reading job logs and viewing build statuses directly from the command line.

What is the best way to investigate CI failures in Buildkite pipelines?

The best way to investigate CI failures in Buildkite pipelines is by querying builds, jobs, and logs through the bk CLI. This approach allows you to quickly access and analyze pipeline data to troubleshoot issues.

Do I need an authenticated session to query Buildkite builds?

Yes, you need an authenticated bk CLI session to query Buildkite builds. You must authenticate with your Buildkite account, for example using a command like 'bk use', to access your pipelines and retrieve logs.

Can I retry Buildkite jobs and monitor pipelines from the command line?

Yes, you can retry Buildkite jobs and monitor pipelines from the command line. The bk CLI supports workflows for viewing builds, inspecting pipelines, retrying steps, and monitoring recent activity across projects.

How does querying Buildkite through the CLI compare to using the web interface?

Querying Buildkite through the CLI accelerates CI investigations by retrieving builds, jobs, and logs directly in your terminal. This approach offers a faster, scriptable alternative to navigating the web interface for troubleshooting.

Why are my bk CLI commands not returning Buildkite pipeline data?

Your bk CLI commands may not return Buildkite pipeline data if you lack an authenticated session. Ensure the bk CLI is installed and you have successfully authenticated, such as by running 'bk use', to access your pipelines.