write-docblocks
Installation
SKILL.md
Write Docblocks
Overview
Batch-process PHPDoc documentation gaps by running composer docs:coverage:missing and dispatching parallel phpdoc-writer subagents.
Core principle: Process files in batches of 5 subagents for efficient parallel documentation without overwhelming the system.
When to Use
- Documentation coverage below target (80% classes, 75% methods)
- After creating multiple new services, controllers, or models
- When
composer docs:coverage:missingshows many files needing docs - User requests batch PHPDoc writing