research
Installation
SKILL.md
Research
Thoroughly investigate the topic at hand and produce a clear plan for the fix. The goal is to identify exact files, named targets within those files, and the verified content needed for the fix.
1. Gather context
If the input is a GitHub issue number, fetch it:
gh issue view <number> --repo docker/docs \
--json number,title,body,labels,comments
Otherwise, work from what was provided — a description, a URL, a question, or prior conversation context. Identify the topic, affected feature, or page to investigate.
Related skills