fix-codegen-azure

Diagnose and repair Azure infrastructure code generation errors from structured test results.

2|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/keturk/datrix --skill fix-codegen-azure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fix-codegen-azure
Source: https://github.com/keturk/datrix/tree/main/claude-config/.claude/skills/fix-codegen-azure
Command: npx skills add https://github.com/keturk/datrix --skill fix-codegen-azure

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill unit addresses test failures, errors, and warnings in Azure infrastructure code generated by datrix-codegen-azure.

Core Features & Use Cases

  • Diagnostic Analysis: Analyzes structured test results for issues.
  • Automated Fixing: Follows a predefined playbook to fix identified problems.
  • Use Case: For instance, if automated code generation produces incorrect output, this skill can identify the issues and correct them based on structured test results.

Quick Start

Execute the /fix-codegen-azure skill with the path to your structured test results file, e.g., '/fix-codegen-azure D:\datrix\datrix-codegen-azure.test_results\test-results-YYYYMMDD-HHMMSS\index.json'.

Frequently Asked Questions about fix-codegen-azure

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix Azure infrastructure code generation errors from test results?

To fix Azure infrastructure code generation errors, you can use a diagnostic skill that analyzes structured test results files and applies predefined playbooks to systematically repair failures and warnings in the generated code.

What is the best way to diagnose automated code generation failures in Azure?

Diagnosing automated code generation failures in Azure involves analyzing structured test result files to identify specific errors and warnings, allowing a systematic playbook to directly correct the infrastructure code issues.

Can I automatically repair warnings in generated Azure infrastructure code?

Yes, you can automatically repair warnings in generated Azure infrastructure code by executing a repair skill with the direct file path to your structured test results, triggering automated correction based on predefined rules.

Does fixing Azure code generation issues require direct access to test result files?

Yes, fixing Azure code generation issues requires direct access to structured test results files, such as an index.json file located in your test results directory, to accurately diagnose and repair the infrastructure code.

Why does my Azure infrastructure code generation still fail after automated fixes?

Azure infrastructure code generation may still fail after automated fixes if the structured test results file lacks sufficient detail, or if the specific failure scenario is not covered by the predefined diagnostic playbooks used for resolution.

Are there limitations to using predefined playbooks for Azure code repair?

Yes, limitations exist when using predefined playbooks for Azure code repair; the automated correction is restricted to recognized issues and structured test data, meaning novel or unstructured failures may require manual intervention.