## Why
The curated `yeet` skill was missing guidance for common publish-flow
cases: repositories with PR templates, branches that already have a PR,
and PR bodies that need to preserve reviewer-relevant context instead of
generic boilerplate.
## What Changed
Updated `skills/.curated/yeet/SKILL.md` to make the publish workflow
template-aware and branch-aware. The skill now tells Codex to discover
the active repository PR template before creating a PR, reuse an
existing PR for the current branch instead of creating a duplicate,
preserve an existing PR's draft or ready-for-review state, apply
conventional PR title guidance, and write PR bodies around the net
change with meaningful verification only when there is behavioral
evidence worth preserving.
Updated the `yeet` skill so the GitHub artifacts it creates use neutral
naming instead of assistant-branded naming.
The skill now recommends `{description}` for new branches and uses the
plain `{description}` as the PR title. The workflow example was updated
to match the new branch naming convention.