workflow-analise-migracao-aws

Orchestrate AWS migration analysis with a Maker/Checker loop across repositories.

Updated Apr 5, 2026
One-click install
npx skills add https://github.com/joleques/northstar-ai --skill workflow-analise-migracao-aws
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-analise-migracao-aws
Source: https://github.com/joleques/northstar-ai/tree/main/.codex/skills/workflow-analise-migracao-aws
Command: npx skills add https://github.com/joleques/northstar-ai --skill workflow-analise-migracao-aws

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates AWS migration analysis by coordinating migration-analyzer and migration-analyzer-revisor in a Maker/Checker loop to evaluate migrations by context.

Core Features & Use Cases

  • Orchestrates the migration analysis workflow across contexts by collecting context, repository lists, and corporate patterns.
  • Creates directories migracao-{contexto}/repos and migracao-{contexto}/analise to organize artifacts.
  • Symlinks repositories into repos/ for analysis.
  • Runs migration-analyzer to generate artifacts in analise/.
  • Runs migration-analyzer-revisor with an iterative correction loop (max 5 iterations) until the report is approved or flagged.
  • Outputs an approved report and artifact paths for delivery.

Quick Start

Inicie a análise de migração AWS para um contexto específico.

Frequently Asked Questions about workflow-analise-migracao-aws

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate AWS migration analysis across multiple repositories?

You need at least one existing repository before starting AWS migration analysis. The workflow also requires proper tooling and environment configuration to execute the Maker/Checker correction loop successfully.

How does the Maker/Checker loop validate AWS migration reports?

The Maker/Checker loop validates AWS migration reports by running an analyzer and a revisor iteratively, up to five times. It generates artifacts, reviews them, and applies corrections until the report is approved or flagged.

What is the best way to organize artifacts when analyzing a multi-repository AWS migration?

Organize multi-repository AWS migration artifacts by creating dedicated directories for each context, separating symlinked repositories from analysis outputs. This structure ensures analyzed artifacts are neatly stored for final delivery.

Why does my AWS migration analysis workflow require corporate patterns and context?

AWS migration analysis requires corporate patterns and context to evaluate migrations accurately within specific organizational constraints. Gathering this information ensures the generated artifacts align with established enterprise standards.