Работа с Linear-тикетами: от задачи до коммита

engineering

linear is a Claude Code skill that defines a structured workflow for handling Linear issues in the Anytype Desktop project. It prescribes five steps: read the issue or task description, run targeted file discovery using Grep/Glob within a strict 3-minute limit (no broad Read operations), outline the fix plan in at most 5 bullets, implement the changes immediately, then run typecheck and lint before committing to a feature branch. Designed for contributors to Anytype — a cross-platform Electron + TypeScript desktop client — the skill bridges the gap between a Linear ticket and verified, committed code with minimal overhead.