ワンクリックで
careful
Safety guardrail that blocks destructive commands for the current session
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Safety guardrail that blocks destructive commands for the current session
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when implementing features, fixing bugs, refactoring code, optimizing performance, resolving deprecations, or any multi-step development task requiring planning, implementation, testing, and review. Orchestrates specialized agent teammates through research, architecture, coding, QA, code review, adversarial review, and documentation phases. Triggers on: "implement", "build", "fix bug", "refactor", "add feature", "develop this", "help me build", "add functionality", "optimize performance", "resolve deprecation", "systematic development". Do NOT trigger on: simple questions ("what does this code do?"), file searches ("where is the auth function?"), one-off commands ("run the tests"), code explanations, quick edits, or non-development tasks.
Multi-lens adversarial review with Skeptic, Architect, and Minimalist lenses and 7+ attack vectors
Auto-improve any agent prompt using Karpathy's autoresearch method with iterative test-measure-improve loops
Core development rules and philosophy for coding standards, git practices, and quality guidelines
Directory freeze guardrail that restricts file edits to a specific directory for the current session
Comprehensive security review skill for authentication, user input, secrets, API endpoints, and OWASP Top 10
| name | careful |
| description | Safety guardrail that blocks destructive commands for the current session |
Session-scoped safety guardrail that blocks destructive commands. Activate when working near production systems, sensitive data, or critical infrastructure.
Triggers on: "be careful", "careful mode", "production mode", "safety mode"
Announce: "Careful mode ACTIVATED. Destructive commands will be blocked for this session."
`rm -rf`, `rm -r /`, `find -delete` (recursive) — irreversible data loss `DROP TABLE`, `DROP DATABASE`, `TRUNCATE`, `DELETE FROM` (without WHERE) — irreversible data loss `git push --force`, `git push -f`, `git reset --hard`, `git branch -D`, `git clean -fd` — history/branch loss `kubectl delete namespace`, `kubectl delete pod --all` — service disruption `chmod 777`, `chmod -R 777`, `chmod +s` — security escalation `npm unpublish`, `cargo yank` — distribution disruption `rm` on specific files (not recursive on broad paths) `DROP TABLE IF EXISTS` in migration files `git push` (without --force) `git reset --soft` `kubectl delete pod [specific-pod]` (not --all) Normal file operations, builds, tests STOP — do not execute. BLOCKED by careful mode: [command]. Reason: [category]. Offer safer alternative. Override for this specific command? (yes/no). May block legitimate destructive operations in test/dev environments — use override Migration files: DROP/TRUNCATE is common — still warns but notes migration context Not a replacement for backups