ワンクリックで
risk-tiering
Applies appropriate scrutiny based on risk level - fast path for docs, standard for features, careful path for auth/db/payments.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Applies appropriate scrutiny based on risk level - fast path for docs, standard for features, careful path for auth/db/payments.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
After completing logical unit of work, commit with context and push. Never leave uncommitted work.
Requires handoff to review platform before deleting, archiving, or consolidating projects and repositories.
Tracks token usage in conversations, warns at 70% capacity, auto-triggers handover at 80% threshold with conversation summary and continuation prompts.
Never expose secrets in output. Use environment variables, reference .env files without reading contents aloud, recommend rotation if exposed.
Every artifact must be filed in correct location with version control. Defines filing structure and naming conventions.
Structured error handling - stop, assess, log, route, then fix or escalate. Prevents compounding problems.
| name | risk-tiering |
| description | Applies appropriate scrutiny based on risk level - fast path for docs, standard for features, careful path for auth/db/payments. |
Not all changes deserve the same friction. Apply appropriate scrutiny based on risk level.
Process: Commit and push immediately. No extended review needed.
Process: Run tests, lint, commit with good message, push.
Process: Verify twice, create backup/rollback plan, test in isolation, document changes, user confirmation before destructive actions.