Verify Changes banner
CloudAI-X CloudAI-X

Verify Changes

Development community

Description

--- description: Multi-phase verification of implementation with adversarial review agent: build --- # Verify Changes Command Comprehensive verification of recent changes using the adversarial verification approach from claude-workflow-v2. ## Philosophy Use progressive quality gates - run cheap checks first, expensive checks later. If early checks fail, stop immediately to save time. ## Phase 1: Gather Context Run in parallel: 1. `git diff HEAD~1` or `git diff` - Understand what changed 2.

Installation

Installs to ~/.claude/skills/cloudai-x-opencode-workflow-verify-changes/SKILL.md

Terminal
mkdir -p ~/.claude/skills/cloudai-x-opencode-workflow-verify-changes && curl -fsSL https://raw.githubusercontent.com/CloudAI-X/opencode-workflow/HEAD/commands/verify-changes.md -o ~/.claude/skills/cloudai-x-opencode-workflow-verify-changes/SKILL.md

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

Full documentation available on GitHub

View Source Repository