Qversion

Read the QE Framework version from .claude-plugin/plugin.json and print it.

6|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/inho-team/qe-framework --skill qversion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Qversion
Source: https://github.com/inho-team/qe-framework/tree/main/skills/Qversion
Command: npx skills add https://github.com/inho-team/qe-framework --skill qversion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve and display the QE Framework version to confirm the environment and plugin status.

Core Features & Use Cases

  • Read the version from the QE Framework plugin's plugin.json
  • Print a concise, user-visible line in the format QE Framework v{version}
  • Use during initialization, maintenance, or audits to verify alignment of components and deployments

Quick Start

Ask the skill to display the QE Framework version.

Frequently Asked Questions about Qversion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check the QE Framework version installed in my environment?

You can check the QE Framework version by reading the metadata from the .claude-plugin/plugin.json file, which outputs the version in the format QE Framework v{version} without modifying files or executing commands.

What is the best way to verify plugin versions during a software audit?

Verifying plugin versions during a software audit is done by reading the plugin.json metadata file, which retrieves and displays the QE Framework version instantly to confirm plugin status and environment alignment across deployments.

Can I use this approach to read plugin metadata without executing commands?

Yes, you can read plugin metadata without executing commands because this approach directly accesses the .claude-plugin/plugin.json file to print the QE Framework version, ensuring no files are modified or system commands run during the process.

When do I need to display the QE Framework version for environment maintenance?

You need to display the QE Framework version during initialization, maintenance, or audits to verify the software version across environments, confirm component alignment, and ensure proper deployment status by reading the plugin.json metadata.

Does reading the plugin.json file modify my existing configuration?

Reading the plugin.json file does not modify your existing configuration, as the process strictly retrieves and displays the QE Framework version in a read-only manner without writing to files or executing external commands.