Log Focus Debug
Pinpoint test failures quickly; solidspoon's log-focus-debug analyzes logs to highlight relevant error context and root causes.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add log-focus-debug npx -- -y @trustedskills/log-focus-debug
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"log-focus-debug": {
"command": "npx",
"args": [
"-y",
"@trustedskills/log-focus-debug"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, log-focus-debug, allows you to focus on specific sections of a log file. It helps isolate and analyze relevant information within large volumes of text data by providing targeted filtering capabilities. The tool is designed to improve debugging efficiency by reducing noise and highlighting critical events.
When to use it
- Debugging application errors: Quickly pinpoint the source of an error by focusing on log entries around the time the issue occurred.
- Analyzing performance bottlenecks: Isolate sections of a log file related to specific operations or services to identify slowdowns.
- Troubleshooting user issues: Focus on logs associated with a particular user's session to understand their experience and resolve problems.
- Auditing security events: Narrow down log data to examine suspicious activity based on timestamps or keywords.
Key capabilities
- Log filtering by timestamp range
- Keyword-based log searching
- Targeted section isolation within a log file
Example prompts
- "Show me the logs from 10:00 AM to 10:30 AM."
- "Filter the logs for entries containing 'error' and 'database'."
- "Focus on the log entries related to user ID 12345."
Tips & gotchas
The skill requires access to a log file as input. Ensure the AI agent has appropriate permissions to read the specified log file before use.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.