qa-linear-integration

Integrate QA workflows with Linear using its GraphQL API for issue tracking.

2|2|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/AZANIR/qa-skills --skill qa-linear-integration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-linear-integration
Source: https://github.com/AZANIR/qa-skills/tree/main/.cursor/skills/qa-linear-integration
Command: npx skills add https://github.com/AZANIR/qa-skills --skill qa-linear-integration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill bridges the gap between your QA processes and project management by enabling seamless creation and management of issues within Linear, ensuring full traceability.

Core Features & Use Cases

  • Issue Creation & Updates: Automatically create bugs, stories, or tasks in Linear based on QA findings.
  • Project & Cycle Management: Assign issues to specific projects and sprints within Linear.
  • Traceability: Links QA activities directly to Linear tickets, improving visibility and collaboration.
  • Use Case: After a test run identifies a critical bug, this Skill can automatically create a high-priority bug ticket in Linear, assign it to the relevant team, and link it to the failed test case.

Quick Start

Use the qa-linear-integration skill to create a new bug ticket in Linear for the login page failing with invalid credentials.

Frequently Asked Questions about qa-linear-integration

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

FAQPage Schema
How do I automatically create Linear issues from QA bug findings?

The integration maps QA severity to Linear priorities and labels to automatically create bug tickets, assigning them to specific projects and sprints to maintain end-to-end traceability for your issue tracking.

What is the best way to map QA severity to Linear priority levels?

Mapping QA severity to Linear priority levels is handled automatically during issue creation, translating test run criticality into appropriate Linear labels and priority settings for accurate bug tracking.

Can I assign Linear issues to projects and cycles using the GraphQL API?

Yes, you can assign Linear issues to specific projects and cycles using the GraphQL API, which facilitates seamless project management and sprint organization directly from your QA workflows.

Does this Linear integration support end-to-end traceability for test cases?

Yes, the Linear integration supports end-to-end traceability by linking QA activities directly to bug tickets and task creation skills, ensuring full visibility between failed test cases and issue resolution.

How do I update existing Linear tickets during a QA test run?

You can update existing Linear tickets during a QA test run by leveraging the GraphQL API to modify issue details, adjust priorities, and link newly identified bugs to the original failed test cases.