Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

GHCP-PromptMigration

GHCP-PromptMigration contém 12 skills coletadas de RobertoBorges, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
12
Stars
4
atualizado
2026-06-19
Forks
0
Cobertura ocupacional
4 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

migration-strategy-report
Desenvolvedores de software

Generate an executive-ready Migration Strategy Report (HTML deck) from a customer portfolio — CMDB exports, RVTools/Azure Migrate inventories, DMA outputs, vendor proposals, architecture diagrams. **Use when:** producing a CIO-ready migration plan for a customer portfolio (apps, databases, infra, or any mix). Starts the Portfolio Planning flow for multi-app engagements. **Triggers:** "generate migration report", "analyze CMDB", "portfolio analysis", "migration strategy report for X", "RVTools export analysis", "Azure Migrate analysis", "portfolio assessment", "build a deck from these artifacts". **Covers:** auto-detected workload pillars (Apps/DB/Infra), CAF-aligned 6 Rs classification, deterministic Factory / ISD-Partner / Unknown ownership, phased roadmap, dependency mapping, move groups, risks, executive HTML output.

2026-06-19
economy-mode
Outras ocupações de informática

Shifts model selection to cost-optimized alternatives when economy mode is active

2026-06-18
model-selection
Outras ocupações de informática

Determines which LLM model to use for each agent spawn

2026-06-18
session-recovery
Desenvolvedores de software

Find and resume interrupted Copilot CLI sessions using session_store queries

2026-06-18
azure-containerization
Administradores de redes e sistemas de computador

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-25
azure-infrastructure
Administradores de redes e sistemas de computador

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-25
business-logic-mapping
Desenvolvedores de software

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-25
config-transformation
Desenvolvedores de software

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-25
dotnet-modernization
Desenvolvedores de software

.NET Framework to .NET 10+ modernization patterns. **Use when:** User has a .NET Framework 4.x application and needs to upgrade to .NET 10 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-25
java-modernization
Desenvolvedores de software

Java EE and legacy Java to modern Spring Boot migration patterns. **Use when:** User has a Java EE, J2EE, or legacy Java 8/11 application and needs to upgrade to Spring Boot 3.x with Java 21. **Triggers on:** pom.xml with javax.* dependencies, web.xml files, EJB annotations, JAAS configuration. **Covers:** EJB to Spring beans, XML to Java/YAML config, JAAS to Spring Security OAuth2, JPA/Hibernate updates.

2026-02-25
migration-unit-testing
Analistas de garantia de qualidade de software e testadores

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-25
wcf-to-rest-migration
Desenvolvedores de software

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