azure-smart-city-iot-solution-builder

作成者: github

エンドツーエンドのAzure IoTおよびスマートシティソリューションの設計と計画:要件、アーキテクチャ、セキュリティ、運用、コスト、および具体的なフェーズ別デリバリープラン…

npx skills add https://github.com/github/awesome-copilot --skill azure-smart-city-iot-solution-builder

Azure Smart City IoT Solution Builder

Use this skill to rebuild and standardize a complete workflow for Azure IoT and Smart City solutions.

When to use it

Use this skill when the user asks for things like:

  • "I want to build an IoT solution on Azure"
  • "Smart City architecture for traffic, lighting, or waste"
  • "How do I connect devices, analytics, and alerts?"
  • "I need a roadmap and backlog for an urban platform"

Objectives

  • Convert a high-level idea into a deployable architecture.
  • Reuse existing Azure-focused skills whenever possible.
  • Produce concrete artifacts the team can implement.

Workflow

0) Mandatory documentation review (before any architecture)

Before proposing architecture or technology decisions that involve edge computing, review Azure IoT Edge documentation first:

Minimum pages to review:

  • What is Azure IoT Edge
  • Runtime architecture
  • Supported systems
  • Version history/release notes
  • Relevant Linux/Windows quickstarts for the scenario

If documentation cannot be consulted, state this explicitly and continue with clearly marked assumptions.

1) Scope and constraints

Collect and confirm:

  • City domain: mobility, parking, air quality, water, energy, public safety, waste, etc.
  • Scale: number of devices, telemetry frequency, retention, regions.
  • Latency and availability objectives.
  • Regulatory and privacy constraints.
  • Existing systems to integrate (SCADA, GIS, ERP, ticketing, APIs).

2) Capability map

Split the platform into layers:

  • Device and edge: onboarding, identity, firmware, OTA, edge processing.
  • Ingestion and messaging: command and control, event routing, buffering.
  • Data and analytics: hot path vs cold path, dashboards, historical analysis.
  • Operations: observability, incident flow, SLOs.
  • Governance: RBAC, secrets, policies, network isolation.

3) Azure service selection (reference)

  • Device connectivity: Azure IoT Hub, Azure IoT Operations, IoT Edge.
  • Event streaming: Event Hubs, Service Bus, Event Grid.
  • Storage: Blob Storage, Data Lake, Cosmos DB, SQL.
  • Analytics: Azure Data Explorer, Stream Analytics, Fabric/Synapse.
  • APIs and applications: API Management, App Service, Container Apps, Functions.
  • Monitoring: Azure Monitor, Application Insights, Log Analytics.
  • Security: Key Vault, Defender for IoT, Private Endpoints, Managed Identity.

4) Non-functional design

Define and document:

  • Reliability model (zones/regions, retries, dead-letter handling, replay).
  • Security controls (zero trust, encryption, secret rotation, least privilege).
  • Cost controls (retention tiers, rightsizing, autoscaling, workload scheduling).
  • Data lifecycle (raw, curated, aggregated, archived).

5) Delivery plan

Create a phased execution:

  • Phase 1: Pilot district or single use case.
  • Phase 2: Multi-domain integration.
  • Phase 3: City-scale rollout and optimization.

For each phase, include:

  • Exit criteria
  • Dependencies
  • Risks and mitigations
  • KPI set

Reuse other skills first

There are two sources of skills:

  • Runtime-provided skills (external to this repository): only available when the Copilot host environment exposes them.
  • Local repository skills (this repository): available as local files under skills/.

Runtime-provided Azure skills (optional)

If they are available in the execution environment, delegate to these specialized skills for deeper guidance:

  • azure-kubernetes
  • azure-messaging
  • azure-observability
  • azure-storage
  • azure-rbac
  • azure-cost
  • azure-validate
  • azure-deploy

Local repository alternatives (use in this repo)

When runtime skills are not available, prioritize existing local skills in this repository:

  • azure-architecture-autopilot for architecture generation and refinement.
  • azure-resource-visualizer for resource relationship diagrams.
  • azure-role-selector for role selection guidance.
  • az-cost-optimize and azure-pricing for cost and pricing analysis.
  • azure-deployment-preflight for pre-deployment checks.
  • appinsights-instrumentation for telemetry instrumentation patterns.

If no specialized skill is available, continue with this skill and keep assumptions explicit.

Required output artifacts

Always provide these outputs:

  1. Smart City solution summary (scope, assumptions, constraints).
  2. Reference architecture (components and data flow).
  3. Security and governance checklist.
  4. Cost and scaling strategy.
  5. Phased implementation backlog (epics and milestones).

Output template

Use this response structure:

  1. Context and objectives
  2. Proposed architecture
  3. Technology decisions and trade-offs
  4. Security, operations, and cost controls
  5. Phased implementation plan
  6. Risks and open questions

Guidelines

  • Do not jump to deployment before validating prerequisites.
  • Do not recommend single-region production for critical city workloads.
  • Do not omit operational ownership (who handles incidents, SLAs, change windows).
  • Clearly separate assumptions from confirmed facts.

githubのその他のスキル

console-rendering
github
Goにおける構造体タグベースのコンソールレンダリングシステムの使用手順
official
acquire-codebase-knowledge
github
ユーザーが既存のコードベースのマッピング、ドキュメント化、またはオンボーディングを明示的に依頼した場合にこのスキルを使用します。「このコードベースをマッピングして」「ドキュメント化して…」といったプロンプトで起動します。
official
acreadiness-assess
github
Run the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at reports/index.html. Wraps `npx github:microsoft/agentrc…
official
acreadiness-generate-instructions
github
AgentRCのinstructionsコマンドを使用して、カスタマイズされたAIエージェント指示ファイルを生成します。.github/copilot-instructions.md(デフォルト、VS CodeのCopilotに推奨)を出力します…
official
acreadiness-policy
github
ユーザーがAgentRCポリシーを選択、作成、または適用するのを支援します。ポリシーは、関連性のないチェックを無効にしたり、影響度/レベルを上書きしたり、設定することで、レディネススコアリングをカスタマイズします。
official
add-educational-comments
github
コードファイルに教育的なコメントを追加し、効果的な学習リソースに変換します。説明の深さとトーンを、設定可能な3つの知識レベル(初心者、中級、上級)に適応させます。ファイルが提供されない場合は自動的にリクエストし、番号付きリストで素早く選択できます。教育的なコメントのみを使用してファイルを最大125%拡張します(ハードリミット:新しい行400行、1,000行を超えるファイルは300行)。ファイルのエンコーディング、インデントスタイル、構文の正確性を保持し、...
official
adobe-illustrator-scripting
github
ExtendScript(JavaScript/JSX)を使用して、Adobe Illustratorの自動化スクリプトの作成、デバッグ、最適化を行います。スクリプトを作成または修正して操作する際に使用します…
official
agent-governance
github
宣言的なポリシー、意図分類、および監査証跡により、AIエージェントのツールアクセスと動作を制御します。構成可能なガバナンスポリシーは、許可/ブロックされたツール、コンテンツフィルター、レート制限、承認要件を定義し、コードではなく設定として保存されます。セマンティック意図分類は、パターンベースのシグナルを使用して、ツール実行前に危険なプロンプト(データ流出、権限昇格、プロンプトインジェクション)を検出します。ツールレベルのガバナンスデコレーターは、関数にポリシーを適用します...
official