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.mdupdates. - 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.