Skill Claude CodeCodex
Reference for GitHub PR review endpoints and resolving review threads via gh CLI. Use when replying to a PR review comment, posting a new review comment, or resolving review threads.
Skill Claude CodeCodex
Reference for GitHub PR review endpoints and resolving review threads via gh CLI. Use when replying to a PR review comment, posting a new review comment, or resolving review threads.
Skill Claude CodeCodex
Plan, implement, and review a task end-to-end — review-code + ReviewHog in parallel, every review addressed, CI watched to green, open items explained. Idempotent — re-running reports where the pipeline stands and resumes from the first incomplete step.
Skill Claude CodeCodex
Write or resume a handoff document so the next agent session can pick up the current work. Use when context is filling up, when ending a session mid-task, or at the start of a new session that should continue prior work.
Skill Claude CodeCodex
Query PostHog production Metabase. Use when the user wants prod data such as counts, distributions, customer-report debugging, or region comparisons. Not for local dev investigations; use the posthog-db MCP for those.
Skill Claude CodeCodex
Capture complex technical discoveries into structured, reusable notes. Use when explaining system behaviors, documenting debugging insights, or preserving knowledge.
Skill Claude CodeCodex
Generate a 24-hour operational health report for a PostHog service by querying Grafana dashboards and Prometheus metrics. Produces a formatted markdown report with key metrics, anomalies, and recommendations.
Skill Claude CodeCodex
Write, rewrite, or review prose for other people in clear, direct English. Use for PR descriptions, review comments, plans, reports, documentation, and messages. Do not use for code, structured data, or text that must remain verbatim.
Skill Claude CodeCodex
PostHog repo workflow, database access rules, production architecture, SDK repo locations, and the posthog-cli api workflow. Use when working in posthog/posthog or any PostHog SDK repo, and before any PostHog data query or API operation.
Skill Claude CodeCodex
Draft quarterly goals for a PostHog team (defaults to Feature Flags), clustering open issues into themes and producing goals in PostHog's HOGS format. Use when planning a new quarter's objectives.
Skill Claude CodeCodex
Show which workflow steps have run against the current branch and which are missing or stale. Use when the user asks "have we run simplify and review-code on this branch?", "did I skip a step?", or runs /ran, especially after a context clear when the session no longer remembers what happened.
Skill Claude CodeCodex
Resolve git conflicts with AI-powered analysis, including mergiraf structural merging, lock file handling, and stacked PR duplicate detection.
Skill Claude CodeCodex
Run one review-fix iteration — review code, fix findings, simplify, clean comments, and commit.
Skill Claude CodeCodex
Write bi-weekly sprint planning updates for a PostHog team (defaults to Feature Flags). Automates PR fetching, sprint detection, and retro construction from the previous plan.
Skill Claude CodeCodex
Squash each contributor's run of contiguous commits on the current branch into one, preserving authorship. CI snapshot commits (authored by bots) are preserved in place and reported.
Skill Claude CodeCodex
Generate standup notes from GitHub PR activity. Only invoke when the user explicitly runs /standup or asks for standup notes.
Skill Claude CodeCodex
Support hero workflow — start a ticket investigation with auto-organized notes, find existing notes, or generate the weekly highlights log. Only invoke when the user explicitly runs /support or asks to start a support ticket investigation.
Skill Claude CodeCodex
Generate a GitHub Flavored Markdown manual test plan checklist that focuses on scenarios not covered by existing unit/integration tests. Use when the user wants to create a test plan for a PR or an implementation plan.
Skill Claude CodeCodex
Identify unlabeled GitHub issues and external PRs that may belong to a specific team, and normalize conventional title scopes to the team's canonical short form. Only invoke when the user explicitly runs /triage-issues or asks to triage the team's GitHub issues.
Skill Claude CodeCodex
Ingest raw sources (standups, ops reports, transcripts, URLs) into interlinked wiki pages, lint vault health, consolidate duplicate pages, or show the ingest backlog. Use when the user wants notes turned into knowledge, duplicates merged, or a vault health check.
Skill Claude CodeCodex
Wait for in-flight PR reviews — a ReviewHog round (reviewhog label) or a requested bot reviewer like Copilot or Greptile — then chain address-pr-reviews before and after the wait so every review comment gets addressed.