whatisgithub

What is sample-corgiro-aws-ops-skills?

aws-samples/sample-corgiro-aws-ops-skills — explained in plain English

Analysis updated 2026-05-18

12CSSAudience · ops devopsComplexity · 3/5LicenseSetup · moderate

In one sentence

An AI agent skill that runs read only sweeps across an entire AWS Organization and produces shareable operational reports.

Mindmap

mindmap
  root((Corgiro))
    What it does
      AWS org wide sweeps
      Read only reports
      Agent skill
    Tech stack
      AWS CLI
      CloudFormation
    Use cases
      Account coverage checks
      RDS EOL review
      EC2 fleet health
    Audience
      Cloud ops teams
      AWS TAMs

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Get a report of which AWS accounts in your organization are reachable and which are missing.

USE CASE 2

Find RDS and Aurora databases approaching end of AWS support before it becomes urgent.

USE CASE 3

Review EC2 fleet health, rightsizing, and Graviton eligibility across every account at once.

USE CASE 4

Check Bedrock model usage across accounts before a deprecated model stops working.

What is it built with?

CSSAWS CLICloudFormation

How does it compare?

aws-samples/sample-corgiro-aws-ops-skillscaptainfod/trae-work-dream-skincuso4-x/cuso4-rootmanager
Stars121212
LanguageCSSCSSCSS
Setup difficultymoderateeasyhard
Complexity3/51/53/5
Audienceops devopsvibe coderdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires AWS CLI configured with IAM Identity Center SSO, or a deployed cross account role for org wide access.

Free to use, modify, and distribute for any purpose, including commercial use, with no requirement to keep the license notice.

So what is it?

Corgiro is a skill, in the sense used by AI coding agent tools, that gives an AI agent a structured playbook for reviewing an entire AWS account organization. Instead of asking an agent open ended questions about your AWS setup, you install Corgiro into an agent that supports the skills format, then run one of its built in commands, and it performs a read only sweep across every account in your AWS Organization and produces a shareable report. Each type of sweep looks at a different area. One checks which accounts in the organization are actually reachable and flags any that are newly added or have recently become unreachable. Another pulls AWS Health events across the organization and assesses the pattern of risk they represent. Others look specifically at databases running on RDS or Aurora that are approaching the end of AWS support, at Amazon EKS clusters running Kubernetes versions nearing end of support, and at general EC2 fleet health, covering things like whether instances are on an outdated generation, whether they are rightsized, and how well storage is optimized. Additional modes cover Bedrock model lifecycle status and Reserved Instance or Savings Plan coverage across the organization. Installing it is done through a command line tool for adding skills to AI agents, which detects which agents you have installed and lets you choose where to add Corgiro. After installing, a one time setup command walks you through choosing between two ways of granting it access: reusing your existing AWS IAM Identity Center single sign on setup with no changes to your AWS Organization, or a deeper setup that grants organization wide, cross account, read only access through a dedicated role deployed with CloudFormation. State from setup is saved locally on your machine. The project also includes a guided mode for building your own custom Corgiro report types. It ships as sample code under the MIT-0 license and is explicitly described as being for educational and demonstration purposes rather than direct production use without further review.

Copy-paste prompts

Prompt 1
Walk me through the setup-corgiro command and help me choose between Option A and Option B.
Prompt 2
Run an account coverage sweep and explain what a newly unreachable account means.
Prompt 3
Help me build a custom Corgiro mode for reviewing S3 bucket public access across our org.
Prompt 4
Explain the difference between the Identity Center option and the cross account StackSet option.

Frequently asked questions

What is sample-corgiro-aws-ops-skills?

An AI agent skill that runs read only sweeps across an entire AWS Organization and produces shareable operational reports.

What language is sample-corgiro-aws-ops-skills written in?

Mainly CSS. The stack also includes CSS, AWS CLI, CloudFormation.

What license does sample-corgiro-aws-ops-skills use?

Free to use, modify, and distribute for any purpose, including commercial use, with no requirement to keep the license notice.

How hard is sample-corgiro-aws-ops-skills to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is sample-corgiro-aws-ops-skills for?

Mainly ops devops.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.