Skip to main content
SebastienDegodez
GitHub クリエイタープロフィール

SebastienDegodez

6 件の GitHub リポジトリにある 89 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
89
リポジトリ
6
更新
2026年8月25日
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

リポジトリエクスプローラー

リポジトリと代表的な skills

create-skraft-eval
未分類

Use when creating, refreshing, expanding, or reviewing a SKRAFT Vally skill evaluation at tests/skills/<skill>/eval.yaml in the skraft-plugin repository. Covers behavior coverage, baseline-versus-isolated-treatment discrimination, natural prompts, outcome…

2026年8月25日
adr-eligibility-gate
未分類

Use when deciding WHETHER a candidate architectural choice deserves an architecture decision record, before any record is drafted: a story enters DESIGN with a list of candidate choices, a reviewer flags ADR inflation, or someone asks "should I write an ADR…

2026年8月25日
adversarial-review-lenses
未分類

Use when reviewing a phase artifact — a discovery brief, a plan, a design, an acceptance specification, or a slice reported as delivered — and the review has to end in a defensible pass-or-block verdict rather than a list of remarks. Covers judging whether…

2026年8月25日
clean-architecture-testing
未分類

Use when it is unclear where a test belongs and what it is allowed to talk to — which test project and layer it goes in, whether it gets a real database, an in-memory fake, or no double at all, and whether a value object or a constructor is worth a test of…

2026年8月25日
craft-discipline
未分類

Use when a change looks finished and is about to be committed, or a phase has just turned green — the self-check the software-engineer runs before claiming the work is done. Not a review contract. The reviewer verifies artifacts independently.

2026年8月25日
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年8月25日
outside-in-tdd
未分類

Use when an approved scenario, Gherkin example, worked example, or expected result has to become working software through outside-in / double-loop TDD -- start from an acceptance or application-boundary test, get a trustworthy RED before implementation, let…

2026年8月25日
quality-gates-dotnet
未分類

Use when the active repository is a .NET solution (`.sln` / `.csproj` present) and the software-engineer must produce falsifiable evidence for the quality gates. Most gates are captured at the end of the COMMIT phase; the G10 RED capture is taken **at RED**,…

2026年8月25日
収集済み skill 37 件中 8 件を表示しています。
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年6月3日
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…

2026年6月2日
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…

2026年6月2日
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…

2026年6月2日
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…

2026年6月2日
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年5月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…

2026年5月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年5月20日
収集済み skill 23 件中 8 件を表示しています。
red-synthesize-green
ソフトウェア開発者

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

2026年4月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年4月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年4月9日
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年3月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年3月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年3月23日
analyzing-code
ソフトウェア開発者

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

2026年3月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年3月16日
収集済み skill 20 件中 8 件を表示しています。
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…

2026年5月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年5月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…

2026年5月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年5月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年5月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年5月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…

2026年5月15日
6 件中 6 件のリポジトリを表示
すべてのリポジトリを表示しました