Shows the current QE Framework version. Use when asked 'what version', 'qe version', 'show version', or 'check version'.
Scanned 9/1/2026
Install to Claude Code
npx -y skills add inho-team/qe-framework --skill Qversion --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Qversion?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/inho-team-qversion)More formats (shields.io, HTML) on the badges page.
---
name: Qversion
user_invocable: true
description: Shows the current QE Framework version. Use when asked 'what version', 'qe version', 'show version', or 'check version'.
invocation_trigger: When the user asks which QE Framework version is currently installed.
recommendedModel: haiku
---
# Qversion — Version Info
## Role
Displays the current QE Framework plugin version.
## Execution Procedure
### Step 1: Read version
Read `.claude-plugin/plugin.json` from the QE Framework plugin directory and extract the `version` field.
### Step 2: Display
Print a single line:
```
QE Framework v{version}
```
## Will
- Read and display the current version from plugin.json
## Will Not
- Modify any files
- Execute any commands beyond reading the version
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!