Add annual-cloud-data-update skill (yearly metadata refresh workflow)#164
Open
adrianco wants to merge 1 commit into
Open
Add annual-cloud-data-update skill (yearly metadata refresh workflow)#164adrianco wants to merge 1 commit into
adrianco wants to merge 1 commit into
Conversation
154cc48 to
a82e7ee
Compare
A Claude Code skill that documents and drives the annual update of Cloud_Region_Metadata.csv when AWS, Google, Azure and Oracle publish their sustainability data. Three-phase workflow: - Phase A: extract each vendor's metrics AND their verbatim metric definitions into metrics/<year>/<vendor>-<year>-metrics.md (including downloading AWS's ~32 per-region fact sheets and Microsoft's detailed Environmental Data Fact Sheet). - Phase B: merge only metrics whose definition fits the schema column, additively, preserving CRLF and never modifying published years. - Phase C: write metrics/<year>/gaps-<year>.md, a cross-vendor alignment report on what each vendor should change for comparable metrics. Captures the hard-won details: per-vendor sources and region-code maps; the location-vs-market CFE rule (don't populate the global 100% claim); AWS's per-grid renewable list; fiscal-vs-calendar timescale (Azure/Oracle fiscal years end mid-calendar-year); CRLF handling; the awk/quoted-comma trap; and the additive-only verification. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
a82e7ee to
341e15c
Compare
10 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a Claude Code skill under
.claude/skills/annual-cloud-data-update/that documents and drives the yearly refresh ofCloud_Region_Metadata.csvwhen AWS, Google, Azure and Oracle publish their sustainability data. It captures the institutional knowledge for doing this cleanly so future updates are repeatable rather than rediscovered each year.Three-phase workflow it encodes
metrics/<year>/<vendor>-<year>-metrics.md— including downloading AWS's ~32 per-region fact sheets and Microsoft's detailed Environmental Data Fact Sheet, so the definitions (not just the numbers) are recorded.metrics/<year>/gaps-<year>.md, a cross-vendor alignment analysis of what each vendor should change for comparable metrics (serves the project's lobbying mission).Key rules it bakes in
awkmis-splitting the quotedgeolocationcomma, the unreliable AWS scraper,region-carbon-infolagging Google's PDF, and the additive-only (removed: 0) verification.Structure
Contains no data changes — purely the process documentation. Pairs with the 2025 data PR (#162) and the Oracle PR (#163).
🤖 Generated with Claude Code