doctor-operations

Diagnose 3Lens environment issues and generate JSON diagnostic reports.

Updated Jul 29, 2025
One-click install
npx skills add https://github.com/adriandarian/3Lens --skill doctor-operations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doctor-operations
Source: https://github.com/adriandarian/3Lens/tree/main/.cursor/skills/doctor-operations
Command: npx skills add https://github.com/adriandarian/3Lens --skill doctor-operations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Diagnose project and tooling issues in a 3Lens environment, surfacing environmental, capability, and health data to guide fixes.

Core Features & Use Cases

  • Environment checks and backend capability detection for WebGL/WebGPU.
  • Health reporting for instrumentation hooks, storage, and diagnostic exports for support or CI.

Quick Start

Run a full diagnostic pass with the doctor command to generate a comprehensive health report.

Frequently Asked Questions about doctor-operations

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

FAQPage Schema
How do I run a diagnostic health report for WebGL or WebGPU compatibility issues?

Run a diagnostic health report to collect environment state and validate WebGL or WebGPU capability availability. This surfaces backend capability data and hook health metrics to guide troubleshooting fixes.

What is a 3Lens environment health check and when do I need one?

A 3Lens environment health check collects environmental state, capability availability, and health metrics. You need it during setup troubleshooting or compatibility checks to surface project and tooling issues for diagnosis.

Can I export diagnostic JSON reports for CI pipelines from my tooling environment?

Yes, you can export diagnostic reports as standardized JSON output for CI pipelines. The diagnostic pass enforces environment reporting and capability validation to generate structured data for downstream tooling.

Why does my three.js setup fail capability validation during environment checks?

Capability validation fails during environment checks when WebGL or WebGPU backend support is unavailable. Diagnose the issue by collecting environment state and health metrics to identify missing capabilities.

Does the diagnostic tool check instrumentation hooks and storage health?

Yes, the diagnostic tool enforces instrumentation hook and storage health checks. It collects this health data alongside environment state to generate a comprehensive report for support or CI pipelines.