用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Morrison-Lab/ai-config --skill away命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | away |
| description | Unattended best-judgment mode. |
| user-invocable | true |
| allowed-tools | ["Bash","Read","Edit","Write","Grep","Glob"] |
By default, a genuinely ambiguous decision (which of several plausible
approaches to take, which issue to pick up next, whether a finding is worth
fixing) is a reason to stop and ask — a blocking question pauses the
session until the user answers it. away is a stronger, deliberately-
invoked escalation past that default for a stretch where the user won't be
there to answer: for the rest of the session, don't surface a
blocking question for a judgment call — reason it through as far as
possible, consult a stronger model when one is available (see Procedure),
and otherwise make the more conservative, most-reversible choice and record
what you assumed. Reserve actually stopping for the narrower set of cases in
Scope and limits below, where no amount of reasoning substitutes for
information or authorization only the user holds.
Distinguish from daytb, or a one-off "just proceed" on a single pending question --- daytb covers one decision and its same-task follow-ons, expiring with that task;
away is a session-scoped mode for everything still to come.
/clear, container
restart) starts without it — the same lifetime rule mwc uses for merge
authority.away covers these: reason it through,
consult a stronger model if one helps, decide, and note the call in
your recap.CLAUDE.md/preferences.md already marks as "always confirm"). away
does not cover these — skip or defer the item, note why, and move
to the next one instead of guessing at an answer nobody but the user
can give.mwc
(merge-when-confident) is the separate, narrower grant for merge
authority specifically — see Relationship to other skills. Combine both
explicitly ("away, and mwc") when the user wants full unattended PR
throughput, not just decision-making latitude.back (see Relationship to other skills), or the
session ending revokes the grant right away.gi/gii/gia queue, several review findings, multiple
possible next steps), prefer the ones you're confident about — clear
acceptance criteria, a design direction that's already settled or
obviously correct, no open question that only the user could resolve.
Skip or defer a candidate that's genuinely ambiguous (a stated-but-
unverified root cause, a design decision with more than one defensible
answer, scope that could reasonably go two ways) rather than guessing
and building the wrong thing — note what you skipped and why in your
recap so the user can redirect later. gii's own auto-proceed mode
already bypasses-and-notes a blocked or ambiguous issue within one
sweep; away extends that same skip-and-note default across the whole
session and to any kind of work choice, not just issue-grabbing.select-model's
tier table) — prefer the highest available tier, not just the next
step up, since the whole point is the best perspective available, and a
mid-tier consult that still can't resolve the ambiguity just wastes a
round-trip. If a stronger tier exists, spawn a foreground Agent call
with model set to that tier, hand it the specific decision (not the
whole task — just enough context to weigh in: the options, the
constraints, why it's ambiguous), and use its answer to proceed. Note in
your recap that you consulted it and what it said. If you're already
running the top available tier (no stronger model to ask), or the
question is the information/authorization kind from Scope and limits
above, don't fabricate certainty — make the most conservative,
easiest-to-reverse choice, and flag the assumption
clearly in your recap rather than silently picking one.ardi,
fully-clean, the git safety protocol, and every other standing
procedure exactly as if the user were watching. only changes
what happens at the moment you'd otherwise stop and ask.daytb -- the per-decision sibling, and the one most easily confused with this.
away presumes the user is gone, so it suppresses questions for the whole
session, keeps a decision log, and is revoked by back.
daytb presumes the user is here and simply declining to adjudicate one
thing, so it expires with that task and needs no counterpart.
Reading a bare "do as you think best" as away grants far more than was
asked.back — the named counterpart that revokes this grant and surfaces
the decision log described in Procedure step 4, so the user has a
reviewable record of what was decided (and skipped) while they were
away. Any of the phrasings in Scope and limits' revocation bullet also
end the grant, but back is the one worth invoking by name.mwc (merge-when-confident) — the sibling session-scoped grant for
merge authority specifically. away covers decision-making latitude
(don't block on judgment calls); mwc covers the one destructive action
(merging) away deliberately doesn't extend to. Grant both together for
full unattended PR throughput.select-model / assess-model-fit — own the model-tier knowledge
away's step 3 leans on for "consult a stronger model." away doesn't
duplicate their tier table or escalation logic; it just names the
trigger (a judgment call that would otherwise block) for invoking them.gi / gii / gia / gip — their own auto-proceed modes already
skip the per-item confirmation and bypass blocked/oversized issues while
surfacing the bypass; away's step 2 generalizes that same
skip-and-note pattern to genuinely ambiguous issues too, and extends the
"don't block" default to the whole session rather than one sweep.ardi — still runs exactly as documented under away; a
reviewer's finding is either fixable/rebuttable/deferrable by judgment
(covered) or a genuine impasse needing a human reviewer (still
escalate per ardi's own deadlock rule — away doesn't let you
override a stuck review yourself).away as license to skip ardi, fully-clean, or the git
safety protocol — it only changes what happens at a "should I ask?"
moment, nothing else.away covers
judgment, not mind-reading.away is
active.away survives past the session it was granted in, or
quietly extends into merge/destructive-action authority mwc alone
covers.awayAskUserQuestion toolawaydmmhyh --- reuses this skill's judgment-call vs. information-or-authorization split as its own in-session test, but presumes the user is present and is correcting a pattern of over-asking rather than announcing they're stepping away.
It doesn't inherit away's full suppression mode (no decision log, no back needed to end it) and it adds something away doesn't: a durable memory write so the correction survives past this session.
The two compose -- granting both covers "stop asking me, and once you're back, keep not over-asking."