What problem does it solve?
This Skill eliminates the manual, error-prone coordination of end-to-end coding workflows for Linear-tracked tasks, removing the need to manually manage build, review, gate, and ship steps for each individual issue.
Core Features & Use Cases
- Linear Issue Iteration: Automatically processes prioritized Linear issues for a target project, skipping stale, completed, or blocked tasks, and auto-closing issues already shipped in git history.
- TDD Build & Gate Coordination: Spawns Codex for test-driven implementation, runs full project validation gates (linting, tests, formatting), and tracks baseline debt from pre-existing test failures.
- Mandatory Review & Safe Shipping: Enforces separate Claude code review to catch integration issues and regressions, routes fix loops only when review fails, and ships passing changes to the default branch with standardized commit formatting.
Use case: An engineering team can use this Skill to automatically process a backlog of 15 prioritized Linear bugs and features, running each through implementation, review, and ship without manual orchestration, while safely skipping any issues already completed in prior commits.
Quick Start
Invoke the dev-build skill with your target project name to automatically process all actionable Linear issues for that project through implementation, review, and shipping.