corgiro
Installation
SKILL.md
Corgiro — AWS Cloud Operations Skills
Single namespace command for the Corgiro AWS Cloud Operations skill collection. Dispatches to a mode under modes/<mode-name>/MODE.md based on the user's first argument.
Available modes
| Mode | Invocation | What it does |
|---|---|---|
setup-corgiro |
/corgiro setup-corgiro |
One-time multi-account setup. Two paths: (A) use your existing IAM Identity Center access, or (B) provision org-wide cross-account access (StackSet + delegated admin). Saves state to ~/.corgiro/. |
account-coverage |
/corgiro account-coverage |
Determine the accounts in scope and probe each for reachability (SSO profile or AssumeRole, per access mode); produce a coverage report with remediation guidance. |
health-event-analysis |
/corgiro health-event-analysis |
Analyze AWS Health Dashboard events across your entire Organization — open issues, scheduled changes, pattern analysis, and risk assessment. |
rds-eol-analysis |
/corgiro rds-eol-analysis |
Identify RDS/Aurora instances approaching or past end-of-support across all accounts — prioritized risk report with upgrade recommendations and extended support cost estimates. |
eks-eol-analysis |
/corgiro eks-eol-analysis |
Identify Amazon EKS clusters on Kubernetes versions approaching or past end of standard support across all accounts — prioritized risk report with upgrade paths and extended support cost estimates. |
ec2-compute-review |
/corgiro ec2-compute-review |
Comprehensive EC2 operational health assessment across all accounts — instance type currency, Graviton eligibility, EBS optimization, security configuration, CloudWatch utilization, and snapshot coverage. |
bedrock-model-lifecycle |
/corgiro bedrock-model-lifecycle |
Identify Bedrock foundation models that are deprecated or approaching legacy/extended-support across all accounts — shows which accounts and inference profiles are still using at-risk models. |
mode-builder |
/corgiro mode-builder |
Interactive workflow that helps you create custom Corgiro modes for your org — ideation, AWS API discovery, drafting, validation, and testing. Use when adding a new /corgiro mode or building a custom multi-account inspection. |