Skill Quality Report: analytics-tracking
Evaluation Time: 2026-04-15
Evaluation Mode: Item-by-item review
Overall Score
| Dimension | Score | Status |
|---|---|---|
| Standards (20%) | 13/20 | WARN |
| Effectiveness (40%) | 36/40 | PASS |
| Safety (30%) | 28/30 | PASS |
| Conciseness (10%) | 8/10 | WARN |
| Total | 85/100 | Good |
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
- [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). - [Effectiveness] The workflow starts from decision intent, not tooling โ Evidence:
Before implementing tracking, understand: Business Context ... Current State ... Technical Context(Initial Assessment section). - [Effectiveness] It provides implementation-ready artifacts โ Evidence:
Tracking Plan Documentwith explicit tables for events, dimensions, and conversions (Output Format section). - [Safety] Privacy is treated as a first-class requirement โ Evidence:
No PII in analytics properties,Use consent mode, andOnly collect what you need(Privacy and Compliance section).
Skill Improvement Areas
- [Standards] Frontmatter governance metadata is incomplete โ Evidence: visible fields emphasize
name,description, andversion, while ownership/governance fields are not explicit; Impact: weaker maintainability and harder long-term version governance in multi-skill repos. - [Standards] Machine-readable taxonomy is under-specified โ Evidence:
metadatais present but not clearly populated with tags/related skills in a structured way; Impact: lower retrieval quality and weaker automation for skill routing. - [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.
- [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
- Start from business decisions, then design events. This consistently improves data usefulness. โ Application: any team building or rebuilding event tracking.
- A reusable output template reduces implementation drift between teams. โ Application: multi-team organizations where marketing and engineering both touch analytics.
- 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 keepSKILL.mdfocused on triggers, workflow, and required outputs.
Prioritized Recommendations
- [Must] Complete frontmatter governance metadata, especially machine-readable taxonomy and ownership fields.
- [Should] Add explicit โdonโt use whenโ boundaries to improve trigger precision.
- [Could] Split detailed reference material into companion files to reduce token load.