feat: Expand CloudFormation and ELB permissions for infrastructure management
- Add CloudFormation resource scanning permissions (DescribeResourceScan, ListResourceScans, StartResourceScan) - Add CloudFormation template generation permissions (CreateGeneratedTemplate, UpdateGeneratedTemplate) - Add S3 bucket encryption and public access block configuration permissions - Expand ELB target group management (create, delete, tag, remove tags) - Add ELB listener and rule management permissions (create, delete, modify) - Update commit message generator skill documentation with format guidelines
This commit is contained in:
parent
093489830d
commit
b565fb3c4b
4 changed files with 72 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ description: Generate appropriate commit messages based on Git diffs
|
|||
## Prerequisites
|
||||
- This Skill retrieves Git diffs and suggests meaningful commit messages
|
||||
- Message format should follow Conventional Commits
|
||||
- Commit messages should have a one-line Conventional Commits header, an optional blank second line, and from the third line onward include a bulleted list summarizing the changes
|
||||
- Commit messages should be in English
|
||||
- **Never perform Git commit or Git push**
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue