Content Preview
--- name: rust:tauri:logs description: View stdout/stderr logs from a running Tauri application allowed-tools: mcp__tauri-mcp__get_app_logs author: Quintin Henry (https://github.com/qdhenry/) --- <objective> Retrieve and display logs from a running Tauri application's stdout and stderr streams. </objective> <instructions> Get logs from the Tauri application: **$ARGUMENTS** Arguments format: `[process_id] [--lines N]` - `process_id`: Required - the process ID from `/tauri:launch` - `--lines N`
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/logs.md \
https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/rust/tauri/logs.mdSkill 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-SuiteThen reference at .claude/commands/rust/tauri/logs.md
Related Skills
Analyzing Logs
This skill enables Claude to analyze logs for performance insights and issue detection. It is triggered when the user requests log analysis, performance troubleshooting, or debugging assistance. The skill identifies slow requests, error patterns, resource warnings, and other key performance indicato
skill-adapteranalyzing logs
by jeremylongshore · plugins-plus-skills
list-commands
List all registered Tauri IPC commands (invoke handlers) in a running app
commandslistcommands
by qdhenry · claude-command-suite
log
Log work from orchestrated tasks to external project management tools like Linear, Obsidian, Jira, or GitHub Issues.
commandslog
by qdhenry · claude-command-suite
analyzing-logs
Analyze application logs for performance insights and issue detection including slow requests, error patterns, and resource usage. Use when troubleshooting performance issues or debugging errors. Trigger with phrases like "analyze logs", "find slow requests", or "detect error patterns".
analyzing-logsanalyzinglogs
by jeremylongshore · plugins-plus-skills