# 485 Posthog CI Integration A4071bee

> posthog-ci-integration

- Skill: `tools-only/485-posthog-ci-integration-a4071bee` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add tools-only/485-posthog-ci-integration-a4071bee`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tools-only/485-posthog-ci-integration-a4071bee/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: tools-only (https://skillmd.com/u/tools-only)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/tools-only/485-posthog-ci-integration-a4071bee

---

# posthog-ci-integration

> Integrate PostHog SDK updates and feature flag checks into CI/CD pipelines

## Directory Structure

```
posthog-ci-integration/
├── SKILL.md
└── examples/
    ├── github_actions.yml
    ├── gitlab_ci.yml
    ├── feature_flag_tests.js
    └── ci_validation.sh
```

## File Descriptions

| File | Type | Purpose |
|------|------|---------|
| SKILL.md | Markdown | Core skill instructions for PostHog CI/CD integration |
| github_actions.yml | YAML | GitHub Actions workflow with PostHog validation steps |
| gitlab_ci.yml | YAML | GitLab CI configuration for PostHog integration |
| feature_flag_tests.js | JavaScript | Test suite for validating feature flag behavior in CI |
| ci_validation.sh | Shell | Script to validate PostHog configuration in pipelines |

## Summary

**Category:** CI/CD
**Target Audience:** DevOps engineers automating PostHog deployment and feature flag management
**Trigger Phrases:** "posthog ci integration", "posthog github actions", "automate posthog", "posthog pipeline", "feature flags ci", "posthog deployment automation"

---

**Author:** Jeremy Longshore <jeremy@intentsolutions.io>
**License:** MIT
**Version:** 1.0.0

