Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/CodySwannGT/lisa --skill lisa-tear-down-automations명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | lisa-tear-down-automations |
| description | Remove recurring Lisa… |
| allowed-tools | ["Skill","Bash","Read"] |
This skill is a specification, not a script. It tells the current runtime which recurring Lisa
automations to remove — the ones /setup-automations created for THIS project — and the runtime
removes them with its native scheduling mechanism. With no loop argument it removes the whole
project fleet. With a loop id argument (for example monitor or learnings-audit) it removes only
that one registered loop.
lisa-auto-<project>-* set via the native
automations mechanism (prefer the native delete over hand-removing
~/.codex/automations/<id>/, which is only the backing store)./schedule to list and remove the matching recurring routines./setup-automations registered for the current project — the whole
set found under the stable lisa-auto-<project>- name prefix, whatever it currently contains.
Membership is registration, not a roster (automation-runbook-contract): sweep the prefix and
remove what is there. Do not work from a fixed list of loop names — a list drifts the moment a
loop is added, which is exactly how the opt-in gardener came to be orphaned.$ARGUMENTS names a loop id from a policy-obsolete teardown proposal, remove only that
loop's registration under the same prefix, e.g. lisa-auto-<project>-monitor. Report every other
project automation left in place. If the named loop is absent, that single-loop teardown is a clean
no-op; do not widen it into a fleet teardown.learnings-audit gardener when it is registered:
/setup-automations learnings-audit=true registers it under the same prefix, so teardown removes
it with the rest. A conditionally-skipped loop (e.g. exploratory-bugs on a stack without
exploratory-qa) simply is not in the sweep.lisa-auto-<project>- prefix for THIS project; when in
doubt about an automation's ownership, leave it and report it rather than deleting it..lisa/automations/<loop-id>.runbook.md files that
/setup-automations scaffolded are project knowledge and the historical record of what these
loops did. Teardown removes scheduler registrations only; it never deletes, edits, or moves a
runbook file. An operator who wants them gone removes them deliberately, in git.policy-obsolete teardown proposalRunning this skill with the proposing loop id is the approve answer to a loop's own retirement
proposal. When a registered loop's runbook Retirement condition trips, that loop records the
policy-obsolete run outcome and files exactly one ticket recommending its own teardown
(automation-runbook-contract) — and then keeps running at its normal cadence, because a loop never
removes its own registration.
Teardown is always human-invoked: it is never
triggered by a loop, on any schedule, for any outcome. The operator has three answers, and only the
first brings you here. The proposal authorizes only that loop's registration unless the human
explicitly asks for fleet teardown.
/lisa:tear-down-automations monitor. When it has run, close the proposal as Completed: the
loop-scoped teardown it asked for actually happened, and Completed is the close reason that says
so./lisa:setup-automations; the loop never adjusts its own schedule. The proposal's evidence
carries the loop's current cadence as the baseline to choose against, plus a one-line summary
of its recent runs. Then close the proposal as Completed — the schedule change is the action
it asked for.List each automation removed by name. For "already absent", compare against the one source of truth
— the fleet scripts/automation-status-expected-fleet.mjs (resolveExpectedAutomationFleet)
resolves for this project — and name anything it expects that the sweep did not find; that is a
no-op, not an error. Do not invent an expected set of your own.
Then state, in the operator's words, that the runbook files under .lisa/automations/ were left on
disk and why: they are the written record of what those jobs did, kept on purpose, and if you
do not want them you delete them yourself in git. Finally, confirm that nothing outside this
project's lisa-auto-<project>- prefix was touched. Write it so a non-technical operator can
confirm what happened without reading code.