reading-buildsworth-logs

Download and inspect .jsonl pi session logs from Buildsworth builds on Buildkite.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/blaknite/agent-skills --skill reading-buildsworth-logs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reading-buildsworth-logs
Source: https://github.com/blaknite/agent-skills/tree/main/reading-buildsworth-logs
Command: npx skills add https://github.com/blaknite/agent-skills --skill reading-buildsworth-logs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, bk, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill allows you to download and inspect detailed session logs from Buildsworth builds, enabling you to understand agent actions and findings without overwhelming your context.

Core Features & Use Cases

  • Download Build Artifacts: Retrieve .jsonl pi session logs from Buildsworth builds on Buildkite.
  • Delegate Log Reading: Offload the processing of large log files to sub-agents to maintain context efficiency.
  • Focused Inquiries: Ask specific questions about build findings, errors, or agent behavior.
  • Use Case: After a Buildkite build fails, use this skill to download the session log artifact and ask a sub-agent if any security issues were detected.

Quick Start

Use the reading-buildsworth-logs skill to download the artifact for build number 123 and then ask a sub-agent what the agent's final verdict was.

Frequently Asked Questions about reading-buildsworth-logs

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

FAQPage Schema
How do I download and inspect Buildkite build artifacts for agent session logs?

To download and inspect Buildkite build artifacts, you can use this skill to retrieve `.jsonl` pi session logs from Buildsworth builds and delegate reading to sub-agents to manage context size efficiently.

Can I read large Buildsworth session logs without exceeding my context limit?

You can read large Buildsworth session logs without exceeding context limits because this skill offloads the processing of large log files to sub-agents, maintaining context efficiency while answering specific inquiries about build findings.

What do I need to download Buildsworth artifacts from the buildkite/buildsworth pipeline?

To download Buildsworth artifacts, you need the `using-buildkite` skill to list and download artifacts, along with `jq` and `bk` dependencies installed in your environment to support the retrieval and parsing of `.jsonl` session logs.

How do I check a failed Buildkite build for security issues in the agent logs?

To check a failed Buildkite build for security issues, download the session log artifact for the specific build number and ask a sub-agent to query whether any security issues were detected in the agent's findings.

Does this skill work with any Buildkite pipeline or just the buildkite/buildsworth pipeline?

This skill specifically downloads and reads pi session logs from builds on the buildkite/buildsworth pipeline, meaning it is tailored for inspecting artifacts from that particular pipeline rather than arbitrary Buildkite pipelines.

What's the best way to ask specific questions about agent behavior in Buildsworth builds?

The best way to ask specific questions about agent behavior is to use this skill to download the `.jsonl` pi session log and delegate focused inquiries to sub-agents, allowing them to extract targeted answers about errors or findings without overwhelming context.