AT
Analytics Tracking Skills Breakdown: Automating Metric System Audits
bestskills rank team
2026-04-15

A deep review of analytics-tracking skills, breaking down its logic for automatically auditing event tracking in the openclaw/hermes agent architecture. Highly valuable whether you use it directly or learn its metric grading Prompt approach.


Skill Quality Report: analytics-tracking

Evaluation Time: 2026-04-15
Evaluation Mode: Item-by-item review

Overall Score

DimensionScoreStatus
Standards (20%)13/20WARN
Effectiveness (40%)36/40PASS
Safety (30%)28/30PASS
Conciseness (10%)8/10WARN
Total85/100Good

Level guide:

  • 90-100: Excellent โ€” ready to use
  • 70-89: Good โ€” small but meaningful room to improve
  • 50-69: Fair โ€” needs important revisions
  • <50: Not qualified โ€” requires substantial rewrite

Skill Strengths

  1. [Effectiveness] Trigger coverage is broad and concrete โ€” Evidence: the description includes practical phrases such as "GA4", "conversion tracking", "GTM", "Mixpanel", and "analytics isn't working." (frontmatter description).
  2. [Effectiveness] The workflow starts from decision intent, not tooling โ€” Evidence: Before implementing tracking, understand: Business Context ... Current State ... Technical Context (Initial Assessment section).
  3. [Effectiveness] It provides implementation-ready artifacts โ€” Evidence: Tracking Plan Document with explicit tables for events, dimensions, and conversions (Output Format section).
  4. [Safety] Privacy is treated as a first-class requirement โ€” Evidence: No PII in analytics properties, Use consent mode, and Only collect what you need (Privacy and Compliance section).

Skill Improvement Areas

  1. [Standards] Frontmatter governance metadata is incomplete โ€” Evidence: visible fields emphasize name, description, and version, while ownership/governance fields are not explicit; Impact: weaker maintainability and harder long-term version governance in multi-skill repos.
  2. [Standards] Machine-readable taxonomy is under-specified โ€” Evidence: metadata is present but not clearly populated with tags/related skills in a structured way; Impact: lower retrieval quality and weaker automation for skill routing.
  3. [Effectiveness] โ€œDonโ€™t use whenโ€ boundary is implicit, not explicit โ€” Evidence: the content focuses on when to use but does not define clear exclusion scenarios; Impact: agents may over-apply this skill to lightweight or non-analytics requests.
  4. [Conciseness] Main document is information-dense for runtime loading โ€” Evidence: detailed sections for GA4, GTM, UTM, debugging, and tool matrix are all in one file; Impact: higher token cost for repetitive invocations.

Insights

  1. Start from business decisions, then design events. This consistently improves data usefulness. โ€” Application: any team building or rebuilding event tracking.
  2. A reusable output template reduces implementation drift between teams. โ€” Application: multi-team organizations where marketing and engineering both touch analytics.
  3. Embedding privacy and validation into the core flow avoids late-stage compliance rework. โ€” Application: products operating in regions with consent and retention constraints.

Issue List

[Medium] Standards โ€” Missing governance fields in frontmatter

  • Location: frontmatter metadata block
  • Description: key governance fields (for example, explicit author/license and structured routing metadata) are not clearly complete.
  • Suggestion: add a complete governance block and keep it versioned with each update.

[Medium] Standards โ€” Metadata structure can be more explicit

  • Location: frontmatter metadata
  • Description: taxonomy and related skills are not clearly represented in a machine-readable structure.
  • Suggestion: define stable keys such as tags and related skills for retrieval and orchestration.

[Medium] Effectiveness โ€” Exclusion boundary is not explicit

  • Location: usage guidance sections
  • Description: there is strong trigger guidance, but no direct โ€œdonโ€™t use whenโ€ criteria.
  • Suggestion: add 3-5 concrete exclusion cases to reduce over-triggering.

[Low] Conciseness โ€” Progressive disclosure can be stronger

  • Location: main body
  • Description: comprehensive implementation references are bundled into one runtime document.
  • Suggestion: move stable long-form material into references/ and keep SKILL.md focused on triggers, workflow, and required outputs.

Prioritized Recommendations

  1. [Must] Complete frontmatter governance metadata, especially machine-readable taxonomy and ownership fields.
  2. [Should] Add explicit โ€œdonโ€™t use whenโ€ boundaries to improve trigger precision.
  3. [Could] Split detailed reference material into companion files to reduce token load.

Related Resources

Recommended Reading