원클릭으로
gaps-to-issues
// Create Linear issues from a PR audit doc — one issue per PR bucket with acceptance criteria and linked audit findings.
// Create Linear issues from a PR audit doc — one issue per PR bucket with acceptance criteria and linked audit findings.
Draft and post a status update for a Linear initiative you own. Pulls the last status update plus recent issue activity across the initiative's projects, drafts a brief informative update, and posts it after confirmation.
Generate a GitHub PR title and summary from all branch changes, including Linear issue and Figma links when available. When targeting staging, generates a release changelog instead.
Generate one spec per issue — repo file (canonical) + Linear document (mirror). Agent-executable implementation plans with file paths, validation commands, and acceptance criteria.
Multi-agent PR review — component, integration, and routing analysis merged into a structured audit doc with severity and PR buckets.
| 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] |
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.
$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/.
Read the audit doc. Verify it has:
If the audit doc is missing buckets or acceptance criteria, tell the user and stop.
Ask the user:
Wait for confirmation before proceeding.
For each bucket, create a Linear issue using mcp__linear-server__save_issue:
/spec-from-audit) is the source of truth. The issue body should contain:
If the user asked to consolidate buckets, merge the relevant findings.
Add a "Follow-up Issues" section to the top of the audit doc (below the header metadata) with a table of all created issues:
## Follow-up Issues
| Issue | Priority | Title |
|-------|----------|-------|
| [SELF-NNNN](url) | Urgent | Bucket name |
| [SELF-NNNN](url) | High | Bucket name |
Update the audit doc status to: Audit complete — issues created
Show the user:
/spec-from-audit to generate specs for these issues."Stop here. Do not create specs.
git commit or git push.blockedBy field.save_issue to overwrite its description. All follow-up context, corrections, or status updates go in comments via save_comment. Use save_issue only to change structured fields (status, priority, assignee, labels).