guard
Full safety mode: destructive command warnings + directory-scoped edits. (gstack)
定位
Full safety mode: destructive command warnings + directory-scoped edits. (gstack)
触发
full safety modeguard against mistakesmaximum safety
核心流程/章节
- When to invoke this skill
- Setup
- What's protected
原文要点
When to invoke this skill
Combines /careful (warns before rm -rf, DROP TABLE, force-push, etc.) with /freeze (blocks edits outside a specified directory). Use for maximum safety when touching prod or debugging live systems. Use when asked to "guard mode", "full safety", "lock it down", or "maximum safety".
/guard — Full Safety Mode
Activates both destructive command warnings and...
适用场景
- 基于 description 推断:Full safety mode: destructive command warnings + directory-scoped edits. (gstack)
参见
- GitHub: gstack