Git isolation handoff
Skill ZC0325/sol-native-guardrails/plugins/sol-native-guardrails/skills/git-isolation-handoff
Five narrowly scoped Codex engineering skills that preserve native model judgment.
npx -y skills add ZC0325/sol-native-guardrails --skill git-isolation-handoffAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 25 days oldThe repository was created 25 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Safely perform user-authorized Git isolation and delivery operations, including worktrees, branches, commits, pushes, pull requests, merges, and cleanup. Use only when Git workflow changes are explicitly in scope or necessary to carry out the requested development workflow.
SKILL.md
1.4 KB, 223 tokens by cl100k_base, as published. Nobody here has run it
Git Isolation And Handoff
Treat Git operations according to their side effects. Inspect first, load only the relevant procedure, and execute only what the task authorizes.
Route
- For a new branch, linked worktree, or isolated workspace, read
references/isolation.md. - For commit, push, pull request, merge, or delivery, read
references/handoff.md. - For branch deletion, worktree removal, discard, or recovery-sensitive cleanup, read
references/cleanup.md.
If the request spans more than one category, read only the required references.
Common Rules
- Inspect repository root, current branch, worktree state, remotes, and relevant status before mutation.
- Preserve user changes and unrelated work. Never reset or overwrite them to simplify the task.
- Keep commands non-interactive where practical.
- Verify the exact repository, branch, and absolute path before destructive or broad operations.
- Run verification appropriate to the change before delivery claims.
- Return control to Codex after the requested Git operation; do not force a fixed branching workflow.
What ships with it: 4 files
3.1 KB alongside SKILL.md
agents/
- openai.yaml235 B
references/
- cleanup.md945 B
- handoff.md923 B
- isolation.md1.1 KB