DGouron

55 mods across 1 repository, 42 stars between them.

ddd

25

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).

42 18d ago A 44 tokens original MIT

discovery

26

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/.

42 18d ago A 38 tokens original MIT

docs-index

27

DGouron/review-flow

Skill Claude CodeCodex

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

42 18d ago A 24 tokens original MIT

e2e

28

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.

42 18d ago A 44 tokens original MIT

event-storming

29

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.

42 18d ago C 64 tokens original MIT

implement-feature

30

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.

42 18d ago A 40 tokens original MIT

product-manager

31

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.

42 18d ago A 49 tokens original MIT

refactor-feature

32

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.

42 18d ago 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.

42 18d ago A 48 tokens original MIT

review-back

34

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…

42 18d ago A 76 tokens original MIT

review-doc

35

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…

42 18d ago A 82 tokens original MIT

review-followup

36

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.

42 18d ago A 38 tokens original MIT

review-front

37

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.

42 18d ago A 74 tokens original MIT

review-fullstack

38

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…

42 18d ago A 98 tokens original MIT

security

39

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.

42 18d ago A 36 tokens original MIT

ship

40

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.

42 18d ago A 50 tokens original MIT

skill-creator

41

DGouron/review-flow

Skill Claude CodeCodex

Guide for creating or updating a ReviewFlow skill. Use when the user wants to create a new skill, update an existing skill, or asks how to add a slash command that extends Claude's capabilities in this project.

42 18d ago A 47 tokens original MIT

solid

42

DGouron/review-flow

Skill Claude CodeCodex

SOLID Principles from Clean Architecture (Robert C. Martin). Use for code review, refactoring decisions, or when designing new modules/components.

42 18d ago A 30 tokens original MIT

dashboard-styling

43

DGouron/review-flow

Skill Claude CodeCodex

Guide for ReviewFlow dashboard styling conventions. Use when creating/modifying dashboard UI, optimizing styles, or resolving layout issues.

42 18d ago A 29 tokens original MIT

tdd

44

DGouron/review-flow

Skill Claude CodeCodex

Interactive guide for Detroit School TDD. Use whenever the user asks to write or modify code - new feature, bug fix, debug, refactoring, modification. Activates a RED-GREEN-REFACTOR workflow with validation at each step.

42 18d ago A 52 tokens original MIT

update-docs

45

DGouron/review-flow

Skill Claude CodeCodex

Update documentation after code changes. Scans git diff to find affected docs and updates them for consistency.

42 18d ago A 24 tokens original MIT

worktree

46

DGouron/review-flow

Skill Claude CodeCodex

Git worktree management for working on multiple branches in parallel. Create, list, remove, and synchronize worktrees. Protects against direct pushes to master.

42 18d ago A 34 tokens original MIT

DGouron/review-flow

Instructions file

Instructions for DGouron/review-flow, covering reviewflow claude.md, quick start, behavior, language rules and project overview.

42 18d ago A 4,062 tokens original MIT

review-example

48

DGouron/review-flow

Skill Claude CodeCodex

Example code review skill for Claude Review Automation. Customize this template for your project's review standards.

42 18d ago A 21 tokens original MIT