interaction-review

Evaluate user interaction flows for state coverage and edge cases.

358|11|Updated May 15, 2026
One-click install
npx skills add https://github.com/getcrew44/crew44 --skill interaction-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: interaction-review
Source: https://github.com/getcrew44/crew44/tree/main/daemon/internal/presets/defaultcrew/skills/designer/interaction-review
Command: npx skills add https://github.com/getcrew44/crew44 --skill interaction-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you catch missing states, unhandled edge cases, and confusing feedback in a user interaction flow before users encounter them.

Core Features & Use Cases

  • State coverage validation: Check that loading, empty, error, success, and partial outcomes are defined and user-visible.
  • Edge-case testing guidance: Surface tricky input sizes, zero/large result sets, first-time vs power-user behavior, and mid-action interruptions.
  • Motion and microinteraction review: Ensure motion communicates intent and that UI microinteractions (buttons, inputs, toggles, gestures) clearly reflect state changes and accessibility preferences.
  • Use Case: Review a new onboarding or dashboard flow to confirm every user-visible surface has the right feedback, recovery path, and motion behavior.

Quick Start

Ask an AI to review your interaction flow by listing the required loading/empty/error/success/partial states, the edge cases it must test, and motion recommendations that respect prefers-reduced-motion.

Frequently Asked Questions about interaction-review

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

FAQPage Schema
How do I audit a UX interaction flow for missing states and edge cases?

To audit a UX interaction flow, use a checklist-driven review to validate complete state coverage across loading, empty, error, success, and partial outcomes, while flagging unhandled edge cases like zero result sets or mid-action interruptions.

What is state coverage validation in interaction design?

State coverage validation in interaction design is the process of checking that loading, empty, error, success, and partial outcomes are explicitly defined and user-visible across all interactive surfaces to prevent confusing feedback.

How do you review microinteractions and motion design for accessibility?

Reviewing microinteractions and motion design involves verifying that UI transitions and gestures communicate state changes meaningfully rather than acting as decoration, while ensuring behaviors respect prefers-reduced-motion accessibility preferences.

What edge cases should I test during a UX audit of a new dashboard flow?

During a UX audit of a dashboard flow, you should test edge cases including tricky input sizes, zero or large result sets, first-time versus power-user behavior, and mid-action interruptions to ensure robust recovery paths.

Does this interaction review process require any specific UI frameworks?

No, this interaction review process does not require specific UI frameworks. It applies framework-agnostic checklist logic to evaluate user-visible surfaces, state recovery paths, and motion behaviors across any interactive product iteration.