review-hog-authoring

Guides authoring of custom PostHog Review perspectives, blind-spot checks, and validation criteria.

713|118|Updated Aug 11, 2020
One-click install
npx skills add https://github.com/PostHog/posthog-foss --skill review-hog-authoring
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-hog-authoring
Source: https://github.com/PostHog/posthog-foss/tree/main/products/review_hog/skills/review-hog-authoring
Command: npx skills add https://github.com/PostHog/posthog-foss --skill review-hog-authoring

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams using PostHog Review's automated PR reviews need custom review perspectives, blind-spot sweeps, validation bars, and resolution criteria tailored to their codebase, but authoring these LLMSkill rows requires knowing naming contracts, cardinality rules, and per-kind structure.

Core Features & Use Cases

  • Four skill kinds covered: review perspectives (specialist lenses per PR chunk), blind-spot checks (final sweep conditioned on covered findings), validation criteria (publish/drop bar for findings), and resolution criteria (bar for implementing review threads).
  • Naming and cardinality contracts: enforces prefixes like review-hog-perspective-<slug> and rules such as exactly one active validation criteria per user.
  • End-to-end authoring flow: ground in canonical skills via MCP skill tools, interview the user, draft the body, create the team LLMSkill with posthog:skill-create, and explain activation in Inbox → Code review.
  • Use Case: A team keeps getting burned by migration safety issues, so you author a custom review-hog-perspective-migration-safety skill that hunts for unsafe schema changes in every PR chunk.

Quick Start

Ask the assistant to create a custom PostHog Review perspective focused on the concern your team cares about, and let it interview you, draft the body, and create the skill.

Frequently Asked Questions about review-hog-authoring

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a custom PostHog Review perspective?

List existing review-hog-perspective-* skills via the MCP skill tools, interview the user to pick an uncovered direction, draft the body with lane, hunting grounds, and finding bar sections, then create it with posthog:skill-create using the name review-hog-perspective-<slug>.

What are the four kinds of PostHog Review skills?

The four kinds are review perspectives (parallel specialist lenses per PR chunk), blind-spot checks (a final sweep after perspectives), validation criteria (the publish bar for findings), and resolution criteria (the bar for implementing review threads). Each has its own name prefix and cardinality rules.

How are custom review skills activated after creation?

Custom skills start inactive per user. Perspectives are toggled on under Inbox → Code review → Perspectives, while blind-spot, validation, and resolution skills are selected in their matching section, with exactly one active at a time per user.

Can I duplicate a canonical PostHog Review skill to edit it?

No, the guidance explicitly says to author fresh rather than skill-duplicate a canonical. Seeded metadata rides along with the copy and the canonical sync may overwrite or prune it.

What naming convention do custom review skills require?

Names must use the kind's prefix with a lowercase slug: review-hog-perspective-<slug>, review-hog-blind-spots-<slug>, review-hog-validation-<slug>, or review-hog-resolution-<slug>. The prefix is how the Code review tab and review runs discover the skill.