
look-at-the-logs
by cristianoliveira
My dotfiles for macOS and NixOS. :sunglasses: :package:
SKILL.md
name: look-at-the-logs description: Search through specific provided logs to find specific information.
Look at the Logs (LAL)
Search through specific provided logs to find specific information.
Where to find logs
If $PWD/.logsrc file is provided, read and use it as a primary source of logs.
The predefined places to look for logs are: relevant
$PWD/.tmp/logs/default/*.logs- All will link relevant logs there.$PWD/.tmp/logs/runtime/*.logs- Runtime logs, like when running a service.$PWD/.tmp/logs/watcher/*.logs- Watcher logs, for tests, linting, etc. less relevant/var/log/*.logs- System logs, like when running a service. (ask for permission)/tmp/*.logs- Temporary logs, like when running a service.
Critical Rules
1. On logs format
Unless specified, logs are pure text files. There might be cases wher logs are in json format, for those cases use jq to search for the information.
2. If needed, truncate the logs, but with backups
If the logs are too big, you can truncate them, but make sure to keep a backup of the original logs. Using .bak extension is a good practice.
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
1ヶ月以内に更新
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon




