‹ 首页

gstack-careful

@dirtytrii · 收录于 1 周前 · 上游提交 1 周前

GStack careful mode for risky work that needs a conservative pass, hazards, safeguards, and explicit confirmation points before execution.

适合你,如果需要在执行危险命令前强制确认

/ 通过 npx 安装 校验哈希
npx oh-my-skill add dirtytrii/codex-skills/gstack-careful
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- dirtytrii/codex-skills/gstack-careful
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify dirtytrii/codex-skills/gstack-careful
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
9GitHub stars
~384最小装载
~384含声明引用
~429文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 f142db6 · 表述以原文为准
它做什么

装上后,Claude 会先分析风险(如破坏数据、生产环境等),列出危害、安全措施、只读检查、确认点,然后给出安全的下一步操作。默认只读,直到你确认。

什么时候触发

当你即将执行可能破坏数据、生产环境或认证状态的操作,或明确要求“小心点”,或说出“$gstack-careful”时触发。

装好后可以这样说
Claude 会先列出风险和安全措施,等你确认。
Claude 会分析危害并给出确认点。
技能原文 SKILL.md作者撰写 · MIT · f142db6

GStack Careful Adapter

This is a Codex role-system adapter for Garry Tan's gstack gstack-careful method.

When To Use

Use this when:

  • the next action could break data, production, auth, or release state;
  • the user asks to be careful;
  • a role needs explicit stop conditions;
  • the user explicitly invokes $gstack-careful.
Workflow
  1. Keep the active role boundary. Do not expand scope just because this gstack method is useful.
  2. Read the relevant repo/docs/evidence first when the task depends on current state.
  3. Read ../gstack/references/methodology.md if you need the shared method map, then use the section named Engineering Execution Methods.
  4. Produce: hazards, safeguards, read-only checks, confirmation points, and safe next action.
  5. Return the result in the active role's normal format, including boundaries, validation, and unresolved decisions when applicable.
Boundaries
  • Treat upstream gstack as external methodology, not local-owned project state.
  • Do not run upstream gstack runtime, telemetry, browser-cookie import, upgrade checks, or host routing injection automatically.
  • Do not create or edit CLAUDE.md, .claude/, .agents/, or upstream routing files unless the user explicitly asks for upstream gstack installation work.
  • Do not write files, commit, push, deploy, restart, migrate, clean, delete, or change production unless the active role prompt explicitly allows it.
  • Preserve this repository's QA versus 测试 split: formal test cases/reports belong to 测试 and $test-case-report-builder.
  • Default to read-only until the user confirms the risky action.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。