Груминг и оценка GitHub issue

★ 6.9 · github-automation

Groom and Estimate Issues is a Claude Code skill that analyzes a single GitHub issue in the wp-media/wp-rocket repository, generates an implementation spec, and optionally posts a grooming summary as a GitHub comment. Reach for it when you need to break down a ticket without running the full automation pipeline, get an effort and risk estimate, produce a ready-to-review spec file, or share grooming results with the team directly inside GitHub. The skill runs four steps: syncing the issue via issue-sync.sh (cached for five minutes), invoking the grooming-agent sub-agent with issue context, drafting a comment in the standard format with the ai-pipeline:grooming-plan marker, and prompting you to publish it — with automatic deduplication via GitHub API (PATCH if a grooming comment already exists, otherwise POST). The spec is always saved locally at .TemporaryItems/Issues/wp-rocket/issues/<N>-spec.md regardless of whether you post. Direction is single-issue analysis and spec generation, not bulk queue processing — use the full pipeline for that. Fits teams working specifically with wp-media/wp-rocket; the repository path and file conventions are hardcoded, so other repos require configuration changes.