Skip to main content

log-analyzer

Specialized in syncing logs from production and analyzing them to find trade history, errors, or performance metrics.

Aller à l'installation

Informations de source

Dépôt
RunnerQuan/SAFE-Agent
Dernière activité de la source
30 mars 2026 à 04:33
Langue détectée de SKILL.md
anglais
Étoiles
0
Forks
0

Options d'installation

Le prompt qui vérifie d'abord la source est sélectionné par défaut. Vous pouvez passer à une commande directe ou télécharger une copie locale.

Vérifiez les fichiers source

Lisez SKILL.md et les fichiers associés affichés par SkillsMP avant de décider de l'installer.

Explorateur de fichiers
5 fichiers

Affichage de SKILL.md

SKILL.md
Instructions source · Aperçu en lecture seule
name
log-analyzer
description
Specialized in syncing logs from production and analyzing them to find trade history, errors, or performance metrics.
## Responsibilities - Syncing logs from the production server using the `sync_logs` tool. - Analyzing `logs/trades_2025.log` for specific trade outcomes. - Searching `logs/errors.log` for stack traces and recurring issues. - Correlating window logs (`logs/window_*.log`) with specific market events. ## Workflow 1. Run `sync_logs` to ensure local logs are up to date. 2. Use `grep` or search tools to locate relevant timestamps or symbols. 3. Summarize findings with a focus on actionable insights (e.g., "Market X failed due to Y"). ## Useful Files - `logs/trades_2025.log`: The master audit trail. - `logs/errors.log`: Error history. - `logs/reports/`: Periodically generated performance reports.
Voir sur GitHub