一键导入
PartsUnlimited-Demo-With-Skills
PartsUnlimited-Demo-With-Skills 收录了来自 RobertoBorges 的 7 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Docker containerization patterns for .NET and Java applications targeting Azure. **Use when:** Creating Dockerfiles or deploying to Container Apps, App Service containers, or AKS. **Triggers on:** Container Apps or AKS selected as hosting platform, Docker-related requests. **Covers:** Multi-stage Dockerfiles, docker-compose, Container Apps configuration, health checks, resource limits.
Azure Infrastructure as Code patterns using Bicep and Terraform. **Use when:** Generating IaC for App Service, Container Apps, or AKS deployments. **Triggers on:** Phase 3 infrastructure generation, azd init, Bicep/Terraform file creation. **Covers:** Azure Verified Modules, managed identities, Key Vault with RBAC, Application Insights, networking.
Business logic discovery, mapping, and preservation during application migration. **Use when:** Migrating .NET or Java applications and need to ensure all business logic is preserved. **Triggers on:** Phase 2 code migration, business rule identification, logic preservation verification. **Covers:** Business rule extraction, logic mapping between source/target, validation tracking, media asset preservation. **Critical:** Ensures no business logic is lost during migration by creating traceable mappings.
Configuration file transformation patterns for .NET and Java modernization. **Use when:** Converting legacy config files to modern cloud-native formats. **Triggers on:** web.config, app.config, applicationContext.xml, persistence.xml files. **Covers:** web.config to appsettings.json, XML to YAML/properties, connection string externalization.
.NET Framework to .NET 8+ modernization patterns. **Use when:** User has a .NET Framework 4.x application and needs to upgrade to .NET 8 LTS. **Triggers on:** .csproj files with TargetFrameworkVersion, web.config files, System.Web references, Entity Framework 6. **Covers:** Project file transformation, web.config to appsettings.json, EF6 to EF Core, Windows/Forms auth to Entra ID.
Unit testing patterns for validating migrated applications. **Use when:** Creating tests to verify migration correctness and prevent regressions. **Triggers on:** Test creation requests, validation phase, post-migration verification. **Covers:** xUnit/NUnit for .NET, JUnit 5 for Java, mocking strategies, test organization patterns.
WCF to REST API migration patterns for .NET modernization. **Use when:** Converting WCF services to ASP.NET Core REST APIs. **Triggers on:** .svc files, ServiceContract attributes, OperationContract, DataContract, WCF bindings. **Covers:** ServiceContract to controllers, DataContract to DTOs, FaultContract to Problem Details, OpenAPI generation. **Important:** This is a rewrite, not a compatibility layer. Existing WCF clients will need updates.