Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

PartsUnlimited-Demo-With-Skills

PartsUnlimited-Demo-With-Skills には RobertoBorges から収集した 7 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
7
Stars
0
更新
2026-02-18
Forks
0
職業カバレッジ
2 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

azure-containerization
ソフトウェア開発者

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.

2026-02-18
azure-infrastructure
ソフトウェア開発者

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.

2026-02-18
business-logic-mapping
ソフトウェア開発者

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.

2026-02-18
config-transformation
ソフトウェア開発者

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.

2026-02-18
dotnet-modernization
ソフトウェア開発者

.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.

2026-02-18
migration-unit-testing
ソフトウェア品質保証アナリスト・テスター

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.

2026-02-18
wcf-to-rest-migration
ソフトウェア開発者

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.

2026-02-18