What problem does it solve?
This Skill prevents broken or untracked ApplyOps page releases by giving you a repeatable way to deploy updated HTML to GitHub Pages and ensure analytics and CTA tracking work correctly.
Core Features & Use Cases
- GitHub Pages publishing workflow: Syncs ApplyOps HTML from a private source (Resume repo) into the public
.github.io pages repo under /applyops/.
- Analytics injection: Ensures every ApplyOps HTML file includes Plausible, GA4, and PostHog snippets before
</head>.
- Conversion CTA tracking: Adds
applyops_cta_click tracking to Stripe buy links for each tier and placement.
- Release verification checks: Validates that the pages load, the analytics scripts are present, Stripe links resolve, and plausible reports visitors.
Quick Start
Tell your agent to run the ApplyOps Deploy skill to copy the updated ApplyOps HTML into IgorGanapolsky.github.io/applyops/, inject the required Plausible/GA4/PostHog snippets and CTA onclick tracking, then open a PR and verify the deployed pages and analytics.