What problem does it solve? When a PR adds new AWS modules to an Ansible collection, CI fails without matching terminator classes and IAM permissions in mattclay/aws-terminator. This Skill automates the entire companion-PR process so you do not have to manually analyze modules, write terminator code, and link PRs. ## Core Features & Use Cases - End-to-End Orchestration: Analyzes the collection PR, implements terminator classes and IAM policy entries, runs tox validation, and creates the PR to mattclay/aws-terminator. - Flexible Modes: Supports check-only analysis, auto-PR mode for fully automated commit/push/PR creation, skip-tests for drafts, and resume after interrupted runs. - PR Linking: Automatically comments on the original Ansible collection PR with a link to the new aws-terminator PR. - Use Case: A contributor opens community.aws PR #2353 adding new MediaLive modules and CI fails on missing permissions. Run the workflow with the PR number to generate the terminator implementation, validate it with tox, and submit the companion PR. ## Quick Start Ask the assistant to create an aws-terminator PR for ansible-collections/community.aws PR 2353 using the aws-terminator workflow.