基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/GoogleCloudPlatform/magic-modules --skill bug-fix-workflow命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Plan a remediation strategy after a test failure.
Opt resource into MMv1 list-resource generation by setting `generate_list_resource: true` and validate it locally with generated tests. 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 without a more specific workflow
| name | bug-fix-workflow |
| description | Workflow for triaging, planning, fixing, and verifying reported provider bugs. |
bug-fix-workflowThis document outlines the structured lifecycle for investigating, reproducing, fixing, and verifying reported provider bugs in Magic Modules.
.agents/knowledge/index.md) for relevant topics/patterns and search the codebase for affected schemas, fields, expanders, or flatteners.git log, PRs, blame) in the repository and downstream providers to identify how the defect was introduced or how similar resources behave..agents/knowledge/test/unit-test-scope.md.docs/content/breaking-changes/ for schema or validation changes.RELEASE_DIFF=true): Recommend running acceptance tests with RELEASE_DIFF=true make testacc ... to verify zero plan diffs against the released provider baseline.mmv1/).mmv1/templates/terraform/), consult Template Modifications & Blast Radius and obtain explicit user approval before proceeding.generate-provider (.agents/skills/operations/generate-provider/) to compile downstream providers.qa-test-runner (.agents/skills/operations/qa-test-runner/) for target acceptance tests. Verify payloads and PASS status.make build in downstream provider repository to ensure compilation passes without errors.PASS)../.agents/skills/utils/run-pre-gen-checks/scripts/run_pre_gen_checks.sh.validate-provider-changes if schemas changed.prepare-pr-link (.agents/skills/operations/prepare-pr-link/) to push to fork and generate the comparison link.git status --porcelain and remove any untracked .log, .test, or temporary test artifacts.If verification fails during Step 4, repeat steps 2-4 as needed.
mmv1/templates/ or altering additional fields/resources), do NOT apply changes silently. Loop back to Step 2, update the report, and obtain explicit user approval at the HITL Checkpoint.