بنقرة واحدة
tgc-build-skill
Build TGC from magic modules. Use when you need to build TGC from magic modules.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Build TGC from magic modules. Use when you need to build TGC from magic modules.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Skill for reviewing Magic Modules schemas. Currently covers the Enum vs. String decision via the knowledge base.
Opt resource into MMv1 list-resource generation by setting `generate_list_resource: true`, validate it locally, and open a one-resource PR against GoogleCloudPlatform/magic-modules. Invoke when the user asks to add list-resource support for a specific MMv1 resource or to enable `generate_list_resource` for an eligible resource.
Fallback workflow for general implementation and debugging tasks that do not involve creating a new resource.
Workflow specifically for creating a new resource, supporting both autogen and manual generation.
Create a Pull Request (PR) against GoogleCloudPlatform/magic-modules following repository standards, including branch management, commit formatting, mandatory release notes, pre-PR verification checks, and gh CLI commands.
Validate that changes to the generated providers don't introduce breaking changes or fields with missing tests or missing documentation. Use this skill when the user wants to check for breaking changes, missing tests, or missing documentation, or other problems in the downstream providers.
| name | tgc-build-skill |
| description | Build TGC from magic modules. Use when you need to build TGC from magic modules. |
When you need to build TGC from magic modules, use this skill.
You must execute the script build_tgc.sh to automate both the code generation and compilation phases. This is the recommended and fastest way to ensure your codebase is fully synchronized.
magic-modules repository..agents/skills directory:
./.agents/skills/tgc/tgc-build-skill/scripts/build_tgc.sh
This will automatically:
make tgc targeting the standard $GOPATH convention path for terraform-google-conversion.make mod-clean && make build.