What problem does it solve? Reviewing Terraform changes in pull requests requires checking subtle dependency and configuration issues that are easy to miss manually, such as hidden implicit dependencies and hardcoded values that should be data sources. ## Core Features & Use Cases - Dependency Directness Analysis: Detects places where local or var indirection is used even though a resource or data source could be referenced directly. - Missing Dependency Detection: Identifies implicit dependencies that should be declared explicitly with depends_on. - Data Source Recommendations: Flags hardcoded values and external references that should be replaced with Terraform data resources. - Use Case: When a teammate opens a PR modifying Terraform modules, run this Skill to post inline review comments on the relevant diff lines, each with cited evidence, official documentation links, and concrete fix suggestions. ## Quick Start Review the Terraform changes in the current pull request and post comments on each finding.