create-followup-tickets

Create Linear tickets in batch from code review output.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill automates the creation of Linear tickets from code review findings, streamlining the process of addressing identified issues and ensuring follow-up work is tracked.

Core Features & Use Cases

  • Batch Ticket Creation: Generates multiple Linear tickets from structured review data in a single command.
  • Project Matching: Intelligently matches input project names to existing Linear projects.
  • Severity Filtering: Allows precise control over which issue severities are converted into tickets.
  • Auto Labeling: Automatically adds the repository name as a label to created tickets.
  • Use Case: After a code review identifies several critical and major bugs, use this skill to quickly create corresponding tickets in Linear, assigning them to the appropriate project and ensuring they are prioritized correctly.

Quick Start

After running a review, create follow-up tickets for the "beta hardening" project.

Frequently Asked Questions about create-followup-tickets

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

FAQPage Schema
How do I batch create Linear tickets from code review issues?

To batch create Linear tickets from code review issues, process structured issue data like direct JSON or markdown files to generate multiple actionable tasks in a single command. This automates tracking follow-up work identified during reviews.

Can I filter code review issues by severity before creating Linear tickets?

Yes, you can filter code review issues by severity before creating Linear tickets. Severity filtering allows precise control over which specific issue severities are converted into tracked tasks, ensuring only relevant issues are batch processed.

What is the best way to link batch created Linear tickets to existing projects?

The best way to link batch created Linear tickets to existing projects is using project fuzzy matching. This intelligently matches input project names from your review data to existing Linear projects, alongside options for parent linking.

Does this Linear ticket automation support dry-run and auto repository labeling?

Yes, this Linear ticket automation supports both dry-run and auto repository labeling. Dry-run allows you to preview ticket creation, while auto labeling automatically adds the repository name as a label to the generated tickets.

What input formats work for generating Linear tickets from review output?

Direct JSON and markdown files work as valid input formats for generating Linear tickets from review output. The system processes this structured issue data to parse findings and create corresponding actionable tasks in Linear.