What changed for reviewers
The Atmos Pro comment that already shows up on your pull requests now includes a short, plain-English summary of everything the PR touches — across every stack and component that Atmos detected as affected, not just one plan. Instead of scanning a table of "no changes" rows to find the one stack that matters, the reviewer sees the headline up front: which components are actually changing, what they're changing from and to, and how many resources are affected.
atmos-probotcommented 1 minute ago
Tip
Atmos Pro Terraform Planin progress
Processing the affected stacks graph.
| Component | Stack | Status |
|---|---|---|
| vpc | prod/us-east-1 | new |
| eks-cluster | prod/us-east-1 | new |
| rds-primary | prod/us-east-1 | new |
| s3-assets | prod/us-east-1 | new |
The summary sits inside the existing comment between the component status table and the dashboard CTA, so reviewers get the gist without leaving GitHub. The
Totals: line is the PR-wide rollup — across every affected component, how many changed, how many failed, how many were unchanged, and how many were skipped.AI Summaries are opt-in per repository from the AI tab in repository settings.
