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:
tools
Top-level workflow skill for USD performance diagnosis and optimization. Use for slow loading, high memory, low FPS, or 'optimize my scene' requests; delegates auth/runtime setup to Phase 0 owners.
data-ai
Use when the user mentions MagicPath, designs, UI components, themes, canvas selections, or repo-to-canvas UI work; run magicpath-ai to search, inspect, install, or author components.
documentation
Use as the top-level router for Omniverse Realtime Viewer USD app requests and focused viewer reference documents.
tools
Turn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them.