mirror of
https://github.com/github/awesome-copilot.git
synced 2026-04-30 12:15:56 +00:00
* feat(skills): add IoT edge skills and align agent/instruction docs * fix(ci): handle fork permission errors in plugin structure check * fix(ci): allow intentional Spanish vocabulary in codespell * docs(skills): translate IoT edge skill content to English * fix(ci): pass codespell and README validation * chore: regenerate skills index after merge
27 lines
1.3 KiB
Markdown
27 lines
1.3 KiB
Markdown
---
|
|
description: 'Require Azure IoT Edge documentation review before proposing edge IoT architectures or Azure implementation guidance.'
|
|
applyTo: '**/*.bicep,**/*.tf,**/*iot*.md,**/*smart-city*.md,**/*edge*.md'
|
|
---
|
|
|
|
## Azure IoT Edge Architecture Instruction
|
|
|
|
When the task includes Azure IoT, Smart City, edge processing, gateway design, or disconnected edge scenarios, do this before providing architecture recommendations:
|
|
|
|
1. Review Azure IoT Edge documentation first:
|
|
- https://learn.microsoft.com/azure/iot-edge/
|
|
- https://learn.microsoft.com/es-es/azure/iot-edge/
|
|
2. Confirm key constraints from the documentation:
|
|
- Runtime architecture
|
|
- Supported systems
|
|
- Version/release status
|
|
- Relevant Linux/Windows quickstart path
|
|
3. Explicitly state that you reviewed the documentation, or state that it could not be consulted.
|
|
4. If the documentation was not accessible, continue with clearly labeled assumptions.
|
|
|
|
### Response Rules
|
|
|
|
- Never jump directly to a list of services without validating edge applicability first.
|
|
- Always explain why IoT Edge is or is not required.
|
|
- Include operational implications: update strategy, observability, and support model.
|
|
- Prioritize secure defaults: managed identity, least privilege, secret management, and network isolation.
|