Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

terraform-provider-azurecaf

terraform-provider-azurecaf에는 aztfmod에서 수집한 skills 23개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
23
Stars
186
업데이트
2026-03-23
Forks
99
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

azure-caf-sync
소프트웨어 개발자

Fetch the latest CAF abbreviations page from Microsoft Learn and compare against resourceDefinition.json official.slug values. Reports drift where the provider's slug differs from the official CAF slug. Triggers on: weekly scheduled audit, manual sync check.

2026-03-23
azure-resource-discovery
소프트웨어 개발자

Discover new Azure resources by fetching the latest azurerm provider resource list from the Terraform Registry and comparing against resourceDefinition.json. Identifies unsupported resources. Triggers on: weekly scheduled discovery, manual audit.

2026-03-23
changelog-update
소프트웨어 개발자

Update CHANGELOG.md with a new entry under the correct section. Parses existing structure, adds entries under [Unreleased], and assesses semver impact. Triggers on: after resource changes, bug fixes, documentation updates, or any notable project change.

2026-03-23
contributor-guide
소프트웨어 개발자

Provide step-by-step guidance for contributors based on their contribution type. References CONTRIBUTING.md and project conventions. Triggers on: new contributor questions, 'how do I contribute', contribution guidance requests.

2026-03-23
coverage-analysis
소프트웨어 품질 보증 분석가·테스터

Run test coverage analysis (make test_coverage), parse coverage percentage, compare against the 95% threshold, and flag regressions. Triggers on: PR checks, post-build validation, release prep.

2026-03-23
docs-resource-sync
소프트웨어 개발자

Ensure documentation files under docs/resources/ and docs/data-sources/ reflect current resource types with accurate examples. Triggers on: after adding/updating resources, documentation audit.

2026-03-23
e2e-test-runner
소프트웨어 품질 보증 분석가·테스터

Run end-to-end tests (make test_e2e or make test_e2e_quick), parse results, and produce a structured summary. Use after build succeeds to validate real Terraform workflows. Triggers on: post-build validation, PR checks, release verification.

2026-03-23
example-generator
소프트웨어 개발자

Generate Terraform example configurations for a given resource type using the azurecaf provider. Produces ready-to-use HCL code for documentation or onboarding. Triggers on: documentation requests, example creation, contributor guidance.

2026-03-23
issue-to-resource-spec
소프트웨어 개발자

Parse a 'new resource request' GitHub issue and extract the resource type, slug, and naming constraints to produce a draft resourceDefinition.json entry. Triggers on: issue labeled 'feature' or 'new-resource', new resource request.

2026-03-23
naming-rules-drift-check
소프트웨어 개발자

Re-fetch Azure naming rules for a set of resources and compare against current regex/length/scope values in resourceDefinition.json. Detects when Azure has changed naming constraints. Triggers on: periodic audit, resource validation.

2026-03-23
pr-compliance-check
소프트웨어 개발자

Validate a pull request against the project's contribution checklist. Checks that resourceDefinition.json changes trigger models_generated.go regeneration, README is updated, CHANGELOG is updated, and tests pass. Triggers on: PR opened, PR updated.

2026-03-23
pre-release-validation
소프트웨어 품질 보증 분석가·테스터

Run comprehensive pre-release checks: full test suite, E2E tests, coverage verification, CHANGELOG validation, and generated code freshness. Triggers on: before creating a release tag, release preparation.

2026-03-23
readme-resource-table
소프트웨어 개발자

Update the resource status table in README.md to reflect current resource support. Adds new rows, updates existing entries, and marks support status. Triggers on: after adding/updating resources in resourceDefinition.json.

2026-03-23
regression-test-runner
소프트웨어 품질 보증 분석가·테스터

Run the full CI test suite (make test_ci), parse output, and report pass/fail with failure details. Use after code changes to verify nothing is broken. Triggers on: code changes, PR validation, post-build verification.

2026-03-23
release-notes-generator
소프트웨어 개발자

Generate release notes from CHANGELOG.md entries since the last release. Formats for GitHub Release publication. Triggers on: release preparation, tag creation.

2026-03-23
resource-bulk-import
소프트웨어 개발자

Accept a list of Azure resource types, batch-research each via azure-naming-research conventions, generate JSON entries, and insert all into resourceDefinition.json. Triggers on: batch resource addition, bulk import requests.

2026-03-23
resource-completeness-check
소프트웨어 개발자

Compare resourceDefinition.json against completness/existing_tf_resources.txt to report coverage gaps. Shows which Terraform azurerm resources are supported and which are missing. Triggers on: audit, completeness review.

2026-03-23
resource-diff-report
소프트웨어 개발자

Compare two versions of resourceDefinition.json (e.g., branch vs main) and produce a structured change summary. Triggers on: PR review, audit, before/after comparison.

2026-03-23
semver-assessment
소프트웨어 개발자

Analyze changes since the last release tag and determine the appropriate semantic version bump (patch/minor/major) based on CHANGELOG entries and commit types. Triggers on: release preparation, version planning.

2026-03-23
test-failure-diagnosis
소프트웨어 품질 보증 분석가·테스터

Analyze test failure output to identify root cause and suggest fixes. Use when build or test failures occur. Triggers on: test failures, build errors, CI failures.

2026-03-23
provider-build-test
소프트웨어 개발자

Regenerate Go code from resourceDefinition.json, build the terraform-provider-azurecaf binary, and run unit tests. Use after any change to resourceDefinition.json to verify the provider compiles and tests pass.

2026-02-17
resource-definition-json
소프트웨어 개발자

Manage resource entries in resourceDefinition.json for the terraform-provider-azurecaf naming provider. Use for lookup, comparison, formatting, and insert/update of resource naming definitions. Triggers on: resourceDefinition.json edits, resource definition lookup, JSON entry formatting, resource comparison.

2026-02-17
terraform-mock-test
소프트웨어 품질 보증 분석가·테스터

Validate a resource definition end-to-end using terraform test with mock_provider azurerm. Proves the CAF-generated name is accepted by the azurerm provider schema without Azure credentials. Use after provider-build-test succeeds to run the mocked azurerm integration test.

2026-02-17