← all publishers

lushengguo

@lushengguo source repo

13 published skills

  1. Tdd Test · lushengguo
    TDD Test — KCEX Spot C++
    0 installs
  2. Spot Commit · lushengguo
    Commit changes to the spot repository, handling the cpp-infra submodule first, running clang-format, and flagging anything unsuitable.
    0 installs
  3. Daily Report · lushengguo
    从 git log 自动生成日报。需要提供 repo 路径、commit 日期范围、报告日期范围。按主题而非日历日分组,均分到目标天数,每天不超过两条,大白话,跳过小优化。
    0 installs
  4. Cpp Profiling · lushengguo
    Linux C++ 性能分析专家。使用 perf、火焰图、硬件计数器进行端到端性能诊断。数据驱动,拒绝臆断。Use when diagnosing C++ performance bottlenecks, analyzing CPU hotspots, memory latency, context switches, or when the user asks "why is this slow?"
    0 installs
  5. Diary Convert · lushengguo
    将 TXT 日记文件转换为 Markdown 格式,润色啰嗦表达并归档原文件
    0 installs
  6. Rigorous Test · lushengguo
    Generate 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.
    0 installs
  7. Interview Code · lushengguo
    面试 Coding 陪练
    0 installs
  8. Spot Profiling · lushengguo
    KCEX Spot 做市系统性能分析。结合 perf 火焰图、Prometheus 指标、自定义埋点、jemalloc 内存分析,端到端诊断 800+ symbol 压力测试瓶颈。自动区分冷启动/稳态阶段,分析 per-symbol per-tick 延迟构成。数据驱动,拒绝臆断。Use when 跑 spot benchmark 压力测试、分析 spot 性能瓶颈、做 profiling 优化循环。
    0 installs
  9. Spot Profiling Loop · lushengguo
    KCEX Spot 自动 profiling 优化循环。不断 profile → 分析热点 → 尝试优化 → commit 记录 → 再 profile,直到收敛。每次 commit 累积记录尝试了什么、哪些走通了、哪些没走通。Use when 启动自动性能优化循环、跑持续的 profiling 迭代。
    0 installs
  10. Spot Pre Log Analyze · lushengguo
    拉取并排查 KCEX spot 预发布(pre)环境日志。用户给出时间区间和要查的问题(如"pre 环境每天凌晨 3:30-8:00 横盘,看是不是下游出了问题"),用 curl 直查 Kibana/ES,结合日志字典定位原因。
    0 installs
  11. Spot Pre Env Evaluate · lushengguo
    启动 KCEX Spot 连接预发布环境,观察做市行为和订单管理,检查限流/铺单/模式切换是否正常
    0 installs
  12. Spot Test Env Evaluate · lushengguo
    启动 KCEX Spot 连接测试环境,观察做市行为和订单管理,检查限流/铺单/模式切换是否正常
    0 installs
  13. Spot Local Env Evaluate · lushengguo
    启动 KCEX Spot 连接本地开发环境(Docker Compose + Mock API),观察做市行为和订单管理,检查限流/铺单/模式切换是否正常
    0 installs