DGouron/review-flow

Automated AI code reviews powered — webhook-driven, real-time dashboard, MCP integration, smart queue with deduplication, multi-agent audits, and iterative follow-up reviews for GitLab MRs and GitHub PRs

42Stars on the repository
55Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

agent-creator

01

DGouron/review-flow

Skill Claude CodeCodex

Guide for creating optimized Claude Code agents. Use to design a new specialized agent, a swarm sub-agent, or a multi-agent workflow. Follows the Skill → Agent (preloaded skills) → Skill orchestration pattern.

not rated 42 yesterday A 48 tokens original MIT

DGouron/review-flow

Skill Claude CodeCodex

Anti-overengineering guide based on YAGNI. Use before adding an architectural pattern, during code review, or to challenge an overly complex implementation.

not rated 42 yesterday A 33 tokens original MIT

audit-docs

03

DGouron/review-flow

Skill Claude CodeCodex

Audit documentation for duplication, staleness, language issues, and verbosity. Read-only — produces an actionable report.

not rated 42 yesterday A 27 tokens original MIT

auto-review

04

DGouron/review-flow

Skill Claude CodeCodex

Local auto-review of modified code (no GitLab/GitHub). Runs 5 sequential audits and generates a local report. Ideal for validating code before creating a MR/PR.

not rated 42 yesterday A 39 tokens original MIT

architecture

05

DGouron/review-flow

Skill Claude CodeCodex

Clean Architecture (Uncle Bob) guide for this project. Use when creating modules, entities, use cases, presenters, controllers, gateways, guards, services. Contains tactical patterns and structure conventions.

not rated 42 yesterday A 41 tokens original MIT

clean-code

06

DGouron/review-flow

Skill Claude CodeCodex

Clean Code (Robert C. Martin) guide to produce and challenge code that is readable, durable, simple, and consistent. Covers naming, functions, comments, smells, and refactor heuristics. Complements /solid (SOLID principles) and /anti-overengineering (YAGNI/KISS). Activate during the REFACTOR phase of the TDD cycle and…

not rated 42 yesterday A 84 tokens original MIT

commit

07

DGouron/review-flow

Skill Claude CodeCodex

Safe commit and push workflow. Creates a commit following conventions and pushes. Husky handles verifications (TypeScript, Biome, tests).

not rated 42 yesterday A 30 tokens original MIT

create-doc

08

DGouron/review-flow

Skill Claude CodeCodex

Create a new documentation file following project standards. Detects overlap with existing docs before creating.

not rated 42 yesterday A 21 tokens original MIT

ddd

09

DGouron/review-flow

Skill Claude CodeCodex

Strategic DDD guide for this project. Use to split the domain into bounded contexts, define ubiquitous language, create new business modules, or analyze context boundaries. Tactical patterns follow Clean Architecture (see architecture skill).

not rated 42 yesterday A 44 tokens original MIT

discovery

10

DGouron/review-flow

Skill Claude CodeCodex

Business discovery before technical specs. Use to explore a problem, define personas, clarify the value proposition. Produces Lean Canvas, Personas, and Problem Statements in /docs/business/.

not rated 42 yesterday A 38 tokens original MIT

docs-index

11

DGouron/review-flow

Skill Claude CodeCodex

Generate or update the centralized documentation index (docs/INDEX.md) with navigation map and cross-references.

not rated 42 yesterday A 24 tokens original MIT

e2e

12

DGouron/review-flow

Skill Claude CodeCodex

Guide for Playwright end-to-end tests. Use to create a new e2e test, debug a flaky test, or test API endpoints. Covers patterns, workarounds, and project conventions.

not rated 42 yesterday A 44 tokens original MIT

event-storming

13

DGouron/review-flow

Skill Claude CodeCodex

Event Storming Big Picture on a bounded context or the whole project. Explores code to discover domain events, commands, entities, context boundaries, and produces structured markdown following Vaughn Vernon's strategic patterns. Usage: /event-storming or /event-storming global.

not rated 42 yesterday C 64 tokens original MIT

implement-feature

14

DGouron/review-flow

Skill Claude CodeCodex

Autonomous feature implementation via spec-driven development. Orchestrates a planner and a TDD implementer with preloaded skills. Consumes Gherkin specs produced by /product-manager.

not rated 42 yesterday A 40 tokens original MIT

product-manager

15

DGouron/review-flow

Skill Claude CodeCodex

Challenge and specification of tickets/user stories. Use to define a feature, write acceptance criteria, scope a ticket, score with RICE. Produces INVEST specs with DSL in /docs/specs/. Subcommands: rice, ticket.

not rated 42 yesterday A 0 tokens original MIT

refactor-feature

16

DGouron/review-flow

Skill Claude CodeCodex

Autonomous refactoring via spec-driven development. Orchestrates contract tests, batch planning, and incremental implementation with regression checks. Reuses feature-planner and feature-implementer agents.

not rated 42 yesterday A 41 tokens original MIT

DGouron/review-flow

Skill Claude CodeCodex

Guide for large-scale refactorings with Mikado and Strangler Fig. Use for architecture migration, library replacement, module splitting, or pattern changes. Maintains a Mikado graph to track dependencies.

not rated 42 yesterday A 48 tokens original MIT

review-back

18

DGouron/review-flow

Skill Claude CodeCodex

Complete code review of a backend MR/PR with 8 sequential audits (Clean Architecture, DDD, TypeScript Best Practices, SOLID, Testing, Code Quality, Security, Performance). An orchestrator runs each audit one by one to avoid memory spikes. Generates an .md report and posts it directly on the MR/PR. Direct mode with…

not rated 42 yesterday A 76 tokens original MIT

review-doc

19

DGouron/review-flow

Skill Claude CodeCodex

Complete review of a documentation-focused MR/PR with 5 sequential audits oriented for documentation projects (markdown-quality, link-validity, terminology, freshness, examples-validity). No code-architecture audits, no React patterns, no SOLID. An orchestrator runs each audit one by one. Generates an .md report and…

not rated 42 yesterday A 82 tokens original MIT

review-followup

20

DGouron/review-flow

Skill Claude CodeCodex

Follow-up review to verify corrections on a MR. Sequential execution to avoid memory spikes. Checks blocking issues, detects new problems, and posts a concise report on GitLab.

not rated 42 yesterday A 38 tokens original MIT

review-front

21

DGouron/review-flow

Skill Claude CodeCodex

Complete code review of a MR/PR with 7 sequential audits (Clean Architecture, DDD, TypeScript Best Practices, SOLID, Clean Code, Testing, Code Quality). An orchestrator runs each audit one by one to avoid memory spikes. Generates an .md report and posts it directly on the MR/PR. Direct mode with sourced lessons.

not rated 42 yesterday A 74 tokens original MIT

review-fullstack

22

DGouron/review-flow

Skill Claude CodeCodex

Complete code review of a fullstack MR/PR with 8 sequential audits (Clean Architecture, DDD, React Best Practices, SOLID, Testing, Code Quality, Security, Performance). The audit set is the deduplicated union of review-front and review-back — no audit runs twice. An orchestrator runs each audit one by one to avoid…

not rated 42 yesterday A 98 tokens original MIT

security

23

DGouron/review-flow

Skill Claude CodeCodex

Code scan to detect secrets before commit. Use before git add/commit/push or on demand. Checks for tokens, API keys, credentials, and other sensitive data.

not rated 42 yesterday A 36 tokens original MIT

ship

24

DGouron/review-flow

Skill Claude CodeCodex

Ship — commit and push in one command. Chains quality gates, conventional commit, push, and optional PR creation + merge. Use when the user says "ship", "commit and push", "/ship", or wants to finalize a branch.

not rated 42 yesterday A 50 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: