plugins/github/skills/yeet/SKILL.md
Publish local changes to GitHub by confirming scope, committing intentionally, pushing the branch, and opening a draft PR through the GitHub app from this plugin, with `gh` used only as a fallback where connector coverage is insufficient.
npx skillsauth add openai/plugins yeetInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill only when the user explicitly wants the full publish flow from the local checkout: branch setup if needed, staging, commit, push, and opening a pull request.
This workflow is hybrid:
git for branch creation, staging, commit, and push.gh as a fallback for current-branch PR discovery, auth checks, or PR creation when the connector path cannot infer the repository or head branch cleanly.gh. Check gh --version. If missing, ask the user to install gh and stop.gh session. Run gh auth status. If not authenticated, ask the user to run gh auth login (and re-run gh auth status) before continuing.codex/{description} when starting from main/master/default.{description} (terse).[codex] {description} summarizing the full diff.git status -sb and inspect the diff before staging.git add -A. Ask the user which files belong in the PR.main, master, or another default branch, create codex/{description}.git add -A only when the user has confirmed the whole worktree belongs in scope.git push -u origin $(git branch --show-current).repository_full_name from the remote, for example by normalizing git remote get-url origin or by using gh repo view --json nameWithOwner.head_branch from git branch --show-current.base_branch from the user request when specified; otherwise use the remote default branch, for example via gh repo view --json defaultBranchRef.gh pr create fallback because the connector PR creation flow expects one repository target and may not encode cross-repo head semantics cleanly.gh pr create --draft --fill --head $(git branch --show-current).The PR description should use real Markdown prose and cover:
development
Use when the user wants to spin up / create / launch / provision a DigitalOcean droplet (or "a remote dev box on DO") and connect to it from Codex as a remote SSH workspace.
data-ai
Search through Microsoft Teams chats or channels, triage unread or recent activity, draft follow-ups, and manage Planner tasks through connected Teams data.
tools
Motion / animation context for the `use_figma` MCP tool — animating Figma nodes via manual keyframes, animation styles, easing, and timeline duration. Load alongside figma-use whenever a task involves adding, editing, or inspecting animation on a node.
development
SwiftUI ↔ Figma translation. Use whenever the user mentions Swift, SwiftUI, iOS, iPhone, or iPad — in EITHER direction — translating a Figma design into SwiftUI (design → code), or pushing SwiftUI views / screens / tokens back into a Figma file (code → design). Triggers on phrases like 'implement this Figma design in SwiftUI', 'build this screen in Swift', 'push this SwiftUI view to Figma', 'mirror my Swift code in a Figma file', or whenever a Figma URL appears alongside `.swift` files / an `.xcodeproj`. Routes to a direction-specific reference doc; loads alongside `figma-use` for the code → design path.