create-correlation-context
Installation
SKILL.md
Correlation Context Generator
Creates Correlation ID propagation infrastructure for distributed PHP applications.
When to Use
- Need to trace requests across multiple services or layers
- Log entries from different components must be linked together
- Async flows (RabbitMQ, Symfony Messenger) lose request context
- Debugging distributed systems requires end-to-end tracing
- Implementing observability and distributed tracing