Agent skill · Backend & API

error-report

Generate a categorized error summary from server logs. Shows what's failing, frequency, severity, and recommendations. Use when troubleshooting system failures or before go-live checks.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill error-report --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/error-report/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Error Report Analyze all ERROR messages in the IQRight server logs. ## Step 1: Error Count Count total ERROR lines in `logs/IQRight_Daemon.debug` and any rotated logs. ## Step 2: Categorize by Type Search for ERROR lines and group by message pattern. The known error categories are: ### LoRa Errors - `Error in sendDataScanner` - Failed to send response to scanner - `'LoRaTransceiver' object has no attribute 'create_packet'` - Method name bug (should be `create_data_packet`) - `Failed to send DATA` / `FAILED to send data to Scanner` - LoRa TX failure ### API Errors - `Connection reset by peer` - API server unreachable - `Server disconnected` - API connection dropped mid-request - `API call timed out` - API timeout exceeded - `Client error during API call` - General HTTP client error - `API getUserAccess request failed on getting secrets` - Credential retrieval failure ### MQTT Errors - `MQTT-TX.*FAILED.*Status=7` - Broker connection lost during publish - `MQTT ERROR publishing data` - Data publish failed after all retries - `MQTT ERROR publishing command ACK` - Command ACK publish failed ### Data/Lookup Errors - `Couldn't find Code: {code} locally` - Code not in local database - `N

What's inside
Steps it walks through
  1. Step 1: Error Count
  2. Step 2: Categorize by Type
  3. LoRa Errors
  4. API Errors
  5. MQTT Errors
  6. Data/Lookup Errors
  7. Handshake Errors
  8. Step 3: Severity Classification
  9. Step 4: Recent Examples
  10. Step 5: Summary
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the error-report skill do?

Generate a categorized error summary from server logs. Shows what's failing, frequency, severity, and recommendations. Use when troubleshooting system failures or before go-live checks.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill error-report --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going