Slow banner
fridzema fridzema

Slow

Development community

Description

--- description: Find slow queries (>100ms) in recent requests --- Use the `analyze_slow_queries` MCP tool to find slow database queries. ## Scope Options By default, analyzes only the latest request. Use these options to analyze multiple requests: - `count`: Number of recent HTTP requests (e.g., `count: 10`) - `since`: Time duration to look back (e.g., `since: "1h"`, `since: "30m"`, `since: "2d"`) - `all`: Analyze all available requests (max 100) - `uri`: Filter by URI pattern (e.g., `uri:

Installation

Installs to ~/.claude/skills/fridzema-clockwork-mcp-slow/SKILL.md

Terminal
mkdir -p ~/.claude/skills/fridzema-clockwork-mcp-slow && curl -fsSL https://raw.githubusercontent.com/fridzema/clockwork-mcp/HEAD/commands/slow.md -o ~/.claude/skills/fridzema-clockwork-mcp-slow/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository