review-analytics-coverage
Installation
SKILL.md
Review Analytics Coverage
Review the specified feature or file for analytics coverage gaps.
Checklist
- Feature has a
<feature_name>_ids.dartfile in the feature root. - The class is named
<FeatureName>AnalyticsId. - Every page has a page ID.
- Every button and clickable element has an
AnalyticsId. - Shared actions across multiple pages use a factory method when page context differs.
- No raw analytics strings are inlined in widget files.
Output Format
For each finding, report: