# Effect

> Prepare, inspect, commit, and reconcile governed CIGAR effects while preserving explicit authorization and idempotency.

- Skill: `hashgraph-online/effect` (Agent Skill)
- Install (CLI): `npx skillmds@latest add hashgraph-online/effect`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hashgraph-online/effect/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: hashgraph-online (https://skillmd.com/u/hashgraph-online)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hashgraph-online/effect

---


Use `effect_prepare` to create a typed intent before any mediated external mutation. Show the effect identifier, target, authorization requirement, idempotency key, and expected outcome. Use `effect_status` to inspect or reconcile existing effects.

Call `effect_commit` only when the user has explicitly authorized the prepared effect and the current governed precheck permits dispatch. Never retry an unsafe or unknown dispatch automatically. If authorization cannot be verified, stop before dispatch and explain the denial.

