log-review
Inspect error logs quickly; use when log snippets or stack traces are mentioned.
$ 설치
git clone https://github.com/BA-CalderonMorales/codex-cheat-sheet /tmp/codex-cheat-sheet && cp -r /tmp/codex-cheat-sheet/skills/log-review ~/.claude/skills/codex-cheat-sheet// tip: Run this command in your terminal to install the skill
SKILL.md
name: log-review description: Inspect error logs quickly; use when log snippets or stack traces are mentioned.
Log Review
- Scan logs for errors and stack traces; summarize root causes and impacted services.
- Suggest next diagnostic commands (e.g.,
rg "ERROR",journalctl -xe, or service-specific logs). - When possible, propose a minimal reproduction based on failing log entries.
Repository

BA-CalderonMorales
Author
BA-CalderonMorales/codex-cheat-sheet/skills/log-review
2
Stars
0
Forks
Updated2d ago
Added1w ago