generate-tcb

Generate an Intent-Warmed Ticket Context Bundle for a Linear ticket ID.

3|1|Updated Oct 9, 2025
One-click install
npx skills add https://github.com/OmniNode-ai/omniclaude --skill generate-tcb
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: generate-tcb
Source: https://github.com/OmniNode-ai/omniclaude/tree/main/plugins/onex/skills/generate-tcb
Command: npx skills add https://github.com/OmniNode-ai/omniclaude --skill generate-tcb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the creation of a Ticket Context Bundle (TCB) for Linear tickets, ensuring that relevant information like code, tests, and patterns are readily available for ticket resolution.

Core Features & Use Cases

  • Automated TCB Generation: Creates an "Intent-Warmed" TCB by fetching ticket details, normalizing intent, and retrieving grounded evidence.
  • Evidence Gathering: Collects relevant files, PRs, tests, and patterns to enrich the ticket context.
  • Use Case: Automatically generate a TCB after a new ticket is created in Linear to provide developers with immediate context, or manually trigger it for a specific ticket using a command.

Quick Start

Use the generate-tcb skill to create a TCB for ticket OMN-1234.

Frequently Asked Questions about generate-tcb

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

FAQPage Schema
How do I generate context for Linear tickets automatically?▼

To generate context for Linear tickets, the skill fetches ticket details, normalizes intent, retrieves modified files and related pull requests, and assembles a structured Ticket Context Bundle posted as a comment.

What is a Ticket Context Bundle and how does it help with code generation?▼

A Ticket Context Bundle is a structured collection of ticket intent, recently modified files, related pull requests, tests, and applicable patterns that provides grounded context for resolving tickets.

How do I pull related pull requests and tests for a specific Linear ticket?▼

You can pull related pull requests and tests by providing a Linear ticket ID to the skill, which retrieves grounded evidence and normalizes intent from the title and description.

Can I enrich the scope of a generated Ticket Context Bundle with an epic ID?▼

Yes, you can enrich the Ticket Context Bundle scope by providing an optional epic ID as input, alongside a force_regenerate flag to overwrite existing bundles.

What is the best way to automate developer context gathering for new tickets?▼

Automating developer context gathering is best achieved by triggering Ticket Context Bundle generation upon ticket creation, which retrieves files, PRs, tests, and patterns.