Verify Effect banner
hossainpazooki hossainpazooki

Verify Effect

Development community

Description

--- description: Verify the effect of an irreversible action — probe the resulting state, not the action's success report. status: provisional --- Invoke the `verify-the-effect` skill on the action below (a deploy, migration, pipeline run, `apply`, publish, or rollout). Separate the action's success report from its effect, and verify the effect: probe the resulting state in layers (substrate up → the thing answers → dependencies reachable → real cases correct) rather than trusting the exit code

Installation

Installs to ~/.claude/skills/hossainpazooki-rigor-verify-effect/SKILL.md

Terminal
mkdir -p ~/.claude/skills/hossainpazooki-rigor-verify-effect && curl -fsSL https://raw.githubusercontent.com/hossainpazooki/rigor/HEAD/commands/verify-effect.md -o ~/.claude/skills/hossainpazooki-rigor-verify-effect/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository