flow-next-impl-review

Automate implementation reviews of code changes with RepoPrompt or Codex backends.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/raydocs/inktale --skill flow-next-impl-review-raydocs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flow-next-impl-review
Source: https://github.com/raydocs/inktale/tree/main/plugins/flow-next/skills/flow-next-impl-review
Command: npx skills add https://github.com/raydocs/inktale --skill flow-next-impl-review-raydocs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables teams to perform deep, Carmack-grade implementation reviews using RepoPrompt or Codex, coordinating the analysis without performing the actual review yourself.

Core Features & Use Cases

  • Backend-augmented reviews: leverages RepoPrompt or Codex to assess code changes, PRs, or new implementations.
  • Session coordination: acts as the Review Coordinator to organize prompts, selections, and handoffs.
  • Workflow fidelity: follows the official review workflow scripts (setup-review, prompt composition, and chat exchange) to maintain consistency.

Quick Start

Initialize a review session with the bundled flowctl wrapper and let the system coordinate a Carmack-grade review of your current branch.

Frequently Asked Questions about flow-next-impl-review

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

FAQPage Schema
How do I automate deep code reviews for pull requests without writing the review myself?

You can automate deep code reviews by initializing a session with the bundled flowctl wrapper, which coordinates RepoPrompt or Codex to assess branch changes and pull requests. The system acts as a Review Coordinator, organizing prompt composition and chat exchanges to deliver a recap.

What is a Carmack-grade implementation review process?

A Carmack-grade implementation review is a deterministic workflow that assesses code changes using RepoPrompt or Codex. It follows strict steps including selection, prompt composition, chat exchange, and recap generation to maintain high consistency and analysis fidelity.

Can I use RepoPrompt and Codex interchangeably to review my current branch changes?

Yes, you can use either RepoPrompt or Codex to review your current branch changes. The skill includes backend detection logic to support both rp and codex backends, ensuring the deterministic review workflow executes correctly regardless of the chosen backend.

Do I need the flowctl wrapper to run implementation reviews?

Yes, the flowctl wrapper is required to run these implementation reviews. It initializes the review session and enforces the prescribed review process, handling setup-review invocation and backend detection for RepoPrompt or Codex.

What are the limitations of automating code review coordination with flowctl?

The limitation of automating code review coordination with flowctl is that it coordinates analysis without performing the actual review itself. It strictly adheres to the prescribed workflow scripts and requires either RepoPrompt or Codex backends to function.