mirror of
https://github.com/github/awesome-copilot.git
synced 2026-07-14 01:51:02 +00:00
fix(skills): make aws-cloudwatch-investigation pass skill validation (#2137)
The `name` frontmatter was `AWS CloudWatch Investigation`, which violated the Agent Skills spec and failed `npm run skill:validate` on main: name must be lowercase letters, numbers, and hyphens and must match the folder name (`aws-cloudwatch-investigation`). Correct the name and regenerate docs/README.skills.md so the validator passes (365/365) and the skills table renders consistently with every other entry. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
name: AWS CloudWatch Investigation
|
||||
name: aws-cloudwatch-investigation
|
||||
description: >
|
||||
Reusable investigation patterns for AWS CloudWatch: Logs Insights query templates,
|
||||
alarm-to-deployment correlation, blast-radius narrowing decision tree, and
|
||||
|
||||
Reference in New Issue
Block a user