linear Skill
Use Symphony's lineargraphql client tool for raw Linear GraphQL operations such as comment editing and upload flows. Published by openai in symphony.
What is linear Skill?
Use Symphony's lineargraphql client tool for raw Linear GraphQL operations such as comment editing and upload flows. Published by openai in symphony. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using symphony
Technical details
- Install or run with Copy skill directory
When to use linear Skill
- Use it for developers using symphony.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/symphony
- Skill file: .codex/skills/linear/SKILL.md
What it does
Use Symphony's lineargraphql client tool for raw Linear GraphQL operations such as comment editing and upload flows.
Skill instructions
Linear GraphQL Use this skill for raw Linear GraphQL work during Symphony app-server sessions. Primary tool Use the lineargraphql client tool exposed by Symphony's app-server session. It reuses Symphony's configured Linear auth for the session. Tool input: json { "query": "query or mutation document", "variables": { "optional": "graphql variables object" } } Tool behavior: - Send one GraphQL operation per tool call. - Treat a top-level errors array as a failed GraphQL operation even if the tool call itself completed. - Keep queries/mutations narrowly scoped; ask only for the fields you need. Discovering unfamiliar operations When you need an unfamiliar mutation, input type, or object field, use targeted introspection through lineargraphql. List mutation names: graphql query ListMutations { type(name: "Mutation") { fields { name } } } Inspect a specific input object: graphql query CommentCreateInputShape { type(name: "CommentCreateInput") { inputFields { name type { kind name ofType { k
Explore related resources
Frequently asked questions
What is linear?
linear is a open-source AI agent skill with Copy skill directory. Use Symphony's lineargraphql client tool for raw Linear GraphQL operations such as comment editing and upload flows.
Who is linear best for?
linear is best for reusing agent instructions, scripts, and references.
How do I install linear?
Install or run linear using Copy skill directory. Check linear for the latest setup command.
Is linear actively maintained?
linear may need a closer maintenance check before production use.
Auto-fetched from GitHub.