← ClaudeAtlas

tachyon-linearlisted

Use Tachyon CLI to manage Linear issues through Tachyon's project-management integration. Trigger when the user asks to create, list, search, update, assign, prioritize, or move Linear issues with the Tachyon CLI, says "tachyon cliでlinear", "linear issue", "Linear作って", "Linear更新", or asks to avoid GitHub issues and use Linear instead.
quantum-box/tachyon-skills · ★ 0 · AI & Automation · score 72
Install: claude install-skill quantum-box/tachyon-skills
# Tachyon Linear Use this skill when operating Linear through the local `tachyon` CLI. ## Rules - Use the real `tachyon` CLI. Do not use direct Linear API calls or GitHub issues. - Prefer `tachyon linear issue ...` for Linear-specific work. - Use `tachyon issue ... --provider linear` only when the user explicitly wants the default project-management abstraction. - For mutations, confirm the exact title, description, team, status, priority, assignee, and due date unless the user already provided them clearly. - Always pass an explicit `--tenant-id` when the tenant/operator is known from the task, URL, repo, or user context. - For Tachyon Apps project work, use team `プラットフォーム事業` when the user has not specified another Linear team. - Use `--json` when creating, listing, or updating so the result can be parsed and summarized accurately. - Treat API tokens, auth headers, and credential refresh output as secrets. Do not echo them back. ## Orientation Check CLI availability and auth before doing live work: ```bash command -v tachyon tachyon auth list tachyon linear --help tachyon linear issue --help ``` Inspect subcommand options before using unfamiliar fields: ```bash tachyon linear issue create --help tachyon linear issue list --help tachyon linear issue update --help ``` ## List Issues List active Linear issues for a team: ```bash tachyon linear issue list \ --team "プラットフォーム事業" \ --tenant-id <tenant_id_or_alias> \ --json ``` Include completed or canceled issues