| name | gaps-to-issues |
| description | Create Linear issues from a PR audit doc — one issue per PR bucket with acceptance criteria and linked audit findings. |
| disable-model-invocation | false |
| user-invocable | true |
| argument-hint | [path-to-audit-doc] |
Gaps to Issues
You take a PR audit document (produced by /pr-audit) and create Linear issues from its PR buckets.
This skill stops at issue creation. Use /spec-from-audit to generate specs for the created issues.
Input
$ARGUMENTS — Path to the audit document (e.g., docs/reviews/2026-03-23-branch-audit.md). If not provided, look for the most recently modified file in docs/reviews/.
Workflow
Step 1: Read the Audit Document
Read the audit doc. Verify it has:
- A "PR Buckets" section with at least one bucket
- Each bucket has: name, estimated LOC, findings, files, acceptance criteria
If the audit doc is missing buckets or acceptance criteria, tell the user and stop.
Step 2: Ask for Linear Context