lushengguo
- 13 skills
- 0 followers
- 4 hours ago last updated
- ▌
- ▌ Spot Commit · lushengguoCommit changes to the spot repository, handling the cpp-infra submodule first, running clang-format, and flagging anything unsuitable.
- ▌ Daily Report · lushengguo从 git log 自动生成日报。需要提供 repo 路径、commit 日期范围、报告日期范围。按主题而非日历日分组,均分到目标天数,每天不超过两条,大白话,跳过小优化。
- ▌ Cpp Profiling · lushengguoLinux C++ 性能分析专家。使用 perf、火焰图、硬件计数器进行端到端性能诊断。数据驱动,拒绝臆断。Use when diagnosing C++ performance bottlenecks, analyzing CPU hotspots, memory latency, context switches, or when the user asks "why is this slow?"
- ▌
- ▌ Rigorous Test · lushengguoGenerate exhaustive, verifiable tests for a given C++ target. Multi-phase pipeline — behaviour spec → invariant audit → test intents → generate → coverage gap → fuzz. Use when user asks for thorough testing of a specific file or function.
- ▌
- ▌ Spot Profiling · lushengguoKCEX Spot 做市系统性能分析。结合 perf 火焰图、Prometheus 指标、自定义埋点、jemalloc 内存分析,端到端诊断 800+ symbol 压力测试瓶颈。自动区分冷启动/稳态阶段,分析 per-symbol per-tick 延迟构成。数据驱动,拒绝臆断。Use when 跑 spot benchmark 压力测试、分析 spot 性能瓶颈、做 profiling 优化循环。
- ▌ Spot Profiling Loop · lushengguoKCEX Spot 自动 profiling 优化循环。不断 profile → 分析热点 → 尝试优化 → commit 记录 → 再 profile,直到收敛。每次 commit 累积记录尝试了什么、哪些走通了、哪些没走通。Use when 启动自动性能优化循环、跑持续的 profiling 迭代。
- ▌ Spot Pre Log Analyze · lushengguo拉取并排查 KCEX spot 预发布(pre)环境日志。用户给出时间区间和要查的问题(如"pre 环境每天凌晨 3:30-8:00 横盘,看是不是下游出了问题"),用 curl 直查 Kibana/ES,结合日志字典定位原因。
- ▌
- ▌
- ▌ Spot Local Env Evaluate · lushengguo启动 KCEX Spot 连接本地开发环境(Docker Compose + Mock API),观察做市行为和订单管理,检查限流/铺单/模式切换是否正常