What problem does it solve? Teams often cannot tell at a glance whether a deployed project is healthy, whether scheduled data syncs are running on time, or whether the deployed build matches the local Git revision. This Skill consolidates local Git state, sync telemetry, and read-only Azure resource evidence into one validated status report. ## Core Features & Use Cases - Azure resource health checks: Queries the subscription and cloud recorded in .azure/environment.json read-only to inventory resources and classify them as healthy, degraded, or unknown. - Sync freshness detection: Marks syncs failed, stale, healthy, or unknown based on heartbeats, expected intervals, and grace periods. - Deployment currency comparison: Compares local Git HEAD, CI artifacts, and deployed build markers to report current, outdated, unknown, or not-deployed. - Use Case: Ask whether an Azure Government web app is running and matches your local revision, and receive reports/project-status.json and reports/project-status.md with evidence for every conclusion. ## Quick Start Ask the agent to run the project-status skill and report whether the current deployment, Azure resources, and data syncs are healthy and up to date.