acc-check-doc-examples

Installation
SKILL.md

Documentation Code Examples Verification

Analyze documentation for code examples that don't match the actual codebase.

Detection Patterns

1. Incorrect Class Name in Example

<!-- DOC says: -->
```php
use App\Service\OrderProcessor;
$processor = new OrderProcessor();

### 2. Wrong Method Signature
Related skills
Installs
1
GitHub Stars
71
First Seen
Feb 11, 2026