gtm-fix-guide

Parse gtm-test-results.json and generate a step-by-step GTM fix guide.

3|1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/aimonk2025/google-tag-manager-automation --skill gtm-fix-guide
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gtm-fix-guide
Source: https://github.com/aimonk2025/google-tag-manager-automation/tree/main/skills/gtm-fix-guide
Command: npx skills add https://github.com/aimonk2025/google-tag-manager-automation --skill gtm-fix-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill translates failing GTM tests into plain-language, actionable fix instructions that developers can follow without GTM expertise.

Core Features & Use Cases

  • Parses gtm-test-results.json to identify failures and categorize them for remediation.
  • Generates a gtm-fix-guide.md with step-by-step, human-friendly fixes for each failing test.
  • Supports both code-level fixes and GTM configuration adjustments, with clear verification steps.

Quick Start

Run the skill after a GTM test run to generate a gtm-fix-guide.md with actionable steps for all failures.

Frequently Asked Questions about gtm-fix-guide

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

FAQPage Schema
How do I fix failing Google Tag Manager tests automatically?▼

To fix failing Google Tag Manager tests, you can parse the gtm-test-results.json file to generate a human-readable gtm-fix-guide.md containing step-by-step remediation instructions for each dataLayer failure.

What is a gtm-test-results.json file used for in debugging?▼

A gtm-test-results.json file is used to identify failing GTM tests and categorize dataLayer faults, serving as the required input format to generate actionable, plain-language remediation steps for developers.

How do I generate a fix guide for GTM dataLayer test failures?▼

You generate a fix guide for GTM dataLayer test failures by running a parser against gtm-test-results.json, which outputs a gtm-fix-guide.md with categorized, human-friendly fixes and clear verification steps.

Can I use automated GTM fault classification without modifying my live configuration?▼

Yes, you can apply automated GTM fault classification without modifying your live configuration, because this parsing process only reads test results and outputs a markdown guide without performing API calls or altering GTM settings.

Do I need a specific file structure to get human-readable GTM test remediation steps?▼

Yes, you need a specific file structure to get human-readable GTM remediation steps; the parser expects the gtm-test-results.json file to be located in the project root directory to successfully write the fix guide.