feat: add a "Verify before merging" checklist to the integration report#174
Merged
gewenyu99 merged 1 commit intoJun 15, 2026
Merged
Conversation
This was referenced Jun 8, 2026
gewenyu99
approved these changes
Jun 8, 2026
94691b4 to
e42862a
Compare
The basic-integration conclude step now writes a run-relevant checklist into posthog-setup-report.md; the model selects which items apply. Refs PostHog/wizard#447. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
e42862a to
9f307ab
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Part of PostHog/wizard#447. After the wizard integrates PostHog there's a gap between "done" and "merged" — verification + glue steps the developer still needs. This adds them as a checklist the agent writes into
posthog-setup-report.md.Companion to the wizard PR PostHog/wizard#595, which surfaces a copy-paste handoff prompt pointing at this checklist.
Changes
llm-prompts/basic-integration/1.3-conclude.mdnow instructs the agent to write a## Verify before mergingchecklist into the report, choosing only items relevant to the run from a curated candidate list.Why this shape:
$ai_generation…", not assuming OpenTelemetry vs the@posthog/aiwrapper.Test plan
Validated via real wizard runs (real OAuth + agent + PostHog project) against a Next.js 15 SaaS app:
$ai_generationappeared only when LLM analytics was set up in that run and was correctly absent otherwise;Opening per the repo's contribution invitation in the README. Co-authored with Claude Code (Opus 4.8); follows the PostHog AI policy.
cc @PostHog/team-docs-wizard
🤖 Generated with Claude Code