Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

review-flow

يحتوي review-flow على 43 من skills المجمعة من DGouron، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
43
Stars
41
محدث
2026-07-14
Forks
7
التغطية المهنية
10 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

followup-advanced
محللو ضمان جودة البرمجيات والمختبرون

Follow-up review that never trusts a commit message — always re-reads the actual diff before resolving a thread. Cites a real source for new issues, matching review-advanced.

2026-07-14
review-advanced
محللو ضمان جودة البرمجيات والمختبرون

Rigorous sequential-audit code review with a dedicated security block and cited pedagogical lessons. Customize for your project.

2026-07-14
followup-advanced
محللو ضمان جودة البرمجيات والمختبرون

Review de suivi qui ne fait jamais confiance à un message de commit — relit toujours le diff réel avant de résoudre un thread. Cite une source réelle pour les nouveaux problèmes, comme review-advanced.

2026-07-14
review-advanced
محللو ضمان جودة البرمجيات والمختبرون

Code review rigoureuse à audits séquentiels, avec bloc sécurité dédié et leçons pédagogiques sourcées. À personnaliser pour votre projet.

2026-07-14
review-doc
محللو ضمان جودة البرمجيات والمختبرون

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 posts it directly on the MR/PR. Direct mode with sourced lessons.

2026-06-24
review-followup
محللو ضمان جودة البرمجيات والمختبرون

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.

2026-06-24
followup-basic
محللو ضمان جودة البرمجيات والمختبرون

Follow-up review to verify fixes. Uses context file for thread management.

2026-06-22
review-basic
محللو ضمان جودة البرمجيات والمختبرون

Basic code review skill template. Customize for your project.

2026-06-22
review-with-agents
محللو ضمان جودة البرمجيات والمختبرون

Advanced code review with multiple sequential agents. Customize for your project.

2026-06-22
followup-basic
محللو ضمان جودة البرمجيات والمختبرون

Review de suivi pour vérifier les corrections. Utilise le fichier de contexte pour la gestion des threads.

2026-06-22
review-basic
محللو ضمان جودة البرمجيات والمختبرون

Template de code review basique. À personnaliser pour votre projet.

2026-06-22
review-with-agents
محللو ضمان جودة البرمجيات والمختبرون

Code review avancée avec plusieurs agents séquentiels. À personnaliser pour votre projet.

2026-06-22
review-back
محللو ضمان جودة البرمجيات والمختبرون

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 sourced lessons.

2026-06-19
review-front
محللو ضمان جودة البرمجيات والمختبرون

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.

2026-06-19
review-fullstack
محللو ضمان جودة البرمجيات والمختبرون

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 memory spikes. Generates an .md report and posts it directly on the MR/PR. Direct mode with sourced lessons.

2026-06-19
clean-code
مطوّرو البرمجيات

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 during implementation self-review.

2026-05-22
anti-overengineering
مطوّرو البرمجيات

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

2026-05-22
solid
مطوّرو البرمجيات

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

2026-05-22
tdd
مطوّرو البرمجيات

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.

2026-05-22
event-storming
مصممو قواعد البيانات

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 <bc-name> or /event-storming global

2026-05-19
ship
مديرو الشبكات وأنظمة الحاسوب

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.

2026-05-14
skill-creator
مطوّرو البرمجيات

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.

2026-05-14
commit
مطوّرو البرمجيات

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

2026-04-03
implement-feature
مطوّرو البرمجيات

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

2026-04-03
product-manager
مديرو التسويق

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.

2026-04-03
audit-docs
مساعدو الإحصاء

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

2026-03-12
auto-review
مطوّرو البرمجيات

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.

2026-03-12
architecture
مطوّرو البرمجيات

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.

2026-03-12
create-doc
مطوّرو البرمجيات

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

2026-03-12
ddd
محللو أنظمة الحاسوب

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

2026-03-12
discovery
مديرو التسويق

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

2026-03-12
docs-index
عمال معالجة النصوص والطباعة

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

2026-03-12
e2e
محللو ضمان جودة البرمجيات والمختبرون

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.

2026-03-12
refactoring-mikado-strangler
مطوّرو البرمجيات

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.

2026-03-12
security
محللو أمن المعلومات

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.

2026-03-12
dashboard-styling
مطوّرو الويب

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

2026-03-12
update-docs
مطوّرو الويب

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

2026-03-12
worktree
مطوّرو البرمجيات

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

2026-03-12
agent-creator
مطوّرو البرمجيات

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.

2026-03-12
refactor-feature
مطوّرو البرمجيات

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

2026-03-12
عرض أهم 40 من أصل 43 skills مجمعة في هذا المستودع.