Tag: performance-tuning

Type: All Skills Tools
skill ★ 372,633

Systematic OpenClaw Test and Runtime Optimization

This skill guides developers through systematically optimizing OpenClaw's test suite and runtime performance while maintaining full coverage. It involves establishing performance baselines, identifying hotspots like expensive imports or fix…

openclaw/openclaw test-optimization performance-tuning ci-speedup runbook
skill ★ 23

PostgreSQL Database Health Check

Performs a comprehensive health assessment of PostgreSQL databases by evaluating connections, cache performance, locks, and configuration settings. It generates a scored report with prioritised recommendations and actionable remediation ste…

isdaniel/pgtuner_mcp postgresql database-health performance-tuning mcp
skill ★ 23

PostgreSQL Connection Usage Analysis

This skill enables the analysis of PostgreSQL connection patterns to diagnose leaks, saturation, and idle session overhead. It provides actionable recommendations for connection pooling and configuration optimisation using MCP resources and…

isdaniel/pgtuner_mcp postgresql connection-analysis database-optimisation mcp
skill ★ 23

PostgreSQL Configuration Tuning and Optimization

Provides systematic PostgreSQL configuration tuning by analysing hardware profiles, workload types, and current settings to generate hardware-aware ALTER SYSTEM recommendations.

isdaniel/pgtuner_mcp postgresql database-tuning mcp sql-optimization
skill ★ 23

PostgreSQL Table and Index Bloat Analysis

This skill provides a workflow for detecting and remediating table and index bloat in PostgreSQL databases. It identifies fragmentation, dead tuples, and wasted space, recommending specific maintenance actions such as VACUUM, REINDEX, or pg…

isdaniel/pgtuner_mcp postgresql database-maintenance bloat-analysis mcp
skill ★ 2

.NET Memory Profiling and Leak Detection

An agentic skill to analyse .NET application memory usage and identify leaks. It leverages dotMemory to capture snapshots, compare states, and suggest actionable code fixes.

MarcelRoozekrans/memorylens-mcp dotnet memory-profiling mcp debugging