piaoxuemoli
- 26 skills
- 0 followers
- 15 hours ago last updated
- ▌ Bug Debug Log 2 · piaoxuemoliBug 调试记录技能:将调试过程标准化写入 docs/test_book.md,包含问题发现、描述、根因分析、解决方案、效果、知识点与面试问答。触发词:总结这次调试, 总结这个bug, 记录bug, 记录调试, debug log, 写入test_book, 调试记录, log this bug, summarize debug
- ▌ Qoobee T F Skill 2 · piaoxuemoliTest & Fix skill for ImmerseAI. Supports automated testing (Agent runs code audits and auto-fixes) and manual test report fixing (Agent parses human test reports and fixes failures). Trigger with: 自动化测试, 自动测试, auto test, 人工测试, manual test, 测试报告, test report, 运行测试, run tests.
- ▌ Rl Reward Diagnosis 2 · piaoxuemoli bundleDiagnose RL agent behavioral issues by analyzing reward structure. Use when the agent exhibits unwanted behavior (random skills, wandering, avoiding combat, etc.) to identify root causes in the reward function.
- ▌
- ▌ Lab Report · piaoxuemoli bundleWrite experiment and lab reports from source materials (lab manuals, PPT, Word, PDF). Use when the user needs a lab report, experiment report, 实验报告, 课程报告, or any structured writeup based on experiment procedures.
- ▌ Terminal Screenshot · piaoxuemoli bundleRender terminal command outputs as realistic PNG screenshots. Use this skill whenever the user wants to "screenshot" a terminal command, generate terminal output images, visualize CLI results, create terminal-style screenshots for reports or documentation, or any time terminal output needs to be captured as an image. Also trigger proactively when the user is writing experiment reports, technical docs, or lab reports that would benefit from terminal evidence — suggest capturing the output as a screenshot.
- ▌ Bug Debug Log · piaoxuemoliBug 调试记录技能:将调试过程标准化写入 test_book/无分类/Bug调试记录.md,包含问题发现、描述、根因分析、解决方案、效果、知识点与面试问答。触发词:总结这次调试, 总结这个bug, 记录bug, 记录调试, debug log, 写入test_book, 调试记录, log this bug, summarize debug
- ▌ Qoobee T F Skill · piaoxuemoliTest & Fix skill for ImmerseAI. Supports automated testing (AT-01~AT-14), manual test report fixing (HT-01~HT-10), and CR(Code Review) report output. Trigger with: 自动化测试, 自动测试, auto test, 人工测试, manual test, 测试报告, test report, 运行测试, run tests, CR, code review, 代码审查.
- ▌ Branch Mgr · piaoxuemoliCreate, manage, and clean up temporary Git branches for making isolated modifications. Supports creating feature/fix branches from main, committing changes, merging back or discarding, with automatic cleanup.
- ▌ Match Sync · piaoxuemoli bundleAutomatically fetch latest World Cup 2026 match information and results, then update the 世界杯预测.html file. Covers match schedule sync, result fetching, AI_ROUNDS updates, prize calculation, and leaderboard refresh.
- ▌
- ▌ Wiki Sync · piaoxuemoliUse after a git commit to incrementally update wiki/ based on the diff. Triggered by post-commit hook automatically. Updates affected wiki files and Hermes memory.
- ▌ Rl Advisor · piaoxuemoli bundleUse when answering questions about the Kaiwu_2026 repository. Searches wiki/, memory, and git log to provide informed answers about code structure, experiments, competition stages, and RL design decisions.
- ▌
- ▌ Defense Docs · piaoxuemoliWrite and maintain Kaiwu_2026 答辩材料 (defense/presentation docs). Covers technical writing for innovation points, updating the main summary doc, and git workflow for doc commits.
- ▌ Repo Scanner · piaoxuemoliUse when initializing or rebuilding the wiki index. Scans the entire Kaiwu_2026 repository, extracts code structure via Python AST parsing, summarizes docs and experiment logs, and generates wiki/ index files.
- ▌ Bet Sync · piaoxuemoli bundleSync betting data from agents/*/round-N/bets.md into the HTML file's AI_ROUNDS array. Parses each model's bets.md, extracts bet entries, deploys to Caddy.
- ▌ Arena Monitor · piaoxuemoliScrape training metrics from Tencent AI Arena (tencentarena.com) monitoring dashboard. Covers JWT auth, x-kaiwu-auth signature, API endpoints, and metric extraction.
- ▌ Kaiwu Monitor · piaoxuemoliUse when working with the Kaiwu platform monitoring system — fetching training metrics, plotting charts, running anomaly checks, or updating monitor config. Covers the monitoring/ directory: fetch.py, check.py, plot.py, config.yaml.
- ▌ Feishu Gateway · piaoxuemoli bundleConfigure, troubleshoot, and operate the Feishu (Lark) gateway integration — group chats, @mention gating, permissions, message routing, and diagnostics.
- ▌ Monitor Analyzer · piaoxuemoli bundleUse when the user asks about training status, or when a cron alert fires. Fetches training monitoring data (including eval/matchup win rates and skill usage) from Tencent Arena API, runs anomaly detection, generates charts, keeps a per-run long-term record, and sends code-based analysis with prioritized recommendations via Feishu.
- ▌ Static HTML Deploy · piaoxuemoli把静态 HTML 站点部署到服务器对外访问的标准 SOP。覆盖 Caddy(Docker,:80/:443) 与 nginx(宿主,独立端口) 两条路径、端口约定、80 端口冲突坑、部署目录、reload 与 curl 验证。任何"部署/上线/开放访问一个 HTML 页面或静态站点"的请求都必须先读这里,不要自己瞎配。
- ▌ Rl Reward Diagnosis · piaoxuemoli bundleDiagnose RL agent behavioral issues by analyzing reward structure. Use when the agent exhibits unwanted behavior (random skills, wandering, avoiding combat, etc.) to identify root causes in the reward function.
- ▌ Lottery Updater · piaoxuemoli bundleAutomatically fetch match results from ESPN API and update the HTML display page. Covers result fetching, bet settlement, HTML patching, and Caddy deployment.
- ▌
- ▌ Colosseum Deployment · piaoxuemoliDeploy, update, roll back, and operate Colosseum (Next.js AI Arena) on a cloud server via Docker Compose + SQLite + Caddy, or on Vercel as a fallback. USE FOR: deploy colosseum, update production, rollback, backup, restore, server maintenance, production smoke, docker compose deploy, caddy config. DO NOT USE FOR: local development setup (use ops/dev/README.md), code-level feature implementation, LLM provider configuration.