.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/dgouron/review-flow
home/skills/dgouron/review-flow
dgouron avatar

dgouron/review-flow

38 skills

View on GitHub
$npx skills add dgouron/review-flow
SkillInstalls
agent-creatorGuide for creating optimized Claude Code agents. Use to design a new specialized agent, a swarm sub-agent, or a multi-agent workflow.—anti-overengineeringAnti-overengineering guide based on YAGNI. Use before adding an architectural pattern, during code review, or to challenge an overly complex implementation.—audit-docsAudit documentation for duplication, staleness, language issues, and verbosity. Read-only — produces an actionable report.—auto-reviewLocal 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.—clean-architectureClean Architecture (Uncle Bob) guide for this project. Use when creating modules, entities, use cases, presenters, controllers, gateways, guards, services.—clean-codeClean Code (Robert C. Martin) guide to produce and challenge code that is readable, durable, simple, and consistent.—commitSafe commit and push workflow. Creates a commit following conventions and pushes. Husky handles verifications (TypeScript, Biome, tests).—create-docCreate a new documentation file following project standards. Detects overlap with existing docs before creating.—dddStrategic DDD guide for this project. Use to split the domain into bounded contexts, define ubiquitous language, create new business modules, or analyze…—discoveryBusiness discovery before technical specs. Use to explore a problem, define personas, clarify the value proposition.—docs-indexGenerate or update the centralized documentation index (docs/INDEX.md) with navigation map and cross-references.—e2eGuide for Playwright end-to-end tests. Use to create a new e2e test, debug a flaky test, or test API endpoints.—event-stormingEvent Storming Big Picture on a bounded context or the whole project.—followup-advancedFollow-up review that never trusts a commit message — always re-reads the actual diff before resolving a thread.—followup-basicFollow-up review to verify fixes. Uses context file for thread management.—implement-featureAutonomous feature implementation via spec-driven development. Orchestrates a planner and a TDD implementer with preloaded skills.—product-managerChallenge and specification of tickets/user stories. Use to define a feature, write acceptance criteria, scope a ticket, score with RICE.—refactor-featureAutonomous refactoring via spec-driven development. Orchestrates contract tests, batch planning, and incremental implementation with regression checks.—refactoringGuide for large-scale refactorings with Mikado and Strangler Fig. Use for architecture migration, library replacement, module splitting, or pattern changes.—review-advancedRigorous sequential-audit code review with a dedicated security block and cited pedagogical lessons. Customize for your project.—review-backComplete code review of a backend MR/PR with 8 sequential audits (Clean Architecture, DDD, TypeScript Best Practices, SOLID, Testing, Code Quality, Security,…—review-basicBasic code review skill template. Customize for your project.—review-bootstrapBootstrap skill that injects critical automation instructions for review context communication. Must be loaded BEFORE any review skill.—review-docComplete review of a documentation-focused MR/PR with 5 sequential audits oriented for documentation projects (markdown-quality, link-validity, terminology,…—review-exampleExample code review skill for Claude Review Automation. Customize this template for your project's review standards.—review-followupFollow-up review to verify corrections on a MR. Sequential execution to avoid memory spikes.—review-followup-exampleExample follow-up review skill for Claude Review Automation. Used to verify fixes after initial review.—review-frontComplete code review of a MR/PR with 7 sequential audits (Clean Architecture, DDD, TypeScript Best Practices, SOLID, Clean Code, Testing, Code Quality).—review-fullstackComplete code review of a fullstack MR/PR with 8 sequential audits (Clean Architecture, DDD, React Best Practices, SOLID, Testing, Code Quality, Security,…—review-with-agentsAdvanced code review with multiple sequential agents. Customize for your project.—securityCode 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.—shipShip — commit and push in one command. Chains quality gates, conventional commit, push, and optional PR creation + merge.—skill-creatorGuide 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…—solidSOLID Principles from Clean Architecture (Robert C. Martin). Use for code review, refactoring decisions, or when designing new modules/components.—tailwindGuide for ReviewFlow dashboard styling conventions. Use when creating/modifying dashboard UI, optimizing styles, or resolving layout issues.—tddInteractive guide for Detroit School TDD. Use whenever the user asks to write or modify code - new feature, bug fix, debug, refactoring, modification.—update-docsUpdate documentation after code changes. Scans git diff to find affected docs and updates them for consistency.—worktreeGit worktree management for working on multiple branches in parallel. Create, list, remove, and synchronize worktrees. Protects against direct pushes to master.—