github.com/FritzAndFriends/BlazorWebFormsComponents
| Skill | Added | Review |
|---|---|---|
acceptance-testing .github/skills/acceptance-testing/SKILL.md Write Playwright-based acceptance tests for migrated Blazor applications. Covers PlaywrightFixture setup, test organization with xUnit collection fixtures, page navigation, element interaction, assertion patterns, environment configuration, CI/CD browser setup, and screenshot capture. Use when adding acceptance tests for benchmark apps, verifying migration quality, or debugging Playwright test failures. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 3154758 | |
agent-collaboration .copilot/skills/agent-collaboration/SKILL.md Standard collaboration patterns for all squad agents — worktree awareness, decisions, cross-agent communication | 59 59 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 3154758 | |
analyzer-development .github/skills/analyzer-development/SKILL.md Create Roslyn-based analyzers and code-fix providers for detecting Web Forms migration patterns. Covers DiagnosticAnalyzer architecture, diagnostic ID conventions (BWFC001–BWFC099), CodeFixProvider authoring, testing with CSharpAnalyzerTest/CSharpCodeFixTest, and the analyzer release tracking files. Use when adding a new migration rule, creating a code-fix suggestion, or debugging analyzer behavior. | 70 70 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 3154758 | |
aspire .github/skills/aspire/SKILL.md **WORKFLOW SKILL** - Orchestrates Aspire applications using the Aspire CLI and MCP tools for running, debugging, and managing distributed apps. USE FOR: aspire run, aspire stop, start aspire app, check aspire resources, list aspire integrations, debug aspire issues, view aspire logs, add aspire resource, aspire dashboard, update aspire apphost. DO NOT USE FOR: non-Aspire .NET apps (use dotnet CLI), container-only deployments (use docker/podman), Azure deployment after local testing (use azure-deploy skill). INVOKES: Aspire MCP tools (list_resources, list_integrations, list_structured_logs, get_doc, search_docs), bash for CLI commands. FOR SINGLE OPERATIONS: Use Aspire MCP tools directly for quick resource status or doc lookups. | 65 65 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 3154758 | |
bunit-test-migration .github/skills/bunit-test-migration/SKILL.md Migrate bUnit test files from deprecated beta API (1.0.0-beta-10) to bUnit 2.x stable API. Use this when working on .razor test files in BlazorWebFormsComponents.Test that contain old patterns like TestComponentBase, Fixture, or SnapshotTest. | 73 73 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 3154758 | |
bwfc-identity-migration migration-toolkit/skills/bwfc-identity-migration/SKILL.md **WORKFLOW SKILL** — Migrate ASP.NET Web Forms Identity and Membership authentication to Blazor Server Identity. Covers OWIN→Core middleware, login/register/logout minimal API endpoints, BWFC login controls, cookie auth under Interactive Server, and role-based authorization. WHEN: "migrate identity", "login page migration", "OWIN to core", "cookie auth blazor", "LoginView migration". INVOKES: dotnet CLI for identity scaffolding. FOR SINGLE OPERATIONS: use bwfc-migration for markup, bwfc-data-migration for EF. | 86 86 1.43x Agent success vs baseline Impact 96% 1.43xAverage score across 3 eval scenarios Securityby Medium Suggest reviewing before use Reviewed: Version: 3154758 | |
bwfc-migration migration-toolkit/skills/bwfc-migration/SKILL.md Migrate ASP.NET Web Forms applications to Blazor Server using the webforms-to-blazor CLI tool and BlazorWebFormsComponents (BWFC). Orchestrates L1 automated transforms via CLI, then guides L2 contextual transforms. WHEN: "migrate aspx", "convert web forms", "web forms to blazor", "run migration". INVOKES: webforms-to-blazor CLI tool. FOR SINGLE OPERATIONS: use /bwfc-identity-migration for auth, /bwfc-data-migration for EF/architecture. | 79 79 1.23x Agent success vs baseline Impact 63% 1.23xAverage score across 3 eval scenarios Securityby Medium Suggest reviewing before use Reviewed: Version: 3154758 | |
component-development .github/skills/component-development/SKILL.md Provides a step-by-step workflow for creating Blazor components that emulate ASP.NET Web Forms controls in the BlazorWebFormsComponents library. Covers base class selection (BaseWebFormsComponent, BaseStyledComponent, DataBoundComponent, BaseValidator), Web Forms property and event naming conventions, Playwright integration testing setup, and the complete checklist from component creation through documentation and navigation updates. Use when implementing a new BWFC component, choosing the correct base class for a control type, adding unit or integration tests, or extending an existing component with new Web Forms property support. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 3154758 | |
contoso-migration-test .github/skills/contoso-migration-test/SKILL.md **WORKFLOW SKILL** — Execute end-to-end ContosoUniversity migration benchmark: clear output folder, run L1 script + L2 Copilot transforms, build, run Playwright acceptance tests, and generate a numbered run report. WHEN: "run contoso migration test", "test contoso university migration", "contoso migration benchmark", "run CU migration". INVOKES: migration-toolkit (scripts + skills), dotnet CLI, Playwright tests. | 76 76 1.00x No change in agent success vs baseline Impact 40% 1.00xAverage score across 1 eval scenario Securityby Passed No findings from the security scan Reviewed: Version: 3154758 | |
documentation .github/skills/documentation/SKILL.md Provides templates, style guidelines, and a complete workflow for writing MkDocs documentation, sample pages, and navigation updates for BlazorWebFormsComponents. Covers component doc structure with Web Forms vs Blazor syntax comparisons, migration guide templates, sample page creation in AfterBlazorServerSide with demo and source code sections, NavMenu.razor and ComponentList.razor updates, and README linking. Use when documenting a new or existing BWFC component, creating sample pages with escaped code blocks, updating mkdocs.yml navigation, or following the complete documentation workflow from docs to samples to README. | 68 68 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 3154758 | |
error-recovery .copilot/skills/error-recovery/SKILL.md Standard recovery patterns for all squad agents. When something fails, adapt — don't just report the failure. | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 3154758 | |
git-workflow .copilot/skills/git-workflow/SKILL.md Squad branching model: dev-first workflow with insiders preview channel | 54 54 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 3154758 | |
l3-performance-optimization migration-toolkit/skills/l3-performance-optimization/SKILL.md Post-migration async/await and .NET 10 performance optimization pass for Blazor apps migrated from Web Forms. Applies modern runtime patterns after the app builds and runs. WHEN: "run L3 optimization", "apply async/await fixes", "optimize migrated Blazor app", "AsNoTracking queries", "StreamRendering", "IDbContextFactory pattern", "what .NET 10 optimizations can we apply", "generate L3 report". | 93 93 1.09x Agent success vs baseline Impact 96% 1.09xAverage score across 3 eval scenarios Securityby Medium Suggest reviewing before use Reviewed: Version: 3154758 | |
migration-standards migration-toolkit/skills/migration-standards/SKILL.md Enforce canonical migration standards for ASP.NET Web Forms to Blazor using BWFC. Covers target architecture (.NET 10, Server Interactive), database provider detection, event handler preservation, SelectMethod patterns, and page lifecycle mapping. WHEN: "migration standards", "target architecture", "render mode placement", "page base class", "Layer 1 vs Layer 2". | 68 68 1.66x Agent success vs baseline Impact 100% 1.66xAverage score across 1 eval scenario Securityby Passed No findings from the security scan Reviewed: Version: 3154758 | |
reviewer-protocol .copilot/skills/reviewer-protocol/SKILL.md Reviewer rejection workflow and strict lockout semantics | 55 55 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 3154758 | |
secret-handling .copilot/skills/secret-handling/SKILL.md Never read .env files or write secrets to .squad/ committed files | 55 55 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 3154758 | |
session-recovery .copilot/skills/session-recovery/SKILL.md Find and resume interrupted Copilot CLI sessions using session_store queries | 58 58 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 3154758 | |
squad-conventions .copilot/skills/squad-conventions/SKILL.md Core conventions and patterns used in the Squad codebase | 68 68 1.27x Agent success vs baseline Impact 93% 1.27xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 3154758 | |
test-discipline .copilot/skills/test-discipline/SKILL.md Update tests when changing APIs — no exceptions | 57 57 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 3154758 |