codex/skills/yo/SKILL.md
Publish provided content to a secret GitHub gist bucket and surface it to a human via a local macOS notification that opens the gist when tapped. Use when Codex needs to show or notify a human with raw text or file content, wants a gist-backed human handoff, or is explicitly invoked as `$yo`. YO accepts inline text or file paths, creates or reuses a repo-scoped secret gist, and notifies through macOS Notification Center.
npx skillsauth add tkersey/dotfiles yoInstall 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.
uv run python codex/skills/yo/scripts/publish_notify.py --text "..." for inline contentuv run python codex/skills/yo/scripts/publish_notify.py --file path/to/content.md for file-backed content--title "..." only when the caller already knows the exact notification title--dry-run when you need proof without side effectsstatus=delivered: gist publish + notification succeededstatus=partial: gist publish succeeded, notification failed after one retrystatus=dry_run: no side effects; inspect repo_label, file_name, preview, and bucket_actionstatus=dropped: GitHub gist capability was unavailable; do not fall back to notification-only deliverystatus=failed: invalid input, non-macOS execution, gist mutation failure, or another visible errororigin remote firstno-repo when no parseable remote existsgist scope is unavailable, accept the helper's dropped result and stop quietly instead of inventing a fallback.terminal-notifier is unavailable, fail visibly instead of falling back to a non-clickable notifier.gh plus terminal-notifier for live behavior.Use $yo to send this handoff note to the human.Show this markdown to a human with a local macOS notification.Notify the human locally and include a gist link for this release summary.testing
Use before local patching when bugs, regressions, malformed state, crashes, parser failures, migrations, cache drift, protocol problems, compatibility requests, tolerant readers, fallbacks, coercions, retries, catch-and-continue logic, or local workarounds may broaden accepted invalid state.
testing
Use for bug reports, PR/issue prose, reviewer comments, user diagnoses, generated summaries, memories, retrieved context, public tracker context, claimed root causes, proposed fixes, fake-minimal repro risk, or any investigation where natural-language context could anchor the implementation scope.
development
Use when non-trivial work needs Challenge Escalation, latent-intelligence activation, frame-market selection, doctrine operators, dominant-move selection, ablation/surface-tax judgment, reification, review comment law, negative capability, route receipts, or proof-bearing refusal to mutate.
development
Apply Algebra-Driven Design. Use for ADD, denotational design, combinator models, law-driven architecture, domain algebra, property tests, codebase modeling, event sourcing, workflow design, or agentic skill design. If the canonical bundle is unavailable, use this wrapper as the minimal ADD kernel and report the missing bundle path.