スキル一覧に戻る
cristianoliveira

look-at-the-logs

by cristianoliveira

My dotfiles for macOS and NixOS. :sunglasses: :package:

15🍴 1📅 2026年1月21日
GitHubで見るManusで実行

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.

スコア

総合スコア

55/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です