chore[notask]: prefix custom Cursor skills with qv-#2105
Merged
Conversation
Preview deployments for qvac-docs-staging ⚡️
Commit: Deployment ID: Static site name: |
Contributor
Tier-based Approval Status |
NamelsKing
previously approved these changes
May 19, 2026
Rename 23 repo skills under .cursor/skills/ to qv-* directories and slash commands, update cross-references in rules and _lib scripts, add qv-skill-list catalog, and align .agent orchestrate/release skill refs.
82d2656 to
67800b9
Compare
simon-iribarren
approved these changes
May 20, 2026
NamelsKing
approved these changes
May 20, 2026
Proletter
pushed a commit
that referenced
this pull request
May 24, 2026
Rename 23 repo skills under .cursor/skills/ to qv-* directories and slash commands, update cross-references in rules and _lib scripts, add qv-skill-list catalog, and align .agent orchestrate/release skill refs.
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.
🎯 What problem does this PR solve?
.cursor/skills/used inconsistent names (pr-review,sdk-changelog, etc.), making discovery and slash-command usage unclear.📝 How does it solve it?
qv-*prefix (directories,name:frontmatter, and/qv-<skill>slash commands)..cursor/rules/,_lib/pr-skills/,CLAUDE.md, and.agentorchestrate/release skills.qv-skill-listas an auto-invokable catalog of allqv-*skills.setupand framework skills inpackages/ocr-onnx/.agent/skills/unchanged.🧪 How was it tested?
ls .cursor/skills/shows onlyqv-*,setup, and_lib..cursor/skills/<old-name>paths and old slash commands under.cursor/.qv-pr-reviewandqv-sdk-pr-createSKILL.md frontmatter and internal links.