Addresses review feedback on PR #13244:
- Flag that --template/-T collides with body-template flags on
pr create / issue create, so agents should check --help.
- Recommend the single quoted-string form for gh search (matching
--search), since multi-arg invocations join oddly and can produce
invalid queries.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Avoids drift between this skill and the actual validation logic in
publish. Agents should run `gh skill publish --dry-run` to learn the
current rules from the source of truth.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>