What problem does it solve?
Reads a PR or branch diff and produces a compact YAML change brief for downstream analytics instrumentation skills. Use this as the first step whenever a user shares a PR link, branch comparison, or raw diff and wants to understand what changed, what needs tracking, or how to instrument a feature. Trigger on phrases like "review this PR", "what changed in this branch", "help me instrument this diff", "check analytics coverage for this change", or any request to start the analytics review workflow.
Core Features & Use Cases
- Generates a structured YAML brief summarizing file changes and categorization for analytics instrumentation pipelines.
- Supports PR view, branch diffs, and raw diffs as input sources; outputs ready-to-consume data for downstream skills such as discover-event-surfaces and instrument-events.
- Use case: when a team asks which analytics events to instrument after a PR, run this intaker to produce a consistent YAML brief.
Quick Start
Run the intake against a PR URL, branch comparison, or diff to generate a YAML brief for instrumentation.