flux-impl-review

Automate per-task implementation reviews with RepoPrompt or Codex backends.

7|1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/Nairon-AI/flux --skill flux-impl-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: flux-impl-review
Source: https://github.com/Nairon-AI/flux/tree/main/skills/flux-impl-review
Command: npx skills add https://github.com/Nairon-AI/flux --skill flux-impl-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lightweight per-task implementation review coordinates checks using RepoPrompt or Codex before moving to epic-level review, helping catch obvious issues early and reduce downstream rework.

Core Features & Use Cases

  • Lightweight per-task review using RepoPrompt (rp) or Codex CLI (codex)
  • Session-phase tracking and backend-agnostic workflow orchestration
  • Automatic retry/fix loops and receipt-enabled continuity across reviews

Quick Start

Begin a per-task implementation review by selecting a backend (rp or codex) and following the workflow described in this Skill.

Frequently Asked Questions about flux-impl-review

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

FAQPage Schema
What is per-task implementation review and when do I need it in a workflow?

Per-task implementation review is a lightweight automated check that runs after individual tasks to catch obvious code issues early. You need it to reduce downstream rework before moving to broader epic-level reviews.

How do I automate code review using Codex or RepoPrompt backends?

You can automate code review by selecting either the RepoPrompt or Codex CLI backend within a Flux task session. The workflow then orchestrates session-phase tracking, issue classification, and automatic retry loops to coordinate the checks.

Can I use this per-task review workflow without setting up dependencies?

Yes, you can use this per-task review workflow without installing external dependencies. It operates autonomously within Flux task sessions and only requires selecting either the RepoPrompt or Codex backend to function.

How does the auto-fix loop handle re-reviews and continuity across sessions?

The auto-fix loop enforces SKILL.md frontmatter constraints and handles re-reviews using a receipt-enabled continuity system. This ensures issues found during the per-task review are automatically retried and validated across sessions.

Does per-task review replace the need for a final epic-level code review?

No, per-task review does not replace an epic-level code review. It acts as a lightweight preliminary filter to catch obvious issues early in each task, which helps reduce downstream rework before the broader epic review phase.