Slash command
Log triage
Takes a stack trace or a wall of logs and works back to the line that caused it, instead of the line that reported it.
About
Takes a stack trace or a wall of logs and works back to the line that caused it, instead of the line that reported it.
Files in v1.0.0
- replicamd.plugin.json2125 B
- skills/reading-what-broke.md2019 B
Contributes
{
"commands": [
{
"id": "trace",
"title": "Explain this stack trace",
"prompt": "I will paste a stack trace or an error. Work back to the cause.\n\nRead the whole trace, not the top line. Find the first frame that belongs to this project - the frames above it are usually a library correctly objecting to bad input, and the interesting question is what handed it that input. Open that file and read the surrounding code before saying anything.\n\nThen tell me, in this order: what the error literally means, which value was wrong, where that value came from, and why it was wrong. If any of those is a guess, mark it as one.\n\nFinish with the smallest reproduction you can describe and the one-line check that would confirm the diagnosis. If the trace does not contain enough to reach a cause, say exactly what extra output would settle it rather than speculating."
},
{
"id": "scan",
"title": "Triage a log file",
"prompt": "Read the log file or output I point you at and tell me what is actually wrong.\n\nGroup by cause, not by line: a hundred repetitions of one failure is one finding with a count, and reporting it a hundred times buries the other two. Separate the first occurrence from the cascade that followed it - the timestamps usually make the order obvious, and the first one is the one worth fixing.\n\nRank by whether it broke something. Warnings that have been printing for two years and hurt nobody go last, or not at all. For each real finding: the message, the count, the first timestamp, and what it points at in the code.\n\nEnd with the single line I should read first."
}
],
"skills": [
"skills/reading-what-broke.md"
]
}Versions
- v1.0.07/26/2026 · 2 files
Install
Install in ReplicaMDNothing happened? ReplicaMD may not be installed yet - or open it first, then Settings → Plugins and install by id.
Plugin id:
log-triageBundle endpoint:
https://replicamd.nl/api/registry/plugins/log-triage/download- Author
- Ardjun Debi - Tewarie @ardjun
- Latest
- v1.0.0
- License
- MIT
- Installs
- 0
debugginglogsincidentquality