Back to list
YuheiNakasaka

ui-check

by YuheiNakasaka

0🍴 0📅 Jan 25, 2026

SKILL.md


name: ui-check description: Use Playwright MCP to check UI styles and usability. Automatically used for requests like "check UI", "verify appearance", "take screenshot", "UI review", "screenshot analysis". context: fork agent: Explore allowed-tools:

  • mcp__playwright__browser_navigate
  • mcp__playwright__browser_take_screenshot
  • mcp__playwright__browser_snapshot
  • mcp__playwright__browser_click
  • Bash
  • Read

UI Check Skill

Use Playwright MCP to verify UI styles and usability.

Usage

1. Launch Browser

Navigate to target URL with mcp__playwright__browser_navigate

2. Take Screenshot

Take screenshot with mcp__playwright__browser_screenshot

3. Resize Image (Required)

Always resize screenshots with ImageMagick before analyzing in Claude Code.

# Resize to 1024px width
magick screenshot.png -resize 1024x .claude/tmp/screenshots/resized.png

4. UI Analysis

Load resized image and analyze:

  • Layout verification
  • Style verification
  • Accessibility verification
  • Usability verification

Check Perspectives

Layout

  • Is element placement appropriate?
  • Is responsive design appropriate?
  • Are margins/spacing consistent?

Style

  • Is color usage appropriate?
  • Are fonts readable?
  • Are icons appropriate?

Accessibility

  • Is contrast ratio sufficient?
  • Are focus states clear?
  • Is text size appropriate?

Usability

  • Is operation intuitive?
  • Is feedback clear?
  • Are error states understandable?

Output

# UI Check Result

## Screenshot
[Image path]

## Results

### Good Points
- ...

### Improvement Suggestions
- ...

## Recommended Actions
- ...

Notes

  • Save screenshots to .claude/tmp/screenshots/
  • Always resize with magick command before analysis
  • Using large images directly may cause crashes

Score

Total Score

35/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

0/5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon