OmniOperator 列式算子调试专家。Use when Codex needs to 做 Omni 与 Spark 结果对比、关闭或开启列式算子定位问题、分析物理计划、处理 Coredump、排查数据不一致、或阅读 Omni 调试工作流。
原文の言語: 中国語
メニュー
SkillsMP は kunpengcompute/skills から 55 件の skill を収集しています。skill を開くとソースと詳細を確認できます。
収集済み skill 55 件中 40 件を表示しています。
OmniOperator 列式算子调试专家。Use when Codex needs to 做 Omni 与 Spark 结果对比、关闭或开启列式算子定位问题、分析物理计划、处理 Coredump、排查数据不一致、或阅读 Omni 调试工作流。
原文の言語: 中国語
Full-repo scan of Velox / Spark SQL / OmniOperator expression support status, generating an ecosystem benchmark report. Triggers: expression coverage research, competitive analysis, Omni missing expression inventory, type matrix analysis.
原文の言語: 英語
Full-repo scan of Spark SQL / Gluten / OmniOperator / Velox physical operator support status, generating an ecosystem benchmark report. Triggers: operator coverage research, Omni missing operator inventory, Spark physical operator pushdown status, Gluten…
原文の言語: 英語
Execute pytest test scripts via SSH with connection pool. Runs S1 (Native vs Omni comparison) and E2 (execution plan verification) patterns. Sets up core modules, SSH pool, logger, and handles timeout calculation. Use this skill when user mentions 'run…
原文の言語: 英語
Generate pytest test scripts for Spark OmniOperator testing. Reads test_cases.json and creates tests/test_*.py files with 1:1 mapping for pytest-xdist parallel execution. Trigger when user mentions '生成测试脚本', 'generate test scripts', 'create test files' in the…
原文の言語: 英語
Analyze async-profiler flame graph HTML files to identify Java, Velox C++, and kernel bottlenecks, map hotspots to Velox modules, provide ARM/aarch64 optimization insights, and generate an interactive HTML report with links to original flame graphs.
原文の言語: 英語
Use when modifying velox or gluten-velox C++ files containing x86 SIMD intrinsics (_mm_*, _mm256_*, __m128i, __m256i, immintrin headers) to port them to ARM SVE with fixed 256-bit vector length (AWS Graviton3 or similar). Performs closed-loop verification via…
原文の言語: 中国語
用于分析离在线混部后的在线业务性能劣化、混部干扰、微架构计数器、PMU/topdown 指标、缓存压力、内存带宽、IPC 下降、纯在线基线与混部阶段对比等场景;单纯在线性能优化、无混部对比、只做通用 perf 调优时不要触发。
原文の言語: 中国語
每日动态简报 skill。把你配置的一组「类型」(如 GCC / LLVM / Go / Java / AI 编译 / 内存库)当作**一个关注集**,每天产出**一份**中文《每日简报》md——里面按类型平铺,每个类型各带「📄 论文 / 📰 资讯 / 💻 上游代码」三维度,让你一份文件看全所有关心的方向、可挑可跳。时间窗默认近 1 天(可调,低频维度自动放宽)。每个「类型×维度」的最佳信息源由 LLM 自动发现并缓存为「源画像」,每日复用、增量去重。产物双归档到公开仓库(分享)+…
原文の言語: 中国語
检视并修复 oGRAC 官方中文文档(docs/zh)的低级错误:错别字、产品命名不一致、中英文混排空格、行内代码缺失、SQL 关键字大小写、Markdown 格式、口语化表述、Shell 代码块可复制性、弯引号等。 当用户提到「检视/审校/修复/规范化 docs/zh 文档」「文档低级错误」「文档格式检查」「清理口语化」「PR 文档自检」「同步官方文档前批量检查」或任何涉及 oGRAC 中文文档质量批处理的任务时,必须优先调用本 skill。 即使请求中没有出现「skill」「自动化」等字样,只要与 oGRAC…
原文の言語: 中国語
Use when the user gives an openGauss gitcode PR number/URL and asks to review and post findings to the PR.
原文の言語: 中国語
当用户要求将 MySQL 或 Percona Server 补丁从一个版本移植到另一个版本,并要求实际完成 patch 分析、版本差异比对、代码适配、编译、安装、启动验证、功能验证、patch 生成或提交时使用。适用于多版本 MySQL 内核补丁适配、兼容性修复、MTR 或 sysbench 验证,以及将补丁移植过程标准化为低人工参与流水线。
原文の言語: 中国語
Extracts Spark History Server JSON (details=true) into the mandatory metrics document structure—HashAgg input/output rows via edges, CTE execution count/reuse, full SQL appendix. Use for "根据 xxx.sql 和 xxx.json 提取文档", q23a-zx.json-style API, HashAgg tables, or…
原文の言語: 中国語
Two-level async-profiler flame graph analysis for OmniOperator: first discovers the hottest operators (op::*Operator / *Writer / *Reader naming), then drills into each operator's hottest functions. Outputs structured CSVs to a per-run artifact directory.
原文の言語: 中国語
Use when optimizing a specific SQL query's full execution chain on the Omni engine — covers build/deploy, baseline, profiling, bottleneck analysis across all operators and stages, research-driven optimization, and gated correctness-before-performance…
原文の言語: 中国語
将本地代码同步到远程服务器,编译并运行单元测试。当用户想要同步代码、编译或运行远程服务器上的单元测试时调用。Triggers on: sync, build, compile, run tests, remote execute, deploy to server, push code to remote, rsync, 远程编译, 同步代码, 单元测试, UT, 编译. Also use when the user mentions running commands on a remote machine or…
原文の言語: 中国語
当用户需要为Spark OMNI优化算子生成测试用例JSON文件时触发。必须首先检查测试设计文档是否存在;如不存在,提示用户指定文档路径或引导用户使用spark-omnioperator-test-design-generator skill生成。 覆盖内容:用例标题预览确认、批量生成4字段标准JSON用例、名称-实现一致性强制自检、最终交付报告。…
原文の言語: 中国語
为Spark OMNI优化算子生成标准化测试设计文档。触发关键词:OMNI算子测试设计、OMNI算子测试、OMNI测试设计文档、omnioperator test design、omni TableWrite/TableRead/Filter/HashAggregate/Sort/HashJoin/Window算子测试设计
原文の言語: 中国語
Review Spark OMNI operator developer design documents to verify they contain enough information for downstream test-design agents. Checks functional completeness (constraints, data types, switches, observed operators, design flow, SQL examples), behavioral…
原文の言語: 中国語
Generate crash-proof HTML test report for Spark OmniOperator testing from pytest-json-report results. Creates expandable/collapsible report with filtering, ERROR red coloring, shows ALL cases (tested + not_tested). Works even if pytest crashed. Trigger when…
原文の言語: 英語
对比分析 Gluten+Velox 在 x86 和 ARM(鲲鹏) 上的 Spark WebUI 性能差异,识别 ARM 落后的算子和计算过程,定位可能缺失 NEON/SVE 向量化的代码路径,并生成可视化 HTML 对比报告。使用场景:用户提供 x86 和 ARM 的 Spark Application ID 或 WebUI URL,要求对比性能、找出 ARM 慢的原因、分析 Gluten 代码中架构特定优化缺失点,并生成可视化 HTML 报告.
原文の言語: 中国語
鲲鹏处理器(TSV110/HIP09/HIP12)微架构优化参考,覆盖指令延迟、流水线端口、性能陷阱。 当需要了解目标 CPU 微架构特性来优化 C/C++ 代码、选择指令序列、调优编译选项或分析性能瓶颈时使用。 其他性能优化 Skill(如 e2e-auto-optimize、gcc-profile-auto-tune)可在优化推理时引用本 Skill 获取 CPU 特定的端口分配和指令延迟数据。
原文の言語: 中国語
分析运行中的 Linux C/C++ 服务、RPC 服务、数据库和大数据组件,识别动态库、疑似静态链接库、ELF 与 proc 证据,结合 perf-hotspot 采样结果判断鲲鹏 BoostKit/BoostCore 库使能机会,例如 KAE、KUAF、zlib、zstd、lz4、snappy、kpglibc、protobuf、sonic-cpp、KQMalloc、ISA-L、SPDK 和 AVX2KI。
原文の言語: 中国語
当需要为计算密集型算法建立理论性能上限时使用:先识别核心指令和依赖链,编写微基准脚本测量这些指令的时延、吞吐和混合执行成本,再根据算法的指令计数、依赖图和数据移动推算每个处理单位需要多少 cycles,得到理论 cycles 下界和吞吐上限。适用于 C/C++、汇编、SIMD、加密、压缩、字符串处理、数学库等 kernel 的理论性能建模、headroom 判断和优化方向选择。
原文の言語: 中国語
Guide ordinary users through openGauss single-node or lightweight installation and configuration. Use when an agent needs to help check a user's Linux/container environment, choose between container installation and simplified package installation, provide…
原文の言語: 英語
Select Kunpeng ARM/AArch64 MySQL, Percona Server, or mysqld performance tuning strategies. Use when an AI agent, coding agent, or automated tuning assistant needs to analyze perf top output, flamegraphs, POC benchmark symptoms, MySQL 5.7 or 8.0+ version…
原文の言語: 英語
使用 Draw.io MCP 创建、编辑和导出架构图、流程图、时序关系图、算法原理图及 .drawio 文件。用户提到 draw.io、drawio、流程图、架构图、原理图、拓扑图,或要求修改现有图表时使用。
原文の言語: 中国語
阅读某个性能/优化特性的源码,产出一份图文并茂、可交付的设计文档(Markdown + Word/docx),支持中文、英文或中英双语。适用场景:用户说"读一下 XX 特性/优化的代码并写一份设计文档""为这个 PR/commit 写设计文档""生成含框架图、原理图、时序图、用例图的设计说明""把这个特性整理成 docx 设计文档""再出一份对应英文版的文档和图片""做成中英双语"等。无论用户是否点名"设计文档",只要意图是"理解一段特性代码并系统化产出含架构图/原理图/验证数据/用例的说明文档",都应使用本技能;…
原文の言語: 中国語
查阅 ARM A-profile(AArch64/A64)架构特性与指令的权威速查表。每当涉及 ARM64/AArch64/A64 的架构特性(FEAT_*,如 FEAT_SVE/FEAT_LSE/FEAT_MTE/FEAT_BF16)、某特性的引入版本或可选/强制状态、 指令的助记符/汇编模板/编码(Encoding)、或某指令受哪个特性门控时,都应使用本 skill。 尤其在做 ARM64 编译器/代码生成(codegen)优化、判断目标指令在哪个架构版本可用、为某指令选择 feature gate、或核对…
原文の言語: 中国語
Manage Docker-based dev containers on remote Linux servers. Use this skill whenever the user wants to create, query, or delete a dev container on a remote host, or mentions phrases like "create a dev container", "setup a development environment on server X",…
原文の言語: 英語
Use the devkit tuner tool to run top-down performance analysis on benchmarks, identify CPU microarchitectural bottlenecks, and compare performance between implementations. Use this skill whenever the user mentions devkit, top-down analysis, CPU performance…
原文の言語: 英語
Manage Docker containers, images, volumes, networks, and Compose stacks — lifecycle ops, debugging, cleanup, and Dockerfile optimization.
原文の言語: 英語
End-to-end autonomous performance optimization for C/C++, system software, and foundational libraries. Use this skill whenever the user wants to optimize a codebase with perf/topdown evidence, remote SSH execution, configured build commands, UT/functest plus…
原文の言語: 英語
Use in Claude Code when asked to automatically deploy a local or cloned Linux code project's runtime environment, including project detection, dependency planning, optional command execution, build, unit-test verification, reproducible setup script…
原文の言語: 英語
Use when asked to automatically deploy a local or cloned code project's runtime environment on Linux, including project detection, dependency planning, optional command execution, build, unit-test verification, reproducible setup script generation, and…
原文の言語: 英語
Use in Claude Code when asked to automatically deploy a local, cloned, or SSH-remote Linux code project's runtime environment, including project detection, dependency planning, optional command execution, build, unit-test verification, reproducible setup…
原文の言語: 英語
Use when asked to automatically deploy a local, cloned, or SSH-remote code project's runtime environment on Linux, including project detection, dependency planning, optional command execution, build, unit-test verification, reproducible setup script…
原文の言語: 英語
Use in Trae when asked to automatically deploy a local, cloned, or SSH-remote Linux code project's runtime environment, including project detection, dependency planning, optional command execution, build, unit-test verification, reproducible setup script…
原文の言語: 英語
Minimal framework-neutral guidance for deploying a local, cloned, or SSH-remote Linux code project's runtime environment. Use when an agent needs lightweight project detection, dependency planning, safe dry-run-first setup guidance, explicit confirmation…
原文の言語: 英語
Use in Trae when asked to automatically deploy a local or cloned Linux code project's runtime environment, including project detection, dependency planning, optional command execution, build, unit-test verification, reproducible setup script generation,…
原文の言語: 英語