Scan a backend service for existing observability instrumentation and identify gaps.
/plugin marketplace add nexus-labs-automation/backend-observability/plugin install nexus-labs-automation-backend-observability@nexus-labs-automation/backend-observability# Audit Command Scan a backend service for existing observability instrumentation and identify gaps. ## Usage **Arguments:** - `path`: Optional. Directory to scan (defaults to current directory) - Non-existent path: Error with "Path not found: [path]" - Non-directory: Error with "Path must be a directory: [path]" **Examples:** --- ## Workflow ### Step 1: Launch Codebase Analyzer Invoke the `codebase-analyzer` agent to: 1. Detect platform (Go/Python/Node.js/Java/Kotlin/Rust/.NET) 2. Identify framework and architecture 3. Find existing telemetry SDKs 4. Map instrumentation cove...