skills/smithery.ai/plan-review-implementation

plan-review-implementation

Installation
SKILL.md

Review ALL implementation iterations that need review using an agent team with domain-specialized reviewers. You are the team lead/coordinator. You orchestrate 3 reviewer teammates who review changed files in parallel through different lenses, then you merge findings, document them, and handle Linear/git.

If agent teams are unavailable (TeamCreate fails), fall back to single-agent mode — see "Fallback: Single-Agent Mode" section.

Reference: See references/code-review-checklist.md for comprehensive checklist.

Pre-flight Check

  1. Read PLANS.md — Understand the full plan and iteration history
  2. Read CLAUDE.md — Understand project standards and conventions
  3. Verify Linear MCP — Call mcp__linear__list_issues with team: "ADVA Administracion" and state: "Review". If unavailable, STOP and tell the user: "Linear MCP is not connected. Run /mcp to reconnect, then re-run this skill."
  4. Assess AI-generated code risk — If implementation is large or shows AI patterns, apply extra scrutiny

Linear State Management

This skill moves issues from Review → Merge (preparing for PR).

If task passes review (no issues):

  • Move issue from "Review" to "Merge" using mcp__linear__update_issue
Installs
1
First Seen
Apr 21, 2026
plan-review-implementation from smithery.ai