← Back to list

database-analyzer
by Niller2005
Fully automated trading bot for 15-minute up/down crypto markets on Polymarket
⭐ 14🍴 3📅 Jan 22, 2026
SKILL.md
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.
Score
Total Score
50/100
Based on repository quality metrics
✓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つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon