flow-impl-review

Generates Chesterton-style Manor-level Manor Manor Manor Manor Manor Manor Manor Manor Manor Manor Manor Manor Manor Manor Manor Manor Manor Manor Manor Manor Manor Manor Manor Manor Manor Manor Manor Manor.

674|52|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/gmickel/gmickel-claude-marketplace --skill flow-impl-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-impl-review
Source: https://github.com/gmickel/gmickel-claude-marketplace/tree/main/plugins/flow/skills/flow-impl-review
Command: npx skills add https://github.com/gmickel/gmickel-claude-marketplace --skill flow-impl-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines high-scrutiny implementation reviews by coordinating context gathering, handoff prompt generation, and Carmack-level critique using RepoPrompt and rp-cli, ensuring reviews are thorough, repeatable, and isolated from static file context.

Core Features & Use Cases

  • Automated context discovery: Builder identifies surrounding context for changes (patterns, dependencies, architectural context) beyond just the modified files.
  • Structured review workflow: Generates a handoff prompt, a Carmack-level criteria checklist, and a clear set of recommended actions.
  • Review modalities: Supports in-chat review via rp-cli chat and an export mode to produce a review prompt document for external LLMs.
  • Plan-driven validation: Aligns with a branch's plan and PRD as available, ensuring changes meet defined requirements.

Quick Start

Example: Initiate a focused review: /flow:impl-review focus on the authentication changes, ignore styling

Frequently Asked Questions about flow-impl-review

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

FAQPage Schema
How do I automate code review for changes on my current branch?

You can automate current branch code review by coordinating rp-cli and RepoPrompt to build precise context, generate handoff prompts, and apply a structured Carmack-level critique checklist to identify actionable issues.

What is a Carmack-level implementation review workflow?

A Carmack-level implementation review is a structured workflow that discovers surrounding architectural context beyond modified files, aligns changes with branch plans, and outputs actionable issues and structured critique recommendations.

Do I need rp-cli and RepoPrompt to run an automated branch code review?

Yes, this Skill requires both rp-cli and RepoPrompt to function, as they handle the interactive context gathering, in-chat review capabilities, and exportable review prompt generation for external LLMs.

Can I export a code review prompt for an external LLM instead of reviewing in chat?

Yes, you can use export mode to produce a review prompt document for external LLMs instead of using the in-chat review mode, enabling flexible implementation verification across different projects.

How do I ensure my PR changes meet the defined feature requirements?

You can ensure PR changes meet requirements through plan-driven validation, which aligns your current branch changes with available PRD documents and branch plans during the automated review workflow.

What are the limitations of using RepoPrompt for feature branch code review?

RepoPrompt is limited to static file context isolation, meaning dynamic runtime states or complex execution flows might require additional interactive context gathering to fully verify your implementation changes.