ci: sync omnibus skills to ai-plugin repo on build#109
Merged
richardsolomou merged 1 commit intomainfrom Apr 17, 2026
Merged
Conversation
The ai-plugin repo has the same posthog.com docs as the omnibus skills but was being updated manually. This adds a CI step to push omnibus skill content to ai-plugin automatically, keeping both repos in sync whenever context-mill is released. Generated-By: PostHog Code Task-Id: a0427105-e6cb-4c5a-a918-e2101b54909f
🧙 Wizard CIRun 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:
Test all apps in a directory:
Test an individual app:
Show more apps
Results will be posted here when complete. |
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
The ai-plugin repo contains the same posthog.com docs (SKILL.md + references/) as the omnibus skills generated by context-mill, but was being updated manually. This means the two repos can drift out of sync.
Changes
ai-pluginto the GitHub App token's repository list (line 199)PostHog/ai-plugin, syncs the 6 omnibus skills (stripping theomnibus-prefix to match ai-plugin'sskills/<name>/layout), and pushesOnly SKILL.md and references/ are touched per skill — other files in ai-plugin (like query-examples, config, etc.) are left untouched.
How did you test this code?
Prerequisites
The
SKILLS_PUSH_APP_IDGitHub App installation needs access granted to thePostHog/ai-pluginrepo.