# MCP Pr Review

> Review pull requests in mcp-linear for MCP-specific risks. Use this when a branch changes LinearService behavior, tool contracts, registrations, or tests.

- Skill: `tacticlaunch/mcp-pr-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add tacticlaunch/mcp-pr-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tacticlaunch/mcp-pr-review/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: tacticlaunch (https://skillmd.com/u/tacticlaunch)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/tacticlaunch/mcp-pr-review

---


Use this review workflow for `mcp-linear` pull requests.

## Review focus

1. Input schema and type guard alignment.
2. Output schema and normalized service output alignment.
3. Nullable field handling, especially for update and clear operations.
4. Missing handler or index registration.
5. Missing `TOOLS.md` updates.
6. Direct GraphQL added without a clear SDK rationale.
7. 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.

