Add storage-s3-resiliency-expertise skill for S3 resiliency reviews - #39
Open
howard-m-k wants to merge 2 commits into
Open
Add storage-s3-resiliency-expertise skill for S3 resiliency reviews#39howard-m-k wants to merge 2 commits into
howard-m-k wants to merge 2 commits into
Conversation
…Agent sections to README Aligns the README with sibling skills (wiz-security-context, msk-operations) by adding a dedicated Agent Types section (Chat tasks, Evaluation, Incident RCA) and an Uploading to AWS DevOps Agent section covering GitHub import, zip upload, and Asset API deployment paths.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add
storage-s3-resiliency-expertiseskillAdds a read-only S3 resiliency, security, and data-protection review skill. Given one or more bucket names, it evaluates nine dimensions — versioning, replication, object lock, bucket policy, block public access, default encryption, ownership controls, server access logging, and static website hosting — using control-plane read APIs, then produces a rated report with prioritized findings and remediation guidance. Single-bucket and multi-bucket (fleet) reviews are routed automatically by input count.
Testing
Validated in AWS DevOps Agent (Investigation + on-demand) across single-bucket, multi-bucket fleet, S3 URI/ARN wrapper inputs, and negative-control prompts. The skill activates consistently from natural-language prompts and delivers the full report via a Final Delivery Contract.
Safety
Read-only — no write/delete/create operations and never reads object data (
GetObject). Non-production disclaimer included in the README.Structure
SKILL.md+references/+evals/+README.md+CHANGELOG.md, per the Agent Skills specification. Frontmatter includesname,description,metadata.version, andmetadata.author.