Traffic Sim

Traffic Sim from gabrielmoreira/agent-skills-mirror.

by @gabrielmoreira 4 skills

Skills in this plugin

4
  1. Simulate New User · gabrielmoreira
    Send synthetic first-time-visitor traffic to a URL and confirm that PostHog $pageview events fire. Use when a customer wants to verify that anonymous visitor tracking works, after deploying instrumentation changes, or when debugging "events not arriving" reports.
    17 repo stars
  2. Check Posthog Loading · gabrielmoreira
    Inspect how the PostHog JavaScript SDK is loaded across a list of URLs. Use to confirm consistent installation across pages, find pages missing the snippet, detect mismatched API keys or hosts between pages, and verify the load method (head snippet vs deferred vs array.js).
    17 repo stars
  3. Simulate Returning User · gabrielmoreira
    Send synthetic single-session multi-page traffic to a URL and confirm PostHog $pageview events fire across page views. Use when verifying that cookies persist correctly, that the same distinct_id is reused across navigations, or when debugging session-stitching issues.
    17 repo stars
  4. Verify Posthog Instrumentation · gabrielmoreira
    Use this skill to verify that PostHog instrumentation is firing correctly on a website. Drives a real browser at one or more URLs, observes which PostHog events actually arrive, and reports a pass/fail summary. Use after installing the PostHog SDK on a site, after a deploy that touches tracking code, or when events appear missing in the PostHog dashboard.
    17 repo stars