Skip to content

New Skill: Changelog watch#159

Open
joethreepwood wants to merge 1 commit into
mainfrom
joe-skill-changelog
Open

New Skill: Changelog watch#159
joethreepwood wants to merge 1 commit into
mainfrom
joe-skill-changelog

Conversation

@joethreepwood
Copy link
Copy Markdown

A medium-ambitious skill for the Wizard, based on one of @SaraMiteva scheduled tasks. It's my first time writing a skill, so feedback is appreciated for both me and my compatriot, Claude.

Idea here is that this lets me build something with:

  • Regular output (not just a one-off)
  • Interactive elements (it asks for competitors)
  • Generically reusable (isn't just a PostHog thing)
  • Simple methodology (it's only creating text)

My understanding from a demo with @edwinyjlim was that by adding this here, this becomes available to the Wizard. In addition to general feedback, I'd also love to know if there are any next steps to actually get something like this into production and how you'd recommend I could run and make this visible to users.

Once I understand that, I have a bunch of other ideas queued up.

@joethreepwood joethreepwood requested a review from edwinyjlim May 29, 2026 12:02
@joethreepwood joethreepwood self-assigned this May 29, 2026
@joethreepwood joethreepwood requested a review from daniloc May 29, 2026 12:03
@github-actions
Copy link
Copy Markdown

🧙 Wizard CI

Run the Wizard CI and test your changes against wizard-workbench example apps by replying with a GitHub comment using one of the following commands:

Test all apps:

  • /wizard-ci all

Test all apps in a directory:

  • /wizard-ci basic-integration
  • /wizard-ci misc
  • /wizard-ci revenue

Test an individual app:

  • /wizard-ci basic-integration/android
  • /wizard-ci basic-integration/angular
  • /wizard-ci basic-integration/astro
Show more apps
  • /wizard-ci basic-integration/django
  • /wizard-ci basic-integration/fastapi
  • /wizard-ci basic-integration/flask
  • /wizard-ci basic-integration/javascript-node
  • /wizard-ci basic-integration/javascript-web
  • /wizard-ci basic-integration/laravel
  • /wizard-ci basic-integration/next-js
  • /wizard-ci basic-integration/nuxt
  • /wizard-ci basic-integration/python
  • /wizard-ci basic-integration/rails
  • /wizard-ci basic-integration/react-native
  • /wizard-ci basic-integration/react-router
  • /wizard-ci basic-integration/sveltekit
  • /wizard-ci basic-integration/swift
  • /wizard-ci basic-integration/tanstack-router
  • /wizard-ci basic-integration/tanstack-start
  • /wizard-ci basic-integration/vue
  • /wizard-ci misc/quack-quack
  • /wizard-ci revenue/stripe

Results will be posted here when complete.

Copy link
Copy Markdown
Collaborator

@gewenyu99 gewenyu99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we should ship this and see what happens. I have a few open ended questions:

  • Who will be running this, realistically? Is this an internal tool for us or is this something to share with customers?
  • I love that this is built for the wizard. Should we have a variant that is for Claude Cowork and ChatGPT? PostHog Code?
  • I guess a better question, do you think Claude Cowork with it's ability to automatically rerun these jobs would be a better fit?


### If the config is missing — first-run interview

Ask these as free-form chat questions, one at a time. **Do not use `AskUserQuestion`** — this skill ships through PostHog's Wizard and MCP, and Wizard surfaces don't support structured prompts.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Ask these as free-form chat questions, one at a time. **Do not use `AskUserQuestion`** — this skill ships through PostHog's Wizard and MCP, and Wizard surfaces don't support structured prompts.
Ask these as free-form chat questions, one at a time. Use the `mcp__wizard-tools__wizard_ask` tool to surface questions to the users.

Copy link
Copy Markdown
Collaborator

@gewenyu99 gewenyu99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As a follow up, I think you'll have sage wisdom and tips related to this we can display while it's running

Image

@edwinyjlim
Copy link
Copy Markdown
Member

edwinyjlim commented May 29, 2026

+1 to @gewenyu99's questions

the skill is well structured and working! ...but it might not be for the wizard

It's my fault. there are some constraints I didn't explain in detail yet @joethreepwood

the wizard has restricted internet access. for security reasons, we have to confine the wizard's online reach in case it downloads something harmful and runs it on the user's laptop. since this skill requires open-ended internet research, it would be more suited to run in Claude Code or Claude Desktop

for your next skill @joethreepwood, I'd pick a more PostHog-specific task so we can deploy it to users via the wizard. anything from your initial list is 🤌

we should still merge and publish this skill to the context mill, because it's great and it'll be available to download and share with the team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants