check-observability-coverage
Installation
SKILL.md
Observability Coverage Check
Analyze PHP code for observability gaps that hinder debugging, monitoring, and incident response in production.
Detection Patterns
1. Unstructured Logging
<?php
declare(strict_types=1);