Open
Conversation
Made-with: Cursor
Contributor
There was a problem hiding this comment.
main, but PRs should target staged.
The main branch is auto-published from staged and should not receive direct PRs.
Please close this PR and re-open it against the staged branch.
You can change the base branch using the Edit button at the top of this PR,
or run: gh pr edit 1461 --base staged
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.
Summary
Adds a new skill,
vardoger-analyze, that tells Copilot how to drive the localvardogerCLI to personalize the GitHub Copilot CLI assistant from the user's own conversation history.vardogeris a local-first tool (Apache-2.0, published on PyPI) that reads~/.copilot/history-session-state/, extracts recurring preferences and conventions, and writes a fenced personalization block into~/.copilot/copilot-instructions.md. The block is idempotent (<!-- vardoger:start --> ... <!-- vardoger:end -->), so hand-authored instructions in the same file are preserved. No network calls, no uploads — everything runs on the user's machine.The skill:
vardogerCLI is onPATHand prints install guidance (pipx install vardoger) if not.vardogerCLI surface (status --platform copilot --json,prepare --platform copilot [--batch N | --synthesize],write --platform copilot --scope global). Each command is verified againstvardoger 0.2.1.Validation
Checklist
skills/vardoger-analyze/SKILL.md.namein frontmatter.descriptionincludes explicit trigger phrases.npm run skill:validatepasses locally against HEAD.SKILL.md).Links