kochiku

Fetch raw CI build data, logs, and artifacts from a JSON API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/abhiroopb/synthetic-mind --skill kochiku
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: kochiku
Source: https://github.com/abhiroopb/synthetic-mind/tree/main/skills/kochiku
Command: npx skills add https://github.com/abhiroopb/synthetic-mind --skill kochiku

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, jq, gunzip, zcat, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides direct access to raw CI build information, including build status, build parts, and artifact logs, via a CI system's JSON API, enabling detailed inspection and debugging.

Core Features & Use Cases

  • Retrieve Build Status: Get the current state of any CI build.
  • List Build Parts: Identify and inspect individual components of a build.
  • Download Artifact Logs: Fetch raw stdout/stderr logs for any build attempt.
  • Resolve Commit SHAs: Map a Git commit to its corresponding build ID.
  • Use Case: When a CI build fails, use this Skill to fetch the raw logs for a specific failed part to understand the exact error.

Quick Start

Fetch the logs for build 12345 in the java repo.

Frequently Asked Questions about kochiku

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

FAQPage Schema
How do I fetch CI build logs and artifacts for debugging a failed build?▼

To fetch CI build logs and artifacts for debugging, use this Skill to query the CI system's JSON API to retrieve raw stdout/stderr logs and artifact data for specific failed build parts.

Can I resolve a Git commit SHA to find its corresponding CI build ID?▼

Yes, you can resolve Git commit SHAs to their corresponding CI build IDs by querying the CI system's JSON API to map the commit directly to the specific build attempt.

What tools do I need to retrieve and process raw CI build data via a JSON API?▼

Retrieving and processing raw CI build data via a JSON API requires direct API access along with command-line tools like curl for fetching, jq for parsing JSON, and gunzip or zcat for decompressing logs.

How do I list and inspect individual build parts from a CI system?▼

You can list and inspect individual CI build parts by using this Skill to fetch build data via the CI system's JSON API, which returns the structure and status of each component within the build attempt.

Does this Skill work with any CI system to check build status and download logs?▼

Yes, this Skill works with any CI system that exposes a JSON API, allowing you to directly retrieve the current build status and download raw artifact logs for detailed inspection.

What is the best way to get raw stdout and stderr logs from a specific CI build attempt?▼

The best way to get raw stdout and stderr logs from a specific CI build attempt is to fetch the artifact logs directly through the CI system's JSON API using curl and jq for extraction.