plan-review-implementation

Review completed implementation iterations and advance Linear tasks from Review to Merge.

Updated Feb 4, 2026
One-click install
npx skills add https://github.com/lucaswall/food-scanner --skill plan-review-implementation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-review-implementation
Source: https://github.com/lucaswall/food-scanner/tree/main/.claude/skills/plan-review-implementation
Command: npx skills add https://github.com/lucaswall/food-scanner --skill plan-review-implementation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured review process for completed implementation iterations, ensuring issues are surfaced, and decisions are made before merge.

Core Features & Use Cases

  • Iterative review orchestration: Scans finished plan iterations to determine readiness for formal review and moves eligible Linear issues from Review to Merge.
  • Bug/edge-case detection: Identifies bugs, edge cases, security concerns (OWASP-based), type-safety gaps, resource leaks, and async issues, creating fix plans or new Linear issues.
  • Documentation & workflow automation: Logs review findings in PLANS.md, creates Todo items for remediation, and triggers PR creation when all tasks are resolved.

Quick Start

After plan-implement finishes, run this Skill to review iterations, generate fix plans, and update Linear issues. The process will guide you through reviewing iterations and pushing changes.

Frequently Asked Questions about plan-review-implementation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review for completed implementation iterations before merging?

Automated code review for implementation iterations scans finished plans to surface bugs, edge cases, and security concerns. It logs findings in PLANS.md documentation and creates Linear Todo issues for any detected remediation tasks before determining merge readiness.

What is the process for moving Linear issues from review to merge status?

Moving Linear issues from review to merge requires evaluating completed implementation iterations for readiness. The review process checks for type-safety gaps, resource leaks, and async issues, advancing eligible Linear tasks to the merge phase only when all criteria are satisfied.

How do I detect security vulnerabilities and edge cases during a post-implementation review?

Detecting security vulnerabilities and edge cases during post-implementation review involves OWASP-based analysis of finished code iterations. The review identifies type-safety gaps, resource leaks, and async issues, automatically generating fix plans or new Linear issues for tracked remediation.

Can I trigger PR creation automatically when all Linear review tasks are resolved?

PR creation can be triggered automatically once all Linear review tasks are resolved. The workflow ensures proper labeling and status transitions are complete, documentation is updated in PLANS.md, and all Todo remediation items are closed before initiating the pull request.

Do I need a PLANS.md file to run an automated post-implementation workflow?

A PLANS.md file is required to run the automated post-implementation workflow. The review process enforces logging review findings and documentation updates within this file, ensuring structured tracking of bugs, edge cases, and fix plans before advancing any Linear issues.

What's the best way to manage bug tracking and fix plans after a code iteration?

Managing bug tracking and fix plans after a code iteration is best handled by integrating automated review with Linear issue tracking. The workflow detects bugs and edge cases, creates Todo items for remediation, logs findings in PLANS.md, and advances tasks to merge once resolved.