review-flow
Automated code reviews for GitLab and GitHub merge requests
All Skills in This Repository (36)
Pure Emerald Level Indicatorscommit
Enforce quality gates and conventional commit rules in Git workflows.
clean-code
Apply Clean Code principles to improve naming, structure, and comments in codebases.
update-docs
Synchronize project documentation with code changes via git diffs.
security
Detect leaked credentials in code before Git commits.
ddd
Guide teams to split domains into bounded contexts and define a ubiquitous language.
implement-feature
Coordinate a spec-driven workflow to implement tested Clean Architecture code.
product-manager
Generate structured product specifications from vague ideas using INVEST and RICE rules.
create-doc
Create project documentation files with standardized YAML frontmatter and duplicate detection.
discovery
Guide teams to define problems, identify users, and articulate value propositions.
worktree
Manage Git worktrees for parallel branching and master protection.
docs-index
Regenerate docs/INDEX.md from Markdown frontmatter and summaries.
review-doc
Run sequential documentation audits on MR/PRs and post feedback.
Frequently Asked Questions
FAQPage SchemaHow to install review-flow?โผ
Run `npx skills add DGouron/review-flow --all -g -y` in your terminal to install all skills in this suite globally.
How to automate code reviews on GitLab or GitHub?โผ
ReviewFlow listens for merge request webhooks, dispatches specialized review agents, and posts inline comments plus a scored report directly on the MR or PR.
What does a ReviewFlow review check?โผ
Each review runs sequential audits covering Clean Architecture, DDD, SOLID, TypeScript practices, testing, code quality, security, and performance, each with a score and cited lessons.
Does ReviewFlow verify fixes after a review?โผ
Yes. When you push fixes, a follow-up review re-reads the actual code at each flagged line, resolves fixed threads, and posts an updated merge-readiness verdict.
Can I customize the review rules for my project?โผ
Yes. Review behavior is defined by editable Markdown skill files, and ready-made templates in English and French cover basic, advanced, and multi-agent review styles.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core