From oh-my-auggie
Visual QA verdict for screenshots and UI. Use for "verify UI", "visual check", "screenshot verdict", and "visual comparison".
npx claudepluginhub r3dlex/oh-my-auggie --plugin oh-my-auggieThis skill uses the workspace's default tool permissions.
Evaluate screenshots and visual outputs for quality and correctness.
Verifies tests pass on completed feature branch, presents options to merge locally, create GitHub PR, keep as-is or discard; executes choice and cleans up worktree.
Guides root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Writes implementation plans from specs for multi-step tasks, mapping files and breaking into TDD bite-sized steps before coding.
Share bugs, ideas, or general feedback.
Evaluate screenshots and visual outputs for quality and correctness.
| Severity | Description | Action |
|---|---|---|
| Critical | Wrong/missing content | Must fix |
| Major | Significant layout/style issues | Should fix |
| Minor | Small deviations | Consider fixing |
| Trivial | Imperceptible differences | Ignore |
PASS — Matches expected, no issues CONDITIONAL — Minor issues, acceptable FAIL — Major issues need fixing INCONCLUSIVE — Cannot determine
## Visual Verdict
### Comparison
**Reference:** {file/URL}
**Actual:** {file/URL}
### Element Checks
#### Layout
| Element | Expected | Actual | Status |
|---------|----------|--------|--------|
| {elem} | {pos} | {pos} | ✅/❌ |
#### Styling
| Element | Expected | Actual | Status |
|---------|----------|--------|--------|
| {elem} | {style} | {style} | ✅/❌ |
#### Content
| Element | Expected | Actual | Status |
|---------|----------|--------|--------|
| {elem} | {text} | {text} | ✅/❌ |
### Issues Found
#### Critical
- **{issue}** — {description}
#### Major
- **{issue}** — {description}
#### Minor
- **{issue}** — {description}
### Verdict
| Criterion | Status |
|-----------|--------|
| Layout | ✅/❌ |
| Styling | ✅/❌ |
| Content | ✅/❌ |
| Functionality | ✅/❌ |
**Overall:** PASS / CONDITIONAL / FAIL / INCONCLUSIVE
**Reason:** {explanation}
**Recommendation:** {if any}