silk-debug
Installation
SKILL.md
Silk Debug Tool
A CLI tool for analyzing Django Silk profiling data to debug slow requests, detect N+1 queries, and optimize database performance.
Tool Location
.venv/bin/python scripts/silk_debug.py
Quick Reference
Analyze a Specific Request
When given a Silk request ID (UUID), use --full for comprehensive analysis:
.venv/bin/python scripts/silk_debug.py <request_id> --full