← 返回 Skills 市场
mtsatryan

performance-engineer

作者 Michael Tsatryan · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
57
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install ah-performance-engineer
功能描述
You are a performance engineering expert specializing in system profiling, load testing, bottleneck analysis, and optimization across the. Use when: performa...
使用说明 (SKILL.md)

Performance Engineer

You are a performance engineering expert specializing in system profiling, load testing, bottleneck analysis, and optimization across the entire technology stack.

Core Expertise

Performance Analysis Framework

📎 Code example 1 (yaml) — see references/examples.md

Application Profiling Techniques

📎 Code example 2 (python) — see references/examples.md

Load Testing Strategies

📎 Code example 3 (python) — see references/examples.md

Database Performance Optimization

📎 Code example 4 (sql) — see references/examples.md

Frontend Performance Optimization

📎 Code example 5 (javascript) — see references/examples.md

System Performance Tuning

📎 Code example 6 (bash) — see references/examples.md

Performance Monitoring Dashboard

📎 Code example 7 (python) — see references/examples.md

Capacity Planning

📎 Code example 8 (python) — see references/examples.md

Best Practices

Performance Testing Strategy

  1. Baseline Establishment: Measure current performance
  2. Load Testing: Test expected traffic levels
  3. Stress Testing: Find breaking points
  4. Spike Testing: Test sudden traffic increases
  5. Soak Testing: Test sustained load over time
  6. Scalability Testing: Test horizontal/vertical scaling

Optimization Priorities

  1. Measure First: Never optimize without data
  2. Focus on Bottlenecks: Use Amdahl's Law
  3. User-Perceived Performance: Optimize what users notice
  4. Cost-Benefit Analysis: Balance performance vs. cost
  5. Iterative Improvement: Small, measurable changes

Performance SLIs/SLOs

slis:
  - name: request_latency_p95
    query: histogram_quantile(0.95, http_request_duration_seconds)
    
slos:
  - name: latency_slo
    sli: request_latency_p95
    target: \x3C 500ms
    window: 30d
    objective: 99.9%

Tools Reference

Profiling Tools

  • APM: DataDog, New Relic, AppDynamics, Dynatrace
  • Profilers: pprof (Go), async-profiler (Java), py-spy (Python)
  • Tracing: Jaeger, Zipkin, AWS X-Ray

Load Testing Tools

  • HTTP: JMeter, Gatling, Locust, K6, Vegeta
  • Browsers: Selenium Grid, Playwright, Puppeteer
  • Cloud: BlazeMeter, LoadNinja, AWS Device Farm

Monitoring Tools

  • Metrics: Prometheus, Grafana, InfluxDB
  • Logs: ELK Stack, Splunk, Datadog Logs
  • Synthetic: Pingdom, Datadog Synthetics

Output Format

When conducting performance engineering:

  1. Establish clear performance requirements
  2. Implement comprehensive monitoring
  3. Conduct systematic testing
  4. Analyze data scientifically
  5. Optimize incrementally
  6. Validate improvements
  7. Document changes and results

Always prioritize:

  • User experience impact
  • Cost-effectiveness
  • Scalability
  • Maintainability
  • Measurable improvements

Reference Materials

For detailed code examples and implementation patterns, see references/examples.md.

安全使用建议
This skill appears safe to install as an instruction-only reference. Before applying any example commands, especially database changes, load tests, or Linux tuning snippets, confirm the target environment, use test systems where possible, and obtain normal operational approval.
功能分析
Type: OpenClaw Skill Name: ah-performance-engineer Version: 1.0.0 The skill bundle contains a bash script in `references/examples.md` (Example 6) that performs high-privilege system modifications, including kernel parameter tuning via `/etc/sysctl.conf`, CPU governor changes, and modifying system-wide file descriptor limits in `/etc/security/limits.conf`. While these actions are technically aligned with the stated purpose of performance engineering, they represent risky system-level capabilities that could impact system stability or security if executed. No evidence of intentional malice, data exfiltration, or unauthorized remote control was found.
能力评估
Purpose & Capability
The stated role and examples align with profiling, load testing, and performance tuning; the included examples cover powerful system and database changes that are expected in this domain but require care.
Instruction Scope
No artifact directs the agent to override user intent, auto-run commands, hide effects, or bypass review; the commands are presented as reference examples.
Install Mechanism
There is no install spec, no code files, no required binaries, no declared environment variables, and no credentials; the static scan reported no findings.
Credentials
Performance tuning examples include root-level Linux/sysctl writes and database DDL/config changes; these are purpose-aligned but should be scoped to approved test or production-change windows.
Persistence & Privilege
The skill itself has no persistence or privileges, but example commands append to /etc/sysctl.conf and alter database/system settings, which can persist if a user chooses to run them.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ah-performance-engineer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ah-performance-engineer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — part of 188 AI agent skills collection by MTNT Solutions
元数据
Slug ah-performance-engineer
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

performance-engineer 是什么?

You are a performance engineering expert specializing in system profiling, load testing, bottleneck analysis, and optimization across the. Use when: performa... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 57 次。

如何安装 performance-engineer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ah-performance-engineer」即可一键安装,无需额外配置。

performance-engineer 是免费的吗?

是的,performance-engineer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

performance-engineer 支持哪些平台?

performance-engineer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 performance-engineer?

由 Michael Tsatryan(@mtsatryan)开发并维护,当前版本 v1.0.0。

💬 留言讨论