audit

Audit Claude Desktop for Linux patches, documentation, compatibility, and cowork protocols against upstream changes.

Updated Jul 30, 2026
One-click install
npx skills add https://github.com/patrickjaja/claude-desktop-bin --skill audit-patrickjaja
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/patrickjaja/claude-desktop-bin/tree/main/.claude/skills/audit
Command: npx skills add https://github.com/patrickjaja/claude-desktop-bin --skill audit-patrickjaja

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill coordinates a comprehensive audit of claude-desktop-bin and the related cowork service so you can quickly identify stale patches, broken integrations, documentation drift, compatibility regressions, and runtime issues.

Core Features & Use Cases

  • Patch Review: Compares repository patches against a fresh upstream bundle to find vestigial, missing, or refactored changes.
  • Docs and Compatibility Audit: Checks README and internal documentation against the current build, Linux session matrix, and distro constraints.
  • Cross-Project Validation: Verifies native and KVM cowork communication, protocol agreement, and log-based evidence.
  • Use Case: Run a full review before releasing a new package version or after upstream changes land.

Quick Start

Ask the audit skill to review the current repository with a focus on patches, documentation, compatibility, or cowork protocol drift.

Frequently Asked Questions about audit

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

FAQPage Schema
How do I check Linux compatibility regressions after upstream patches land?

To check Linux compatibility regressions after upstream patches land, perform a repository audit that compares your patches against a fresh upstream bundle. This verifies session and distro constraints, identifies missing changes, and catches drift before release.

What is a cross-project protocol check for native and KVM backends?

A cross-project protocol check for native and KVM backends verifies RPC agreement and cowork communication between claude-desktop-bin and related services. It uses log-based evidence to validate that protocol integration remains consistent across different runtime modes.

How do I validate documentation accuracy against the current Linux build?

To validate documentation accuracy against the current Linux build, run a docs audit that checks README and internal documentation. This identifies documentation drift by comparing stated instructions against actual build behavior and distro constraints.

Does this patch validation process work for scoped repository reviews?

Yes, this patch validation process works for scoped repository reviews. You can target the audit specifically at patches, documentation, compatibility, or cowork protocol drift instead of running a full repository audit.

Why does runtime log-based failure diagnosis matter for Linux compatibility?

Runtime log-based failure diagnosis matters for Linux compatibility because it provides concrete evidence of integration failures across native and KVM modes. Analyzing runtime logs helps pinpoint exact protocol mismatches and session regressions that static patch reviews might miss.