Skip to main content

이 저장소의 skills

PostHog/ai-plugin - 2페이지

SkillsMP는 PostHog/ai-plugin에서 71개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.

PostHog/ai-plugin

수집된 skill 71개 중 31개를 표시합니다.

직업 분류
소프트웨어 개발자
설명

Author error tracking alerts that fire when an issue is created, reopened, or starts spiking. Use when the user asks to set up error notifications, route exceptions to Slack/webhook/Linear, or evaluate which error events are worth alerting on. Covers…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Build a new dashboard, or update an existing one, from a set of insights — the same job the in-app assistant does with its upsert-dashboard tool, but over MCP. Use when a user asks to create a dashboard, put several metrics/charts together on one page,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Converts engineering analytics (PR / CI) data into saved PostHog insights, dashboards, and subscriptions, and explains what data the product reads so it can be queried directly with SQL. The engineering analytics dashboard and MCP tools run curated HogQL…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Author useful, low-noise log alerts on services in a PostHog project. Use when the user asks to set up alerts for their logs, suggest alerts they should add, or evaluate whether a service is worth monitoring. Covers service triage, baseline characterisation,…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides agents through the 3-step experiment creation flow: defining the hypothesis, configuring rollout, and setting up analytics. Delegates rollout decisions to configuring-experiment-rollout and metric setup to configuring-experiment-analytics. TRIGGER…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Diagnoses why a session recording is missing or was not captured. Use when a user asks why a session has no replay, why recordings aren't appearing, or wants to troubleshoot session replay capture issues for a specific session ID or across their project.…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Investigate LLM spend in PostHog — total cost over time, cost by model, provider, user, trace, or custom dimension, token and cache-hit economics, and cost regressions. Use when the user asks "how much are we spending on LLMs?", "which model / user / feature…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Triage PostHog error tracking issues during a daily or on-call review. Use when the user asks "what's broken?", "what new errors do we have?", "show me top errors today", "what should I look at this morning", or wants a prioritized list of active issues to…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

How to author custom ReviewHog skills — the review perspectives, blind-spot checks, and validation criteria that drive ReviewHog's automated PR reviews. Use when a user wants a new review perspective (a specialist lens on their PRs), a custom blind-spot…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

The general blind-spot check for ReviewHog — the final sweep that runs after every enabled review perspective has reviewed a chunk. Hunts for real, high-value issues that ALL of the perspectives missed, conditioned on what they actually found; returns an…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

The Contracts & Security review perspective for ReviewHog. Verifies that changed code is safe and maintains compatibility — API contracts and breaking changes, injection / authz / data exposure, input validation, and schema / interface alignment. Reports…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

The Logic & Correctness review perspective for ReviewHog. Verifies that changed code does what it is supposed to do — business logic, edge cases, data transformations, and query / data-access correctness. Reports correctness issues only; security and…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

The Performance & Reliability review perspective for ReviewHog. Verifies that changed code will perform and hold up in production — resource efficiency, error handling and recovery, scalability, and operational readiness. Reports performance and reliability…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

The validation criteria for ReviewHog — the bar for deciding whether a flagged PR issue is worth keeping. Keeps real, user-affecting correctness / security / data-loss / contract / performance problems; drops overengineering, speculation, paranoia,…

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Investigate AI observability clusters — understand usage patterns in AI/LLM traffic, compare cluster behavior, compute cost/latency metrics, and drill into individual traces within clusters.

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Diagnose why a PostHog endpoint is slow or expensive and propose a concrete fix — bump the cache TTL, enable materialisation, restructure variables, or rewrite the query. Use when the user says "this endpoint is slow", "my endpoint times out", "we're hitting…

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Find where an AI/LLM application is failing in production and surface the failure patterns, working from real traces. Use when someone wants to understand what's going wrong with an AI feature, find and categorize failure modes, triage errors, or investigate…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Debug, support, and build PostHog Surveys across the backend and all five SDKs (web/posthog-js, iOS, Android, Flutter, React Native). Use whenever a Surveys support ticket is pasted ("survey not showing", "fewer responses than expected", "responses…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Set up an LLM-judge evaluation that extracts canonical use cases for a PostHog feature at scale and streams the results to a Slack channel as a live feed. Use when someone wants to understand how users are actually using a specific AI/LLM-powered feature in…

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Guides agents through pulling a Replay Vision scanner's observations, reading the findings, and acting on them — summarizing patterns across sessions, drilling into individual recordings, and turning real, corroborated issues into PostHog tasks, insights, or…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Investigate AI observability evaluations — `hog` (deterministic code-based), `llm_judge` (LLM-prompt-based), and `sentiment` (user-message sentiment). Find existing evaluations, inspect their configuration, run them against specific generations, query…

원문 언어: 영어

업데이트
직업 분류
기타 컴퓨터 관련 직업
설명

Best practices for agents managing PostHog skills via the MCP `skill-*` tools — how to discover, read, create, update, and refactor skills efficiently, especially large skills with many bundled files. Use whenever you are about to call any `skill-*` tool,…

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Analyze session replay patterns across experiment variants to understand user behavior differences. Use when the user wants to see how users interact with different experiment variants, identify usability issues, compare behavior patterns between control and…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Audit PostHog experiments and feature flags for configuration issues, staleness, and best-practice violations. Read when the user asks to audit, health-check, or review experiments or feature flags, check flag hygiene, or verify experiment setup.

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Create a recurring AI-generated PostHog report — schedule a free-text prompt to run on a cron, with the LLM-synthesized markdown delivered to email or Slack on each tick. Use when the user wants a recurring AI summary of X on any cadence (daily, weekly,…

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Finds the most informative session recording linked to an error tracking issue. Use when a user has an error tracking issue ID and wants to watch a replay showing what the user was doing when the error occurred. Ranks linked sessions by recency, activity…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Pick the right y-axis unit when creating or updating a TrendsQuery insight via `posthog:insight-create` or `posthog:insight-update`. Use when the agent is about to add a `formula` purely to convert units (e.g. dividing seconds by 60 to display minutes), when…

원문 언어: 영어

업데이트
직업 분류
데이터 과학자
설명

Manage PostHog subscriptions — scheduled email, Slack, or webhook deliveries of insight or dashboard snapshots, optionally with an AI-written summary attached to each delivery. Use when the user wants to subscribe to an insight or dashboard, get an AI summary…

원문 언어: 영어

업데이트
직업 분류
소프트웨어 개발자
설명

Guides a user from "I want to watch recordings but don't know which ones" to a short, high-signal list of sessions worth watching. Use when the user asks which sessions or replays to watch, wants help finding interesting / useful recordings, says they don't…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Export PostHog events, persons, or sessions on demand and download the resulting files. Use when the user asks to download/export raw PostHog data, create a one-off file export, fetch a Parquet or JSONLines export, or use the file_download_batch_exports API.…

원문 언어: 영어

업데이트
직업 분류
미분류
설명

Debugs why session recordings aren't appearing in the local dev environment. Use when a developer reports that local replay ingestion isn't working, recordings aren't showing up despite /s calls, or the replay pipeline seems broken after hogli start. Covers…

원문 언어: 영어

업데이트
수집된 skill 71개 중 31개를 표시합니다.