inspect

Full inspection of a running Tauri app - screenshot, logs, window info, and resources

Content Preview
---
name: rust:tauri:inspect
description: Full inspection of a running Tauri app - screenshot, logs, window info, and resources
allowed-tools: mcp__tauri-mcp__take_screenshot, mcp__tauri-mcp__get_app_logs, mcp__tauri-mcp__get_window_info, mcp__tauri-mcp__monitor_resources, mcp__tauri-mcp__get_devtools_info, Read
author: Quintin Henry (https://github.com/qdhenry/)
---

<objective>
Perform a comprehensive inspection of a running Tauri application, gathering all available diagnostic information in 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/inspect.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/rust/tauri/inspect.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/rust/tauri/inspect.md

Related Skills