health

Comprehensive health check of a running Tauri application

Content Preview
---
name: rust:tauri:health
description: Comprehensive health check of a running Tauri application
allowed-tools: mcp__tauri-mcp__get_app_logs, mcp__tauri-mcp__get_window_info, mcp__tauri-mcp__monitor_resources, mcp__tauri-mcp__list_ipc_handlers, mcp__tauri-mcp__execute_js
author: Quintin Henry (https://github.com/qdhenry/)
---

<objective>
Perform a comprehensive health check on a running Tauri application, analyzing logs for errors, resource usage, window state, and IPC functionality.
</object
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/health.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/rust/tauri/health.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/health.md

Related Skills