linear

Validates org's Linear issue tracker setting in chezmoi data and provides GraphQL usage examples.

6|2|Updated Jul 8, 2012
One-click install
npx skills add https://github.com/athal7/dotfiles --skill linear-athal7
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/athal7/dotfiles/tree/main/skills/linear
Command: npx skills add https://github.com/athal7/dotfiles --skill linear-athal7

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Linear helps teams manage issues efficiently by providing a consistent Linear-based workflow configured via chezmoi data, ensuring the org's issues flag is "linear".

Core Features & Use Cases

  • Detects whether an org uses Linear for issue tracking by validating the org's issues flag in chezmoi data.
  • Provides guidance on project creation, milestones, and issue management using Linear GraphQL APIs.
  • Supports integration into software engineering workflows managed through chezmoi, enabling consistent org-level issue governance.

Quick Start

Set up a Linear-based workflow for your org by verifying the org's Linear configuration and following the included guidance to manage milestones and issues.

Frequently Asked Questions about linear

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

FAQPage Schema
How do I detect if an organization uses Linear for issue tracking via chezmoi data?▼

Linear issue tracking is detected by validating that the org's issues setting in chezmoi data equals 'linear'. This check applies to software-project contexts where orgs.<org>.issues is configured as 'linear'.

What GraphQL queries are available for managing Linear issues and milestones?▼

Linear GraphQL examples are provided for projectMilestones, searchIssues, and comments. These queries enable guidance on project creation, milestone management, and issue searching within Linear workflows.

Can I integrate Linear issue tracking into my chezmoi-managed software engineering workflow?▼

Yes, Linear integrates into software engineering workflows managed through chezmoi by validating the org's issues flag. This enables consistent org-level issue governance across project creation, milestones, and comments.

How do I search for issues in Linear using the GraphQL API?▼

Issue searching in Linear uses the searchIssues GraphQL query example provided by the workflow. This allows querying and retrieving issues within a Linear-configured organization context.

Does this workflow require any specific dependencies or components to function?▼

No external dependencies or components are required. The workflow validates the org's Linear configuration through chezmoi data and provides GraphQL API guidance for project milestones, issue searching, and comments.