What problem does it solve?
It turns a GitHub issue’s enriched acceptance spec into working Elixir/Phoenix/Ash code with the required tests, so gaps from review don’t remain ambiguous or unverified.
Core Features & Use Cases
- Implements acceptance criteria end-to-end: follows the enriched-spec markers and completes all required behavior.
- Remediates review gaps safely: focuses only on the items listed in the review-gaps block without redoing already-passing work.
- Ensures correctness with tests: writes tests alongside implementation in Full mode and produces test-hint breadcrumbs in delegated modes.
- Works with related issues: fetches linked issues when referenced to avoid missing constraints.
Quick Start
Use the code-issue skill to implement the issue that Improve-Issue described, including all acceptance criteria and any review gaps, while ensuring tests are added alongside the changes.