create skills/pre-edit-sweep.md - Grok Build skill implementing the Pre-Edit Sweep Protocol at mastery level
This commit is contained in:
parent
b8f8350675
commit
f837de93d8
1 changed files with 15 additions and 0 deletions
15
skills/pre-edit-sweep.md
Normal file
15
skills/pre-edit-sweep.md
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
name: pre-edit-sweep
|
||||
description: Execute full import/call-site + eval/calibration trace before editing sensitive modules. Complements the Versor Coherence Guardian.
|
||||
triggers: ["pre_edit:algebra/", "pre_edit:field/", "pre_edit:vault/", "pre_edit:generate/", "pre_edit:core/cognition/", "pre_edit:teaching/", "pre_edit:calibration/", "manual"]
|
||||
auto_invoke: true
|
||||
---
|
||||
|
||||
Before editing any module in the triggered paths:
|
||||
|
||||
1. Use file-read and search tool chains to trace **every import** of the target module.
|
||||
2. Identify **all callers** of the specific function/class being changed.
|
||||
3. Check `calibration/` and `evals/` for tests exercising the changed path.
|
||||
4. Only after completing the sweep may you propose or apply edits.
|
||||
|
||||
Your 1M context window exists for this. Use it. Do not guess at impact.
|
||||
Loading…
Reference in a new issue