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.
npx skills add majiayu000/claude-skill-registry --skill error-report --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Step 1: Error Count
- Step 2: Categorize by Type
- LoRa Errors
- API Errors
- MQTT Errors
- Data/Lookup Errors
- Handshake Errors
- Step 3: Severity Classification
- Step 4: Recent Examples
- Step 5: Summary
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.
