linear

Execute raw Linear GraphQL queries and mutations during Symphony app-server sessions.

8|1|Updated Jul 15, 2024
One-click install
npx skills add https://github.com/HorusGoul/trizum --skill linear-horusgoul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: linear
Source: https://github.com/HorusGoul/trizum/tree/main/.agents/skills/linear
Command: npx skills add https://github.com/HorusGoul/trizum --skill linear-horusgoul

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires linear_graphql, and includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the execution of raw Linear GraphQL operations during Symphony app-server sessions, enhancing the ability to interact with Linear directly within the Symphony environment.

Core Features & Use Cases

  • Raw GraphQL Operations: Directly execute queries and mutations against the Linear GraphQL API.
  • Comment Editing and Uploads: Modify comments and handle file uploads directly.
  • Use Case: Quickly update comments on Linear issues or attach GitHub PRs to Linear tasks within Symphony without leaving the app-server context.

Quick Start

Run the linear skill to edit a comment on issue 'MT-686' with new text.

Frequently Asked Questions about linear

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

FAQPage Schema
How do I execute raw Linear GraphQL queries inside Symphony sessions?

Yes, you can edit comments on Linear issues directly within Symphony by running this Skill to execute GraphQL mutations. It modifies issue comments without requiring you to leave the app-server context.

What's the best way to attach GitHub PRs to Linear tasks from Symphony?

The best way to attach GitHub PRs to Linear tasks from Symphony is using this Skill's raw GraphQL operations. It handles file uploads and attachments directly against the Linear API during your active session.

Do I need specific authentication setup to run Linear GraphQL mutations in Symphony?

Yes, you need access to Symphony's Linear auth configuration and the linear_graphql client tool. These dependencies are required to successfully execute raw GraphQL mutations and queries through the Skill.

Can I change Linear issue states without leaving the Symphony app-server environment?

Yes, you can change Linear issue states without leaving the Symphony app-server environment. This Skill performs raw GraphQL mutations to update issue states directly within your active Symphony session.