You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(deploy-on-aws): add error handling and YAML frontmatter tags
Address review feedback:
- Add Error Handling section covering MCP server failures,
validation failures, and deployment failures
- Add tags and examples to YAML frontmatter per DESIGN_GUIDELINES
- Fix inaccurate claim that validate-stack.sh runs security scans;
clarify it handles synthesis validation while checkov/cfn-nag
run separately
Copy file name to clipboardExpand all lines: plugins/deploy-on-aws/skills/deploy/SKILL.md
+42-2Lines changed: 42 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,17 @@
1
1
---
2
2
name: deploy
3
3
description: "Deploy applications to AWS. Triggers on phrases like: deploy to AWS, host on AWS, run this on AWS, AWS architecture, estimate AWS cost, generate infrastructure. Analyzes any codebase and deploys to optimal AWS services."
0 commit comments