Loading...
Loading...
Found 273 Skills
Generates GitHub Actions CI workflow configuration
Generate Umbraco CMS installation scripts using the Package Script Writer CLI
C# error handling, validation, and Result pattern best practices. Use when handling exceptions, implementing validation, designing error responses, or choosing between exceptions and Result types.
Get best practices for XUnit unit testing, including data-driven tests
Configures health check endpoints for Kubernetes readiness/liveness/startup
Configures structured logging (Serilog/.NET, structlog/Python)
Configures ESLint, Prettier, Ruff, and .NET analyzers
Upgrades .NET NuGet packages with breaking change handling
Creates an integration testing plan for .NET data access artifacts during Oracle-to-PostgreSQL database migrations. Analyzes a single project to identify repositories, DAOs, and service layers that interact with the database, then produces a structured testing plan. Use when planning integration test coverage for a migrated project, identifying which data access methods need tests, or preparing for Oracle-to-PostgreSQL migration validation.
Create, update, refactor, explain, or review Microsoft Agent Framework solutions using shared guidance plus language-specific references for .NET and Python.
.NET static analysis and code quality tools. Use when configuring analyzers, fixing warnings, or enforcing code standards.
Containerize an ASP.NET Core project by creating Dockerfile and .dockerfile files customized for the project.