Audit & Diagnostics Custom Skills · Curated

Error Log Summarizer

Turns a raw PHP error log into a plain-English summary grouped by likely cause.

What it does

Parses debug.log or the server PHP error log, groups repeated entries by file, line, and message pattern instead of listing every timestamped occurrence, and attributes each group to the plugin, theme, or core file responsible so the reader knows exactly where to look first.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/error-log-summarizer/ (or ~/.claude/skills/error-log-summarizer/ for all projects)

GitHub Copilot (VS Code)

.github/skills/error-log-summarizer/

OpenAI Codex

.codex/skills/error-log-summarizer/

Cursor

.cursor/skills/error-log-summarizer/ (or ~/.cursor/skills/error-log-summarizer/ globally)

Compatibility

Any WordPress site; needs read access to wp-content/debug.log or the hosting account's PHP error log.