DGouronDGouronCommunityยท36 Agent Skills Included

review-flow

Automated code reviews for GitLab and GitHub merge requests

Runs automated code reviews on GitLab and GitHub merge requests, posting inline comments and scored reports. Eliminates manual review bottlenecks with sequential audits covering architecture, SOLID, testing, security, and performance. Tracks progress on a live dashboard, verifies fixes on follow-up pushes, and resolves discussion threads automatically.
npx skills add DGouron/review-flow --all -g -y
Available:

Gives your AI agent the project's behavioral rules, architecture conventions, testing standards, and quality gates to follow when running the review and development skills in this repository.

All Skills in This Repository (36)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
DGouronDGouron

commit

Enforce quality gates and conventional commit rules in Git workflows.

Community
Advanced
๐Ÿ“ฆ In Repo
DGouronDGouron

clean-code

Apply Clean Code principles to improve naming, structure, and comments in codebases.

Community
Intermediate
๐Ÿ“ฆ In Repo
DGouronDGouron

update-docs

Synchronize project documentation with code changes via git diffs.

Community
Advanced
๐Ÿ“ฆ In Repo
DGouronDGouron

security

Detect leaked credentials in code before Git commits.

Community
Intermediate
๐Ÿ“ฆ In Repo
DGouronDGouron

ddd

Guide teams to split domains into bounded contexts and define a ubiquitous language.

Community
Intermediate
๐Ÿ“ฆ In Repo
DGouronDGouron

implement-feature

Coordinate a spec-driven workflow to implement tested Clean Architecture code.

Community
Advanced
๐Ÿ“ฆ In Repo
DGouronDGouron

product-manager

Generate structured product specifications from vague ideas using INVEST and RICE rules.

Community
Advanced
๐Ÿ“ฆ In Repo
DGouronDGouron

create-doc

Create project documentation files with standardized YAML frontmatter and duplicate detection.

Community
Intermediate
๐Ÿ“ฆ In Repo
DGouronDGouron

discovery

Guide teams to define problems, identify users, and articulate value propositions.

Community
Intermediate
๐Ÿ“ฆ In Repo
DGouronDGouron

worktree

Manage Git worktrees for parallel branching and master protection.

Community
Advanced
๐Ÿ“ฆ In Repo
DGouronDGouron

docs-index

Regenerate docs/INDEX.md from Markdown frontmatter and summaries.

Community
Intermediate
๐Ÿ“ฆ In Repo
DGouronDGouron

review-doc

Run sequential documentation audits on MR/PRs and post feedback.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’