taiga-api

Queries Taiga API jobs for results, passrates, transcripts, evaluations via Python urllib.request.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/atondwal/config --skill taiga-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: taiga-api
Source: https://github.com/atondwal/config/tree/main/.claude/skills/taiga-api
Command: npx skills add https://github.com/atondwal/config --skill taiga-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to query the Taiga API for job results, passrates, transcripts, and run evaluations, streamlining the process of checking and submitting jobs.

Core Features & Use Cases

  • Job Result Retrieval: Get detailed problem results, including passrates and scores, for specific jobs.
  • Transcript Access: Retrieve full transcripts for problem runs.
  • Job Submission & Management: Create new jobs, cancel running jobs, and resubmit specific problems.
  • Use Case: A user needs to check the passrate for a specific job ID and then aggregate the results to understand overall performance.

Quick Start

Use the taiga-api skill to get the problem results for job ID '3c300cca-707a-4e92-ac71-5688165f9ae1'.

Frequently Asked Questions about taiga-api

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

FAQPage Schema
How do I retrieve job results and passrates from an evaluation API?

To retrieve job results and passrates, query the hosted Taiga API with a specific job ID using Python's urllib.request and a valid session cookie to fetch detailed problem results and scores.

How do I get full transcripts for problem runs?

Access full transcripts for problem runs by querying the Taiga API with a valid session cookie to retrieve detailed run logs and evaluation data for specific job IDs.

Can I submit and cancel evaluation jobs using Python urllib.request?

Yes, you can submit and cancel evaluation jobs using Python urllib.request by authenticating with a session cookie and specifying claude-opus-4-5-20251101 for job submissions to the Taiga API.

Do I need authentication to query the Taiga API for job results?

Yes, querying the Taiga API for job results requires authentication via a session cookie to securely retrieve passrates, transcripts, and manage job submissions or cancellations.

What is the best way to resubmit specific problems in an evaluation job?

The best way to resubmit specific problems in an evaluation job is to query the Taiga API, which supports problem resubmission alongside job submission and cancellation using Python and a session cookie.