diagnostics
8
总安装量
4
周安装量
#35910
全站排名
安装命令
npx skills add https://github.com/gtmagents/gtm-agents --skill diagnostics
Agent 安装分布
gemini-cli
4
opencode
3
antigravity
3
replit
3
claude-code
3
github-copilot
3
Skill 文档
Technical Diagnostics Toolkit Skill
When to Use
- Investigating crawl/index anomalies, traffic drops, or Core Web Vitals regressions.
- Running scheduled audits ahead of major launches or migrations.
- Validating fixes before/after engineering deployments.
Framework
- Signal Triangulation â combine Search Console, log files, crawler output, and analytics deltas.
- Replication Scripts â document steps to reproduce issues (user agents, locales, device types).
- Root Cause Hypotheses â map symptoms to likely causes (render blocking, redirects, robots, schema errors).
- Fix Design â outline remediation options, risk level, dependencies, and testing approach.
- Validation & Monitoring â specify metrics and alerts to confirm resolution.
Templates
- Diagnostics worksheet (symptom, evidence, hypothesis, owner, next action).
- Crawl + render checklist per environment.
- Validation log capturing metrics pre/post change.
Tips
- Keep historical baselines to quickly detect regressions.
- Pair with engineering release notes to correlate incidents.
- Automate recurring crawls and lighthouse runs to catch issues early.