What problem does it solve?
Reviewing PRs that patch legacy Terraform-based or DCL-based resources in Config Connector is error-prone: reviewers must verify schema, expander, and flattener changes, CRD regeneration, test fixture coverage, MockGCP alignment, and direct controller parity. This Skill codifies those mandatory review criteria into a repeatable checklist.
Core Features & Use Cases
- Patch Verification: Checks TF patch files under third_party for schema, expand, and flatten logic, and DCL patches for multi-version schema and implementation updates.
- MockGCP and Real GCP Alignment: Compares real HTTP logs against mock logs (including dual-controller _http_old_controller variants) and flags suspicious identical logs suggesting the real GCP test was never run.
- Direct Controller Alignment: Verifies that new or modified fields are reflected in apis/ types, direct mappers, fuzzers, and Update() diffing logic, and flags legacy patches on already-migrated resources as yellow flags.
- Use Case: A reviewer receives a PR adding a new field to a Terraform-based resource; the Skill walks through patch integrity, fixture test coverage, golden log diffs, and produces a standardized review summary with actionable findings.
Quick Start
Review this pull request that adds a new field to a legacy Terraform-based Config Connector resource and produce the standard review summary.