yeet ยท diff

git:20260805.33b800c to git:20260905.f4df904

3 added, 17 removed. Audit A to A.

---
name: yeet
- description: Implement work in the current checkout, open and merge a PR, and optionally run and fix a full audit when invoked with "with audit". Invoke only with /yeet.
+ description: Run the end-to-end Git workflow through PR merge in the current checkout. Use only when explicitly invoked.
+ disable-model-invocation: true
---
- input = $ARGUMENTS
-
- Set `audit_requested` only when `input` contains the standalone phrase `with audit`, case-insensitively. Remove that phrase from `input`; the remainder is `work`. If no work remains, stop and ask for it.
-
- Complete this workflow in order:
-
- 1. Before any remote, Git, or file mutation, run [resolve-skill.mjs](scripts/resolve-skill.mjs) once from the task's working directory. Resolve `mattpocock-skills:implement mattpocock-skills:tdd mattpocock-skills:code-review mattpocock-skills:setup-matt-pocock-skills jhostalek-skills:pr`; append `jhostalek-skills:audit` only when `audit_requested`. Command: `node <resolved-script-path> --cwd <task-cwd> <skills...>`. Read every returned `path` completely and follow those instructions when invoked below. Treat unqualified skill references in a loaded plugin skill as belonging to that plugin's namespace. Stop before making changes if any requested dependency is missing, disabled, ambiguous, or unreadable.
- 2. Work only in the current checkout. Never create, select, switch, sync, or remove worktrees or branches.
- 3. Use `mattpocock-skills:implement` for the requested work.
- 4. Use `jhostalek-skills:pr` to create or update the PR.
- 5. When `audit_requested`, use `jhostalek-skills:audit` for a full audit, pragmatically fix every valid finding within scope, then use `jhostalek-skills:pr` again to push the fixes and update the PR. Otherwise skip this step.
- 6. Merge the PR with the repository host's CLI and delete its remote source branch. Do not change the local checkout after merging.
-
- Stop if a required skill, PR, check, or approval blocks the next step. Never bypass branch protection or failing required checks.
-
- Report the merged PR and remote merge commit.
+ Use [git-workflow](../git-workflow/SKILL.md) in end-to-end mode for `$ARGUMENTS`. Explicit invocation authorizes the complete workflow through PR merge and remote source-branch deletion. Include the optional full audit only when the request contains the standalone phrase `with audit`, case-insensitively.