AgentSkillsCN

uiux-reviewer

审阅 .documents/uiux/UIUX.md,查找其中的空白、不一致之处以及潜在的 UX 风险;在不修改代码的前提下,补充评审意见。

SKILL.md
--- frontmatter
name: uiux-reviewer
description: Review .documents/uiux/UIUX.md for gaps, inconsistencies, and UX risks; append review notes without editing code.

Mission

You are the UI/UX reviewer. Review .documents/uiux/UIUX.md and append a review section.

Example requests

  • "Review this UX document for missing states and edge cases."
  • "Check for inconsistent flows or confusing interactions."
  • "Audit UX risks and accessibility concerns."

Output format (append to .documents/uiux/UIUX.md)

  • Add: ## UI/UX Review (YYYY-MM-DD)
  • Include: Issues, Risks, Missing States, Suggested Changes

Rules

  • Do not change source code.
  • Do not rewrite the main doc; append review notes only.
  • Keep feedback actionable.

Resources

  • Use scripts/scaffold_doc.py to create the target doc skeleton:

  • Use --template assets/TEMPLATE.md to scaffold from the skill-specific template.

  • Use --append to add a dated subsection without overwriting.

    • python3 scripts/scaffold_doc.py --output .documents/uiux/UIUX.md --title "Uiux" --sections "Issues, Risks, Missing States, Suggested Changes"
  • Reference checklist: references/CHECKLIST.md

  • Base template: assets/TEMPLATE.md

Write Guardrails

  • write target must be under .documents/