Error Tracking

🌐Community
by aj-geddes · vlatest · Repository

Error Tracking monitors application logs for recurring errors, proactively identifying and resolving issues to improve stability & performance.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add error-tracking npx -- -y @trustedskills/error-tracking
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "error-tracking": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/error-tracking"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

error-tracking

What it does

This skill enables AI agents to identify, log, and analyze errors within application logs or system outputs. It automatically categorizes issues based on severity levels and extracts relevant context to assist in rapid debugging.

When to use it

  • Production Monitoring: Continuously scan live server logs for unexpected exceptions or crashes.
  • Debugging Sessions: Isolate specific error patterns when a deployment fails or performance degrades.
  • Audit Trails: Maintain a structured record of incidents for post-mortem analysis and compliance.
  • Automated Alerts: Trigger immediate notifications when critical errors exceed defined thresholds.

Key capabilities

  • Parses unstructured log files to find error keywords (e.g., "Error", "Exception", "Failed").
  • Classifies issues by severity tags such as critical, warning, or info.
  • Extracts stack traces, timestamps, and associated user IDs from raw text.
  • Generates concise summaries of recurring failure patterns.

Example prompts

  • "Scan the attached server logs and list all critical errors occurring after 2:00 PM UTC."
  • "Extract every Python exception with a stack trace from this log dump and group them by error type."
  • "Identify any authentication failures in the access logs and summarize the frequency per IP address."

Tips & gotchas

Ensure your input logs are formatted consistently, as parsing accuracy depends heavily on standard log structures. For best results, provide context about the application environment so the agent can better interpret specific error codes.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
aj-geddes
Installs
105

🌐 Community

Passed automated security scans.