Commit Graph
2 Commits
Author SHA1 Message Date
Anton PanasenkoandGitHub 590b49edc1 [codex] make yeet template-aware (#412)
## 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.
2026-05-18 16:16:36 -07:00
Anton PanasenkoandGitHub 50617dbacc don't mention codex in github artifacts (#340)
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.
2026-04-09 14:36:59 -07:00