skills/linear-delivery-sync/SKILL.md
Use the Linear MCP from the scaffolded Linear link to align implementation with issues/projects, suggest card updates, and keep Linear documentation in sync.
npx skillsauth add lemessdavi/ia-prev linear-delivery-syncInstall 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.
Use Linear as the operational source of truth while coding.
.project-context/linear.md..project-context/linear.md..../issue/<KEY> -> fetch issue details and comments..../project/... -> fetch project and relevant open issues.Implemented:
- <what changed>
Validation:
- <tests and gates run>
Notes:
- <risk, follow-up, docs touched>
testing
Use for every implementation task in this template. Enforces pair-programming with AI, small releases, and continuous integration discipline.
development
Use before any feature, bugfix, or behavior change. Write failing tests first, then implement minimum code.
development
Use after green tests to keep codebase healthy through small and frequent refactors instead of large rescue rewrites.
testing
Keep CLAUDE.md and AGENTS.md aligned with reality. Use when new decisions, hurdles, or patterns emerge during implementation.