一键导入
linear-review
Review the pull request linked to a Linear ticket for correctness, style, and edge cases. Posts review findings. No code changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review the pull request linked to a Linear ticket for correctness, style, and edge cases. Posts review findings. No code changes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Render pages with headless Chromium: screenshot, mobile/responsive layout review, viewport sweep, post-JS DOM, eval JS. Use for any visual/design/frontend QA task — see how a page actually looks rather than read its source. Triggers on: screenshot, render, mobile layout, responsive, viewport, breakpoint, design review, visual review, frontend QA, what does X look like, see the page, hydrated DOM, SPA, headless browser.
Orchestrate an epic — assess readiness, sequence sub-issues, implement all on a single branch, open one PR, and deliver a completion summary. Handles fresh epics, partially-completed epics, and crash recovery.
Linear project management integration. Provides tools for managing issues, comments, teams, projects, and issue relations via the Linear GraphQL API.
Investigate a bug or issue reported in a Linear ticket. Identify root cause, assess impact, implement the fix, and open a pull request.
Implement the solution for a Linear ticket and open a pull request. Full coding workflow — plan, implement, test, PR.
Prepare Linear tickets for the coding agent. Validates sizing (splits oversized tickets into sub-issues), researches tools/APIs involved, enriches context by scanning the codebase, and generates a focused implementation prompt.
| name | linear-review |
| description | Review the pull request linked to a Linear ticket for correctness, style, and edge cases. Posts review findings. No code changes. |
| scopes | ["linear","slack"] |
Review the pull request associated with a Linear ticket. Your job is code review only — do NOT push commits or modify the PR branch.
Use the linear plugin tools (linear_issue_view, linear_issue_update, linear_issue_create, linear_comment_add, etc.) for all API operations.
linear_issue (action: view).gh pr list --search "{issue-identifier}" or check for branches matching the issue identifier.## Code Review from a prior run, do not redo the full review. Focus only on changes made since that review, or skip if nothing has changed.Read the full diff carefully with gh pr diff {number}.
Correctness
Edge Cases
Style & Consistency
Performance
Security
Tests
Update the ticket description with your review (use linear_issue action: update with appendDescription: true).
---
## Code Review
### Verdict: [Approve / Request Changes / Needs Discussion]
### Summary
[1-2 sentence overall assessment]
### Findings
#### [Critical / Important / Suggestion] — [Short title]
**File:** `path/to/file.ts:42`
**Issue:** [What's wrong]
**Suggestion:** [How to fix it — be specific, show code if helpful]
[Repeat for each finding]
### What Looks Good
[Highlight things done well — good patterns, thorough error handling, clean abstractions]
### Test Coverage Assessment
[Are the tests sufficient? What's missing?]
Also post the review directly on the GitHub PR if you have access: gh pr review {number} --comment --body "..." or gh pr review {number} --request-changes --body "...".
After posting the review, respond with: