Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

ai-poker-wizard

ai-poker-wizard contient 13 skills collectées depuis a00012025, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
13
Stars
6
mis à jour
2026-07-16
Forks
0
Couverture métier
5 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

ai-poker-wizard
Développeurs de logiciels

Use when analyzing poker hands, tournament decisions, or GTO strategy questions. Triggers on poker terminology (bb, SB, UTG, all-in, ranges, equity) or requests for hand analysis, strategy advice, or tournament coaching.

2026-07-16
deploy
Administrateurs de réseaux et de systèmes informatiques

Use when deploying AI Poker Wizard bot to production, updating the running container, or troubleshooting deployment issues. Triggers on "deploy", "部署", "上線", "restart bot", "重啟".

2026-07-16
fix-hand
Analystes en assurance qualité des logiciels et testeurs

Use when user reports any hand analysis error — OCR misparse, wrong GTO output, bad action matching, missing solver data, formatting bugs. Triggers on hand ID + correction like "H2507 是 KdQs 才對", "H2506 check-raise 沒有 solver 數據". Automates debug → fix → test cycle.

2026-07-16
gtow-cdp-session
Développeurs de logiciels

Attach agent-browser to a live, authenticated GTO Wizard web session over CDP so scripts can pull Analyze/Trainer/report data straight from the SPA's own API. Use when you need to read data out of app.gtowizard.com through the browser (hands table, hand detail, correctness/score reports, practiced hands) or to repair an expired/FORCED_LOGOUT token from a fresh manual login. Triggers: "開 gtow 瀏覽器抓資料", "connect to gto wizard session", "gtow cdp", "attach agent-browser to gtowizard", "pull analyze hands".

2026-07-16
refresh-gto-token
Développeurs de logiciels

Refresh the owner's GTO Wizard DB token after expiry/FORCED_LOGOUT. Use for "更新 GTO token", "refresh gto token", "GTO Wizard 過期", or login tasks.

2026-07-16
sync-local-token
Développeurs de logiciels

Deprecated alias for syncing the owner's current GTO Wizard browser token into users.gto_refresh_token. No local token file is created.

2026-07-16
release-extension
Développeurs de logiciels

Use when the Chrome extension (chrome-extension/) changed and needs to ship — packaging a new build and publishing it as a GitHub release for users to download or reload. Triggers on "發 extension release", "extension 新版本", "publish extension", "package extension", "ext-v", "extension release", "更新 extension".

2026-07-15
gtow-trainer-drill
Développeurs de logiciels

Navigate the GTO Wizard SPA over a live CDP session and build precise GTOW Trainer drill deep-links. Use when you need to (a) reverse-engineer what URL params a GTOW page uses, (b) drive the Practice/Trainer UI from the terminal, or (c) construct a `/practice/trainer?...` deep-link that lands the player on an exact spot (position + action + IP/OOP + street). Triggers: "gtow trainer 參數", "drill 連結", "how does the trainer URL encode X", "reverse engineer gtow drill", "build a precise practice link".

2026-07-09
validation-backlog
Développeurs de logiciels

Use to turn rules-validator detections into parser/OCR fixes — "close the loop" on parse quality. Triggers on "validation backlog", "validator findings", "哪些手牌解析有問題", "改進辨識 pipeline", "which parses are broken", "fix the weakest parser". Runs scripts/validation_report.py, picks the weakest parser by failure mode × source, then drives the confirm → fix → lock loop.

2026-06-08
ocr-benchmark
Développeurs de logiciels

Use to MEASURE OCR hero-card / parse accuracy against the 7k pokercraft ground-truth corpus — establishing a baseline, iterating on hero/board localization or CardCNN changes, or quantifying a fix's before/after. Triggers on "benchmark the OCR", "run the OCR benchmark", "hero localization accuracy", "train/test eval", "how accurate is the parse", "did this change help/hurt OCR". For the hard pre-commit no-regression GATE, use verify-ocr-no-regression instead.

2026-06-07
verify-ocr-no-regression
Analystes en assurance qualité des logiciels et testeurs

Use when you have changed any OCR / card-recognition pipeline logic in scripts/ocr/** (table_parser, panel_parser, n8_parser, region_detector, the CardCNN classifier, repair rules, confidence thresholds) or the card model — before committing, merging, or claiming the change is done. Triggers whenever a diff touches how images become hand JSON.

2026-05-31
pokercraft-scraping
Scientifiques des données

End-to-end workflow for harvesting a benchmark-grade hand corpus from my.pokercraft.com — bulk Hand-History download, per-hand replay-image scrape, ground-truth derivation, and the title-OCR integrity loop that catches silent label corruption. Use when building, extending, or repairing the OCR ground-truth dataset, or when reviving the scraper after a session expiry. Triggers on phrases like "爬 PokerCraft", "更新 hand history corpus", "重跑 ground truth", "OCR dataset 校驗", "scrape replay images".

2026-05-20
db-query
Administrateurs de bases de données

Query the Supabase database (read-only). Use when checking users, hand histories, cache entries, or any DB data. Triggers on "query db", "check db", "查資料庫", "DB 有什麼", "有幾個用戶".

2026-02-22