verify-changes

Build Swift/SwiftUI projects and compare before/after previews after code changes.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/DylanMiller765/memori --skill verify-changes-dylanmiller765
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-changes
Source: https://github.com/DylanMiller765/memori/tree/main/.claude/skills/verify-changes
Command: npx skills add https://github.com/DylanMiller765/memori --skill verify-changes-dylanmiller765

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

After every code change, this workflow ensures you see exactly what changed by building the project, capturing before/after UI previews when possible, and narrating the changes for you.

Core Features & Use Cases

  • Automated Build Verification: Run the build step to confirm the change compiles and highlight failures quickly.
  • Preview Capture & Comparison: If a preview exists, render before/after snapshots and present a visual diff to the user.
  • Change Explanation: Provide a concise summary of which files changed and why, focusing on visual impact and behavioral differences.
  • Adaptive Fallbacks: If previews are unavailable, offer a simulator run or best-effort text-based description to inform the user.

Quick Start

Run a full verify-changes workflow after any MindRestore code modification to validate the build, capture previews when available, and explain the changes to the user.

Frequently Asked Questions about verify-changes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify Swift code changes visually after modifying my project?

Visual verification of Swift code changes involves building the project, rendering before and after SwiftUI previews, and summarizing the visual and behavioral differences to confirm the modification works.

How do I automate build verification for SwiftUI projects after a code modification?

Automated build verification for SwiftUI projects runs deterministic build steps, checks the build log for failures, and optionally renders previews to validate that your code modification compiles successfully.

Can I capture before and after UI previews to compare changes in a SwiftUI project?

Yes, you can capture before and after UI previews to compare changes in a SwiftUI project by rendering snapshots before a modification and after, then presenting a visual diff of the two states.

Does automated visual verification work when SwiftUI previews are unavailable?

Automated visual verification works when SwiftUI previews are unavailable by offering adaptive fallbacks, such as running a simulator run or providing a best-effort text-based description of the changes.

What is the best way to check if my Swift code compiles and see what changed after an edit?

The best way to check if Swift code compiles and see what changed is running a post-change verification workflow that builds the project, highlights any failures from the build log, and narrates the specific file modifications.