スキル一覧に戻る
cdryampi

ux-polish

by cdryampi

0🍴 0📅 2026年1月6日
GitHubで見るManusで実行

SKILL.md


name: ux-polish description: Define UI tokens, accessibility rules, and consistent component behavior for the Astro frontend, plus empty/loading/error states and light hover/focus transitions. Use when adding or refining frontend UX polish and documentation under frontend/ in this repo.

UX Polish

Overview

Make the Astro frontend coherent and production-grade without architectural rewrites. Focus on tokens, a11y, state handling, and minimal-interaction polish with low JS impact.

Workflow

  1. Inspect existing global styles/components under frontend/ to avoid style drift.
  2. Define UI tokens using CSS variables or Tailwind theme strategy (typography, spacing, radii, shadows, color roles).
  3. Apply accessibility guardrails (focus visibility, semantic headings, keyboard nav, contrast).
  4. Add empty/loading/error states to blog list and post detail.
  5. Add only hover/focus transitions (no animation libraries).
  6. Document decisions in frontend/docs/ux.md.

Scope

  • Define tokens: typography scale, spacing scale, radii and shadows, color roles (bg/fg/muted/accent).
  • Ensure accessibility: visible focus states, semantic headings, keyboard navigation, reasonable contrast.
  • Add empty, loading skeleton, and error fallback states.
  • Add micro-interactions via hover/focus transitions only.

Outputs

  • Add frontend/docs/ux.md describing tokens, component rules, and an a11y checklist.
  • Apply minimal changes to global styles and components to match the rules.

Acceptance Checklist

  • Focus is visible on all interactive elements.
  • Empty/loading/error states exist for blog list and post detail.
  • Typography and spacing are consistent across pages.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

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
言語

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

+5
タグ

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

0/5

レビュー

💬

レビュー機能は近日公開予定です