logics-connector-linear/SKILL.md
Connect Linear (GraphQL) to the Logics workflow: list issues and import a Linear issue into `logics/backlog/` as a new `item_###_*.md` with a link back to Linear.
npx skillsauth add alexago83/cdx-logics-kit logics-connector-linearInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
LINEAR_API_KEY (Linear Personal API key). Header is Authorization: $LINEAR_API_KEY (no Bearer prefix).LINEAR_API_URL (optional, default https://api.linear.app/graphql)LINEAR_API_TEAM_ID (optional default teamId; can be overridden via CLI)python logics/skills/logics-connector-linear/scripts/linear_list_issues.py \
--team-id "$LINEAR_API_TEAM_ID" --limit 50
python logics/skills/logics-connector-linear/scripts/linear_to_backlog.py \
--issue "CIR-42"
Notes:
--issue accepts an identifier (CIR-42) or a Linear issue URL.data-ai
Generate Logics workflow Mermaid blocks with a deterministic fallback that stays compatible with the flow manager.
testing
Fixture skill used to validate Logics kit package parsing.
testing
--- name: fixture-invalid-skill description: invalid: yaml frontmatter sample --- # Fixture Invalid Skill This fixture intentionally violates the SKILL frontmatter contract.
development
Plan workstreams/roadmap from Logics backlog and tasks. Use when Codex should generate a `logics/ROADMAP.md` grouping items into Now/Next/Later/Done based on priority and progress.