Skip to main content
runceel
GitHub creator profile

runceel

Repository-level view of 93 collected skills across 18 GitHub repositories.

skills collected
93
repositories
18
updated
Aug 9, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

development-workflow
software-developers

ReactiveProperty repository development policy. Use whenever you implement a feature or bug fix, change library or test code under Source/ or Test/, make a design or architecture decision, or write documentation in this repo. Enforces strict Test-Driven…

Jul 5, 2026
migrating-reactiveproperty-to-r3
software-developers

Migrate an application from ReactiveProperty (namespace Reactive.Bindings) to R3 plus the ReactiveProperty.R3 bridge package. Use this when asked to "migrate to R3", "move off ReactiveProperty", "replace ReactiveProperty with R3", "swap Reactive.Bindings for…

Jun 28, 2026
releasing-reactiveproperty
software-developers

Release the ReactiveProperty NuGet package set from this repository. Use this skill whenever the user asks to release, publish, ship, pre-release/prerelease, stable release, tag v*, push NuGet packages, or mentions "リリース", "pre リリース", "正式リリース", "NuGet 公開", or…

Jun 24, 2026
analyzing-dotnet-performance
software-developers

Scans .NET code for ~50 performance anti-patterns across async, memory, strings, collections, LINQ, regex, serialization, and I/O with tiered severity classification. Use when analyzing .NET code for optimization opportunities, reviewing hot paths, or…

Jun 20, 2026
binlog-failure-analysis
software-developers

Analyze MSBuild binary logs to diagnose build failures by replaying binlogs to searchable text logs. Only activate in MSBuild/.NET build context. USE FOR: build errors that are unclear from console output, diagnosing cascading failures across multi-project…

Jun 20, 2026
check-bin-obj-clash
software-developers

Detects MSBuild projects with conflicting OutputPath or IntermediateOutputPath. Only activate in MSBuild/.NET build context. USE FOR: builds failing with 'Cannot create a file when that file already exists', 'The process cannot access the file because it is…

Jun 20, 2026
coverage-analysis
software-quality-assurance-analysts-and-testers

Automated, project-wide code coverage and CRAP (Change Risk Anti-Patterns) score analysis for .NET projects with existing unit tests. Auto-detects solution structure, runs coverage collection via `dotnet test` (supports both…

Jun 20, 2026
directory-build-organization
software-developers

Guide for organizing MSBuild infrastructure with Directory.Build.props, Directory.Build.targets, Directory.Packages.props, and Directory.Build.rsp. Only activate in MSBuild/.NET build context. USE FOR: structuring multi-project repos, centralizing build…

Jun 20, 2026
Showing 8 of 26 collected skills.
aspnetcore-blazor10
software-developers

Provides up-to-date information about ASP.NET Core 10 and Blazor .NET 10 new features. Use when the user asks about Blazor .NET 10 capabilities, ASP.NET Core 10 features, OpenAPI, Minimal APIs, SignalR, or needs guidance on ASP.NET Core/Blazor .NET 10…

Apr 24, 2026
azure-architecture-autopilot
software-developers

Design Azure infrastructure using natural language, or analyze existing Azure resources to auto-generate architecture diagrams, refine them through conversation, and deploy with Bicep. When to use this skill: - "Create X on Azure", "Set up a RAG architecture"…

Apr 24, 2026
clean-architecture-guide
software-developers

Modular Monolith + Clean Architecture の設計ガイド。新しいモジュールの作成、画面の実装、機能追加を行う際には、必ずこのスキルを参照して従ってください。

Apr 24, 2026
create-specification
software-developers

Create a new specification as a GitHub Issue, optimized for Generative AI consumption.

Apr 24, 2026
documentation-guide
software-developers

ドキュメント作成時の共通ルール。Markdown ドキュメントを新規作成・更新する際には、必ずこのスキルを参照して従ってください。

Apr 24, 2026
dotnet-best-practices
software-developers

Ensure .NET/C# code meets best practices for the solution/project.

Apr 24, 2026
dotnet10
software-developers

Provides up-to-date information about .NET 10 and C# 14 new features for C# developers. Use when the user asks about .NET 10 capabilities, C# 14 language features, ASP.NET Core 10 Blazor, EF Core 10, or needs guidance on .NET 10/C# 14 specific features.

Apr 24, 2026
e2e-test
software-quality-assurance-analysts-and-testers

playwright-cli を使った E2E テストの実行スキル。ブラウザを headless モードで起動し、テスト結果をスクリーンショットとして screenshots/ 配下の日付付きフォルダーに保存する。E2E テストを実行する際には、必ずこのスキルに従ってください。

Apr 24, 2026
Showing 8 of 14 collected skills.
bunit
software-quality-assurance-analysts-and-testers

bUnit 2.x を使用した Blazor コンポーネントのユニットテストのベストプラクティスとガイドライン

Apr 27, 2026
clean-architecture-guide
software-developers

Modular Monolith + Clean Architecture の設計ガイド。新しいモジュールの作成、画面の実装、機能追加を行う際には、必ずこのスキルを参照して従ってください。

Apr 27, 2026
feature-lifecycle
project-management-specialists

7 つのカスタムエージェント(Orchestrator / Product Manager / Architect / Developer / Reviewer / Tester / Documentation)が協調して機能開発を自律的に進めるワークフロースキル。仕様策定から実装・テスト・マージ、およびドキュメント追従までの全ライフサイクルを定義する。

Apr 27, 2026
github-flow
software-developers

このリポジトリでの開発フロー(GitHub Flow)を定義するスキル。feature ブランチの作成から Draft PR、レビュー、Squash Merge までの一連の作業手順とルールを示します。コードを変更する作業を行う場合は、必ずこのスキルに従ってください。

Apr 27, 2026
quick-fix
software-developers

feature-lifecycle で作成済みの PR に対して、レビュー指摘やユーザーの直接指示による微修正を軽量フローで反映するスキル。Orchestrator から Developer に委譲して実行する。

Apr 27, 2026
cloud-agent-lifecycle
software-developers

GitHub Cloud Agent の readonly GitHub CLI 制約下で feature-lifecycle を回すためのファイルベース運用スキル。Issue/PR への書き込みができない場合に、仕様・状態台帳・エージェント間ログ・PR 本文案をリポジトリ内ファイルとして管理する。

Apr 27, 2026
e2e-test
software-quality-assurance-analysts-and-testers

Playwright MCP server が提供されている場合は MCP を優先し、未提供時は playwright-cli で E2E テストを実行するスキル。ブラウザを headless モードで起動し、テスト結果を screenshots/ 配下の日付付きフォルダーに保存する。E2E テストを実行する際には、必ずこのスキルに従ってください。

Apr 27, 2026
playwright-cli
network-and-computer-systems-administrators

Fallback browser automation via playwright-cli for web testing, form filling, screenshots, and data extraction. Prefer Playwright MCP server tools when they are available; use this CLI only when MCP tools are not provided or cannot perform the required…

Apr 27, 2026
code-reviewer
software-quality-assurance-analysts-and-testers

Expert code reviewer for WPF Clean Architecture projects. Reviews implementation against spec, architecture rules, and .NET best practices.

Apr 18, 2026
dev-flow
software-developers

4-phase software development flow: Spec Writing → Spec Review → Implementation → Code Review. Used with the dev-flow-orchestrator extension.

Apr 18, 2026
developer
software-developers

Expert WPF Clean Architecture developer. Implements product code and unit tests from approved specifications.

Apr 18, 2026
dotnet-10
project-management-specialists

Provides up-to-date knowledge about .NET 10 and C# 14 for WPF application development. Use this skill when developing WPF apps targeting .NET 10, or when asked about .NET 10 / C# 14 features.

Apr 18, 2026
spec-reviewer
management-analysts-131111

Expert specification reviewer for WPF Clean Architecture projects. Evaluates specifications for clarity, completeness, correctness, and architectural fit.

Apr 18, 2026
spec-writer
management-analysts-131111

Expert specification writer for WPF Clean Architecture projects. Produces structured, implementation-ready functional specifications.

Apr 18, 2026
wpf-clean-architecture-mvvm
management-analysts-131111

Design guidelines for WPF applications using .NET 10 C#, MVVM Toolkit, Clean Architecture, Modular Monolith, and .NET Aspire. Use this skill when creating, modifying, or reviewing any part of this application's architecture, project structure, or code…

Apr 18, 2026
aspire
software-developers

Aspire skill covering the Aspire CLI, AppHost orchestration, service discovery, integrations, MCP server, VS Code extension, Dev Containers, GitHub Codespaces, templates, dashboard, and deployment. Use when the user asks to create, run, debug, configure,…

Apr 18, 2026
breakdown-epic-arch
software-developers

Prompt for creating the high-level technical architecture for an Epic, based on a Product Requirements Document.

Apr 8, 2026
clean-architecture-guide
software-developers

Modular Monolith + Clean Architecture の設計ガイド。新しいモジュールの作成、画面の実装、機能追加を行う際には、必ずこのスキルを参照して従ってください。

Apr 8, 2026
e2e-test
software-quality-assurance-analysts-and-testers

playwright-cli を使った E2E テストの実行スキル。ブラウザを headless モードで起動し、テスト結果をスクリーンショットとして screenshots/ 配下の日付付きフォルダーに保存する。E2E テストを実行する際には、必ずこのスキルに従ってください。

Apr 8, 2026
feature-lifecycle
project-management-specialists

大きな機能を実装する際に使用するワークフロースキル。6 つのカスタムエージェント(Orchestrator / Product Manager / Architect / Developer / Reviewer / Tester)が協調し、仕様策定から実装・テスト・マージまでの全ライフサイクルを自律的に駆動する。新機能の追加や大規模な変更を行う場合は、必ずこのスキルに従ってください。

Apr 8, 2026
github-flow
software-developers

このリポジトリでの開発フロー(GitHub Flow)を定義するスキル。feature ブランチの作成から Draft PR、レビュー、Squash Merge までの一連の作業手順とルールを示します。コードを変更する作業を行う場合は、必ずこのスキルに従ってください。

Apr 8, 2026
local-flow
software-developers

GitHub API を使わずローカルファイルで Issue / PR を管理する開発フロー。デモ・オフライン環境向け。github-flow の代替として使用する。

Apr 8, 2026
quick-fix
software-developers

小規模な修正(バグ修正、UI 調整、レビュー指摘対応など)を軽量フローで反映するスキル。feature-lifecycle のような重いフェーズをスキップし、Developer が直接修正を行う。小さな変更やちょっとした修正を行う場合は、このスキルに従ってください。

Apr 8, 2026
release-skimdown
software-developers

SkimDown for Windows の新バージョンを Microsoft Store に提出 + GitHub Releases に sideload 用ビルドを公開する時に使う。トリガー語の例 - "リリースを切る", "バージョンを上げる", "Store 提出版を作る", "msixupload", "msixbundle", "GitHub Releases に公開", "sideload 配布", "devcert", "新機能のチェック", "リリースノートを書く", "署名検証",…

Jun 19, 2026
clean-architecture-skimdown
software-developers

SkimDown for Windows でクリーンアーキテクチャー風のレイアウト・DI・依存方向に従って新規サービス / I/F / ViewModel を追加または既存コードをリファクタする時に使う。トリガー語の例 - "新しい I/F を追加", "サービスを足す", "ViewModel を作る", "DI 登録", "層境界", "Application から System.IO を呼びたい", "Infrastructure 実装", "Singleton か Scoped か"。設計判断の根拠は…

Jun 1, 2026
docs-snapshot-skimdown
software-developers

SkimDown for Windows の現状スナップショット (リポジトリルートの `docs/`) を追加・更新・レビューする時に使う。ADR (歴史) / SPEC (要件) / README (使い方) / copilot-instructions (規約) と別に「いまのコードがどう実装されているか」を中立に説明する技術リファレンスを維持する。トリガー語の例 - "docs/ を更新", "アーキ図を直す", "新しい I/F を足したので DI ドキュメント更新", "WebView2…

Jun 1, 2026
gh-cli-skimdown
software-developers

gh CLI を使う時 (PR 作成 / Release 作成 / リポジトリ API 呼び出し) の認証・権限ハンドリング。Copilot CLI のデフォルトトークン (kaota_microsoft) は runceel/SkimDownForWindows に対して read-only で、PR / Release 作成が失敗する。runceel アカウントへの switch 手順、GH_TOKEN 優先順位、misleading なエラーメッセージの読み方をまとめる。トリガー語の例 - "PR…

May 25, 2026
unit-test-skimdown
software-quality-assurance-analysts-and-testers

SkimDown for Windows の Application / Domain 単体テストを追加・改修・レビューする時に使う。トリガー語の例 - "テストを追加", "MainPageViewModel のテスト", "TestHelpers", "Stub / Fake / Recording / InMemory", "async void のテスト", "Sleep を使いたい", "テスト用に IFoo を差し替えたい", "MarkdownScanner のテスト"。テスト戦略の根拠は…

May 24, 2026
store-release-workflow
software-developers

本リポジトリの新バージョンをMicrosoft Store向けに準備し、最新origin/mainの確認、Semantic Versioning、テスト、manifest更新、x64/ARM64 msixupload生成、バージョン専用PR、GitHub Release、英語のStore新機能文まで安全にオーケストレーションする。Use this skill whenever the user asks to prepare or publish a new version, create a Microsoft…

Jul 17, 2026
feature-workflow
software-developers

本リポジトリの必須開発フロー(機能設計→詳細設計[ラバーダック]→テスト作成[ラバーダック]→TDD実装(Red/Green/Refactor)→テスト(+E2E)→振り返り[ラバーダック])をオーケストレーションする。Use this skill whenever the user asks to implement a new feature, start a feature, fix a bug with proper process, or says 新機能を実装, 機能を追加, 設計から始めて,…

Jul 9, 2026
adr-workflow
software-developers

設計判断・プロセス決定をADR (Architecture Decision Record) として作成・更新する具体的な手順。Use this skill whenever the user asks to record a decision, write an ADR, or says ADRを書きたい, 設計判断を記録したい, ADR作って, この決定を残したい.

Jul 2, 2026
design-doc-maintenance
software-developers

docs/design配下の設計ドキュメントを、経緯を含めない最新スナップショットとして更新する手順。Use this skill whenever the user asks to update design docs, keep documentation current, or says 設計ドキュメントを更新, design docを直して, アーキテクチャドキュメントを最新化して.

Jul 2, 2026
file-based-apps
software-developers

.NET 10 file-based apps を使ったスクリプト実行スキル。Copilot がデータ処理・ファイル操作・簡易ツールなどの スクリプト的な処理を行う際に、C# の file-based app として実行する方法を定義する。 使い捨ての処理はファイルを作成せず stdin パイプで実行し、再利用可能な処理のみ .cs ファイルとして保存すること。

Feb 22, 2026
blazor-dotnet10
software-developers

ASP.NET Core Blazor (.NET 10) の最新機能・ベストプラクティスに基づいてコンポーネントやページを生成・レビュー・リファクタリングするスキル。 Blazor コンポーネント、ページ、レイアウト、JS interop、フォームバリデーション、状態管理の実装時に使用すること。

Feb 22, 2026
clean-architecture
software-developers

クリーンアーキテクチャに基づく設計指針スキル。プロジェクト構成、レイヤー分離、依存関係の方向、テスタビリティ確保の原則を定義する。 新規プロジェクト作成、機能追加、リファクタリング、テスト作成時に使用すること。

Feb 22, 2026
csharp-dotnet10
software-developers

C# 14 / .NET 10 の最新文法に基づいてコードを生成・レビュー・リファクタリングするスキル。 C# のコード生成、レビュー、リファクタリング、新規ファイル作成時に使用すること。

Feb 22, 2026
dotnet-backend-architecture
software-developers

.NET バックエンドの設計方針を Clean Architecture を中心に作成・レビューする。 ユーザーが .NET API、ASP.NET Core、Clean Architecture、レイヤー分割、 ドメイン駆動設計、Application/Domain/Infrastructure、依存方向、設計方針、 バックエンド設計書、または .NET のアーキテクチャレビューに言及した場合は、 skill 名を明示しなくても必ず使用する。設計書・ADR の作成とレビューを対象とし、…

Jul 24, 2026
adr-design
software-developers

アプリケーションのアーキテクチャ決定を管理し、追記専用のADR履歴と 最新設計スナップショットを同期する。ユーザーがアーキテクチャを検討、 React + .NET Aspireのエージェントアプリを初期設計、ADRを作成・更新、 設計書を更新、代替案を比較、既存決定を置き換える場合は、skill名を 明示しなくても必ず使用する。トリガー: ADR、アーキテクチャ決定、 設計書、設計スナップショット、Aspire、React .NETエージェントアプリ。

Jul 24, 2026
design-document
software-developers

リポジトリの現在の設計を、読みやすく保守可能な設計ドキュメントとして 作成・更新・整理する。ユーザーが設計書、システム設計、アーキテクチャ概要、 設計ドキュメントの更新、設計資料の分割や整理を求めた場合は、skill名を 明示しなくても必ず使用する。トリガー: 設計書、設計ドキュメント、 システム設計、アーキテクチャ概要、設計資料、design.md。

Jul 24, 2026
Showing 12 of 18 repositories