From fab9a0a176065d2c801e5a303d8d9e058efd1132 Mon Sep 17 00:00:00 2001 From: Scott Schreckengaust Date: Fri, 6 Feb 2026 15:16:20 -0800 Subject: [PATCH 1/2] Apply suggested fix to plugins/deploy-on-aws/skills/deploy/SKILL.md from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> Signed-off-by: Scott Schreckengaust --- plugins/deploy-on-aws/skills/deploy/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/deploy-on-aws/skills/deploy/SKILL.md b/plugins/deploy-on-aws/skills/deploy/SKILL.md index de8d4e19..ff68f40d 100644 --- a/plugins/deploy-on-aws/skills/deploy/SKILL.md +++ b/plugins/deploy-on-aws/skills/deploy/SKILL.md @@ -24,7 +24,7 @@ straightforward services. Don't ask questions with obvious answers. See [defaults.md](references/defaults.md) for the complete service selection matrix. -Core principle: Default to **dev-sized** (cost-conscious) unless user says "production-ready". +Core principle: Default to **dev-sized** (cost-conscious: small instance sizes, minimal redundancy, and non-HA/single-AZ defaults) unless user says "production-ready". ## MCP Servers From 93ff502945ebe18b24c83062111bccf22330f6de Mon Sep 17 00:00:00 2001 From: Scott Schreckengaust Date: Fri, 6 Feb 2026 15:16:21 -0800 Subject: [PATCH 2/2] Apply suggested fix to plugins/deploy-on-aws/skills/deploy/SKILL.md from Copilot Autofix Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> Signed-off-by: Scott Schreckengaust --- plugins/deploy-on-aws/skills/deploy/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/deploy-on-aws/skills/deploy/SKILL.md b/plugins/deploy-on-aws/skills/deploy/SKILL.md index ff68f40d..dfc8d772 100644 --- a/plugins/deploy-on-aws/skills/deploy/SKILL.md +++ b/plugins/deploy-on-aws/skills/deploy/SKILL.md @@ -1,6 +1,6 @@ --- name: deploy -description: "Deploy applications to AWS. Triggers on: 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." +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." --- # Deploy on AWS