agent-desktop-audit

Audit and smoke-test Cubecloud Agent Desktop runtimes for integrity and operation.

Updated Jun 8, 2026
One-click install
npx skills add https://github.com/JZKK720/cubecloud-agentic-os --skill agent-desktop-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-desktop-audit
Source: https://github.com/JZKK720/cubecloud-agentic-os/tree/main/.github/skills/agent-desktop-audit
Command: npx skills add https://github.com/JZKK720/cubecloud-agentic-os --skill agent-desktop-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill provides a robust workflow for auditing and verifying the integrity and functionality of the Cubecloud Agent Desktop runtimes and its components.

Core Features & Use Cases

  • Full Audit and Smoke-Test Workflow: Ensures the proper operation of Cubecloud Agent Desktop's runtimes, IPC surface, CI gate, and asar integrity.
  • Use Case: When performing release readiness checks, verifying CI gate functionality, or conducting pre-merge code reviews.

Quick Start

Run the agent-desktop-audit workflow to initiate the audit and smoke-test process for Cubecloud Agent Desktop.

Frequently Asked Questions about agent-desktop-audit

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

FAQPage Schema
How do I run a smoke-test for Cubecloud Agent Desktop runtimes?

To verify Cubecloud Agent Desktop runtime integrity, execute the agent-desktop-audit workflow which automates smoke-testing of the IPC surface, CI gate, and asar integrity.

What does an asar integrity audit check for in an Electron desktop application?

An asar integrity audit verifies packaged application archives remain untampered. This skill validates asar integrity alongside IPC surface and CI gate checks for Cubecloud Agent Desktop.

Do I need git and npm installed to validate the Cubecloud Agent Desktop CI gate?

Yes, git and npm are required. The audit skill leverages these dependencies and internal scripts to execute automated CI gate validation and release readiness checks.

Can I use this audit workflow for pre-merge code reviews?

Yes, this workflow supports pre-merge code reviews. It validates CI gate functionality and runtime integrity before merging changes into the Cubecloud Agent Desktop codebase.

What is the best way to automate release readiness checks for Cubecloud Agent Desktop?

Automate release readiness checks by running the agent-desktop-audit workflow, which systematically validates runtime components, IPC surfaces, and asar integrity to ensure operational readiness.