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

SebastienDegodez

عرض على مستوى المستودعات لـ 85 skills مجمعة عبر 6 مستودعات GitHub.

skills مجمعة
85
مستودعات
6
محدث
2026-07-12
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

مستكشف المستودعات

المستودعات و skills الممثلة

acceptance-review-criteria
محللو ضمان جودة البرمجيات والمختبرون

Use when reviewing DISTILL artefacts (Gherkin scenarios, test plans, implementation plans) for quality, completeness, and alignment. Contains the gate definitions and scoring rubric for the acceptance-designer-reviewer lenses.

2026-07-12
architecture-review-criteria
مطوّرو البرمجيات

Use when reviewing DESIGN artefacts (event models, ADRs, component diagrams, context maps, interface contracts) for quality, DDD compliance, and architectural correctness. Contains gate definitions and scoring rubric for the solution-architect-reviewer lenses.

2026-07-12
playwright-evidence
محللو ضمان جودة البرمجيات والمختبرون

Use when capturing E2E test evidence (screenshots, videos, traces) and storing them in .copilot-tracking/skraft-plans/{projectSlug}/changes/{date}/evidence/{story}/evidence/ for agents to consume. Covers Playwright setup, on-failure capture, trace collection, and evidence manifest generation.

2026-07-12
bdd-methodology
محللو ضمان جودة البرمجيات والمختبرون

Use when writing, reviewing, or structuring BDD scenarios in Gherkin format. Covers Given/When/Then conventions, scenario outline patterns, background usage, tag strategies, and domain language alignment. Load before any Gherkin authoring.

2026-07-12
test-design-mandates
محللو ضمان جودة البرمجيات والمختبرون

Use when designing test coverage matrices, assigning tests to Clean Architecture layers, planning the outside-in implementation order, or applying the Walking Skeleton strategy. Ensures every behaviour is tested at the right level with no redundancy. Load after writing Gherkin scenarios.

2026-07-12
craft-discipline
مطوّرو البرمجيات

Use when completing a TDD phase or before committing — self-discipline checkpoints the software-engineer runs against their own output. Not a review contract. The reviewer verifies artifacts independently.

2026-07-12
mutation-testing
محللو ضمان جودة البرمجيات والمختبرون

Use when entering COMMIT & VERIFY phase, killing surviving mutants, verifying test quality via mutation score, or analyzing Stryker reports after the test baseline is green

2026-07-12
adversarial-review-lenses
مطوّرو البرمجيات

Use when a reviewer agent must produce an adversarial verdict via 4 independent lenses and weighted synthesis (Genesis A7 pattern)

2026-07-07
عرض أهم 8 من أصل 33 skills مجمعة في هذا المستودع.
mutation-testing
محللو ضمان جودة البرمجيات والمختبرون

Use when running mutation testing, killing mutants, verifying test quality, checking mutation score, or analyzing survivors after the test baseline is green

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

Use when selecting architecture patterns for a new feature, performing Event Modeling, defining bounded contexts, choosing DDD tactical patterns, evaluating pattern fitness, or understanding how patterns compose. Covers Event Modeling methodology, DDD strategic design, DDD tactical patterns, Clean Architecture, CQRS, and Event Sourcing.

2026-06-02
architecture-review-criteria
مطوّرو البرمجيات

Use when reviewing DESIGN artefacts (event models, ADRs, component diagrams, context maps, interface contracts) for quality, DDD compliance, architectural correctness, and prohibition of negative or baseline-restating ADRs. Contains gate definitions and scoring rubric for the solution-architect-reviewer lenses.

2026-06-02
resolving-stack-commands
مطوّرو البرمجيات

Use whenever an agent must run a toolchain command (build, test, mutation) and needs the concrete invocation. Resolves build/test/mutation commands from the detected stack so no agent hardcodes `dotnet test`, `dotnet build`, or any toolchain command. Loaded by acceptance-designer and software-engineer.

2026-06-02
genesis
مطوّرو البرمجيات

Use this skill BEFORE drafting any agentic primitive module (skill, persona scoping file, scope-attached rule file, orchestrator workflow) or when refactoring an existing one. Activate whenever the task asks to design, restructure, or critique an agentic module across any agent harness (Claude Code, Copilot, Cursor, OpenCode, Codex). This skill drives an 8-step disciplined design process whose output is mermaid diagrams + an interface sketch + a persisted plan that the calling thread (or a coder persona it loads) then turns into natural-language modules. Do not skip to natural-language drafting before the design artifacts exist.

2026-06-02
architecture-decisions
مطوّرو البرمجيات

Use when documenting architecture decisions as ADRs, evaluating trade-offs between alternatives, or managing the lifecycle of existing decisions. Covers ADR template, status transitions, consequence analysis, and quality criteria.

2026-05-30
test-design-mandates
محللو ضمان جودة البرمجيات والمختبرون

Use when designing test coverage matrices, assigning tests to Clean Architecture layers, planning the outside-in implementation order, or applying the Walking Skeleton strategy. Ensures every behaviour is tested at the right level with no redundancy. Load after writing Gherkin scenarios.

2026-05-30
discovery-review-criteria
متخصصو إدارة المشاريع

Use when reviewing DISCOVER artefacts (triage reports, sprint proposals) for completeness, prioritization quality, and duplicate handling. Contains gate definitions G1-G6 and scoring rubric for the backlog-discoverer-reviewer lenses.

2026-05-20
عرض أهم 8 من أصل 22 skills مجمعة في هذا المستودع.
red-synthesize-green
مطوّرو البرمجيات

Use when implementing any feature or fix using TDD, before writing any implementation code

2026-04-15
clean-architecture-dotnet
مطوّرو البرمجيات

Use when domain logic leaks into API/Infrastructure, project references violate layer boundaries, or you need to decide between CQS (always), CQRS bus (complex domains), and DDD patterns (invariants and events).

2026-04-13
setup-husky-dotnet
مطوّرو البرمجيات

Use when configuring Git hooks in .NET projects before team commits occur, to enforce commit message standards and code formatting automatically

2026-04-09
gherkin-gate
مطوّرو البرمجيات

Use before writing any test or implementation task, when observable behavior needs to be captured in business language scenarios and approved by the user before code begins

2026-03-23
mutation-testing
محللو ضمان جودة البرمجيات والمختبرون

Use when running mutation testing, killing mutants, verifying test quality, checking mutation score, or analyzing survivors after the test baseline is green

2026-03-23
outside-in-tdd
محللو ضمان جودة البرمجيات والمختبرون

Use when writing tests from the outside-in, defining behavior before code, or any feature where tests should start from observable business behavior and let internal design emerge

2026-03-23
analyzing-code
مطوّرو البرمجيات

Use when understanding project composition by language, measuring code change impact, or generating code statistics for CI/CD metrics

2026-03-16
analyzing-code-structure
مطوّرو البرمجيات

Use when editing code structure with text matching ambiguity, handling "old_string not unique" problems, or performing formatting-independent pattern matching across function signatures, method calls, and class structures

2026-03-16
عرض أهم 8 من أصل 20 skills مجمعة في هذا المستودع.
install-skraft-pipeline
مطوّرو البرمجيات

Install the full eleven-workflow skraft SDLC pipeline (discover → discuss → design → distill → deliver, each with an automated reviewer) into the current repo in one pass. Use when the user wants an end-to-end agent pipeline driven by a single issue label, or types /install-skraft-pipeline.

2026-05-15
architecture-decisions
مطوّرو البرمجيات

Use when documenting architecture decisions as ADRs, evaluating trade-offs between alternatives, or managing the lifecycle of existing decisions. Covers ADR template, status transitions, consequence analysis, and quality criteria.

2026-05-15
architecture-patterns
مطوّرو البرمجيات

Use when selecting architecture patterns for a new feature, performing Event Modeling, defining bounded contexts, choosing DDD tactical patterns, evaluating pattern fitness, or understanding how patterns compose. Covers Event Modeling methodology, DDD strategic design, DDD tactical patterns, Clean Architecture, CQRS, and Event Sourcing.

2026-05-15
architecture-review-criteria
مطوّرو البرمجيات

Use when reviewing DESIGN artefacts (event models, ADRs, component diagrams, context maps, interface contracts) for quality, DDD compliance, and architectural correctness. Contains gate definitions and scoring rubric for the solution-architect-reviewer lenses.

2026-05-15
discovery-review-criteria
متخصصو إدارة المشاريع

Use when reviewing DISCOVER artefacts (triage reports, sprint proposals) for completeness, prioritization quality, and duplicate handling. Contains gate definitions G1-G6 and scoring rubric for the backlog-discoverer-reviewer lenses.

2026-05-15
mutation-testing
محللو ضمان جودة البرمجيات والمختبرون

Use when entering COMMIT & VERIFY phase, killing surviving mutants, verifying test quality via mutation score, or analyzing Stryker reports after the test baseline is green

2026-05-15
test-design-mandates
محللو ضمان جودة البرمجيات والمختبرون

Use when designing test coverage matrices, assigning tests to Clean Architecture layers, planning the outside-in implementation order, or applying the Walking Skeleton strategy. Ensures every behaviour is tested at the right level with no redundancy. Load after writing Gherkin scenarios.

2026-05-15
عرض 6 من أصل 6 مستودعات
تم تحميل كل المستودعات