diagnostics

31 stars 7 forks
28
D

Use for structured technical SEO audits, incident response, and validation.

Marketplace

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install gtmagents/gtm-agents/diagnostics
skilz install gtmagents/gtm-agents/diagnostics --agent opencode
skilz install gtmagents/gtm-agents/diagnostics --agent codex
skilz install gtmagents/gtm-agents/diagnostics --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/gtmagents/gtm-agents
2. Copy the agent skill directory:
cp -r gtm-agents/plugins/seo-workflow-orchestration/skills/diagnostics ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Repository
gtm-agents
Stars
31
Forks
7
Type
Technical
Meta-Domain
web api
Primary Domain
api
Market Score
28

Agent Skill Grade

D
Score: 65/100 Click to see breakdown

Score Breakdown

Spec Compliance
12/15
PDA Architecture
18/30
Ease of Use
16/25
Writing Style
7/10
Utility
11/20
Modifiers: +1

Areas to Improve

  • Missing Reference Files for Templates
  • Weak Trigger Terms in Description
  • No Concrete Tool Commands

Recommendations

  • Focus on improving Utility (currently 11/20)
  • Address 2 high-severity issues first
  • Add trigger phrases to description for discoverability

Graded: 2026-01-24

Developer Feedback

I've been digging through the skill ecosystem and found your diagnostics tool—curious how you're approaching the observability layer here, especially given some of the architectural constraints in the broader system.

Links:

The TL;DR

You're at 65/100, solidly in D territory. This is based on Anthropic's skill best practices. Your strongest pillar is Spec Compliance (12/15)—the frontmatter is clean and valid. Your biggest drag is Utility (11/20)—the framework is solid conceptually, but it lacks the concrete tools, commands, and templates agents actually need to execute.

What's Working Well

  • Clean metadata structure — Valid YAML frontmatter with proper naming conventions (diagnostics in hyphen-case). This is foundation stuff done right.
  • Real framework logic — The five-step approach (Signal Triangulation → Hypothesis Formation → Validation) maps to actual SEO diagnostic workflows. You're not abstract for abstract's sake.
  • Spec-compliant triggers — You've got the "When to Use" section structured correctly, even if the keywords could sharpen up.

The Big One: Missing Reference Files & Templates

Here's what's holding you back the most: You mention templates but don't provide them. The skill says "Diagnostics worksheet (symptom, evidence, hypothesis, owner, next action)" and "Crawl + render checklist per environment," but agents can't actually grab these templates. They're floating in description-land instead of being actionable references.

Why it matters: Without concrete templates, an agent has to improvise the worksheet format. That burns tokens and reduces consistency. Reference fil...

Report Security Issue

Found a security vulnerability in this agent skill?