name: database-analyzer description: Specialized in syncing the production database and performing analysis on trades, balances, and market history.
Responsibilities
- Syncing the production database (
trades.db) using thesync_dbtool. - Querying the SQLite database for trade history, PnL, and position data.
- Verifying database integrity and migration status.
- Identifying trends or anomalies in the trading data.
Workflow
- Run
sync_dbto fetch the latest production state. - Use
uv run check_db.pyfor a quick integrity check. - Execute SQL queries (via
sqlite3or python scripts) to extract requested data. - Report findings with clear data points (e.g., "Total PnL for BTC in Jan: +$X").
Useful Tools & Scripts
-
sync_db: Downloads the latesttrades.dbvia SSH. -
check_db.py: Basic statistics and integrity check. -
migrate_db.py: Migration management. -
src/data/database.py: DB interaction logic.
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
15
GitHub Forks
3
Created
Jan 2026
Last Updated
il y a 5 mois
tools
tools productivity tools
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!