| name | mcp-pr-review |
| description | Review pull requests in mcp-linear for MCP-specific risks. Use this when a branch changes LinearService behavior, tool contracts, registrations, or tests. |
Use this review workflow for mcp-linear pull requests.
Review focus
- Input schema and type guard alignment.
- Output schema and normalized service output alignment.
- Nullable field handling, especially for update and clear operations.
- Missing handler or index registration.
- Missing
TOOLS.md updates.
- Direct GraphQL added without a clear SDK rationale.
- Missing tests for negative validation paths, nullable updates, or SDK fallback behavior.
Expected output
- Findings first.
- Order findings by severity.
- Include exact file references.
- If no issues are found, say so explicitly and call out any remaining live-test risk.