qwenvoice-packaged-validation

Validate QwenVoice builds, packaged apps, and release artifacts against the repo harness.

350|30|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/PowerBeef/QwenVoice --skill qwenvoice-packaged-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qwenvoice-packaged-validation
Source: https://github.com/PowerBeef/QwenVoice/tree/main/.agents/skills/qwenvoice-packaged-validation
Command: npx skills add https://github.com/PowerBeef/QwenVoice --skill qwenvoice-packaged-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates QwenVoice dev builds, packaged apps, and downloaded release artifacts against the repo harness to catch packaging regressions, misconfigurations, and notarization gaps before users encounter issues.

Core Features & Use Cases

  • End-to-end validation of both development and release surfaces, including macOS 26 dev and macOS 15 release artifacts.
  • Verifies repository-driven gates such as surface classification, bundle integrity, signing/notarization readiness, and UI test lane expectations.
  • Use Case: Run this validation when preparing a new release to ensure the packaged app and artifacts meet quality and security standards.

Quick Start

Run the repo harness against the current checkout to perform end-to-end packaged validation.

Frequently Asked Questions about qwenvoice-packaged-validation

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

FAQPage Schema
How do I validate a macOS packaged app for signing and notarization readiness?

Running an end-to-end validation harness against your repository checkout verifies bundle integrity, surface classification, and runtime dependencies. This catches packaging regressions and notarization gaps before users encounter issues.

What is end-to-end validation for macOS release artifacts?

End-to-end validation for macOS release artifacts verifies packaged apps against repository-driven gates. It applies surface checks, bundle verification, UI test lanes, and runtime dependency validation to ensure correctness across local dev surfaces and official release artifacts.

Does validation work for both local dev builds and official release artifacts?

Yes, validation works for both local dev builds and official release artifacts. It applies to local development surfaces, packaged distributions, and downloaded release artifacts to ensure consistent correctness, signing readiness, and notarization across macOS 26 dev and macOS 15 release environments.

How do I catch packaging regressions and misconfigurations before release?

To catch packaging regressions and misconfigurations before release, run a validation harness against your current repository checkout. This end-to-end process identifies bundle integrity issues, signing gaps, and UI test lane failures prior to user distribution.

What's the best way to verify bundle integrity and runtime dependencies for macOS apps?

The best way to verify bundle integrity and runtime dependencies for macOS apps is to run repository-driven validation gates. This process executes surface checks, bundle verification, and UI test lanes to ensure the packaged app meets quality and security standards.