check-comments

Installation
SKILL.md

Comment Quality Check

Analyze PHP code for documentation and comment issues.

Detection Patterns

1. Missing PHPDoc

// BAD: No documentation on public method
public function process(array $items, bool $force = false): Result
{
}
Installs
6
GitHub Stars
79
First Seen
Mar 17, 2026
check-comments — dykyi-roman/awesome-claude-code