Agent Skills
› davepoon/buildwithclaude
› gsd:ui-review
gsd:ui-review
GitHub对已实现的前端代码进行回溯性的六支柱视觉审计,生成包含分级评估的 UI-REVIEW.md 报告。适用于任何项目,默认作用于最近完成的阶段。
Trigger Scenarios
需要检查前端界面视觉效果与品牌一致性
完成开发阶段后需进行UI质量回顾
Install
npx skills add davepoon/buildwithclaude --skill gsd:ui-review -g -y
SKILL.md
Frontmatter
{
"name": "gsd:ui-review",
"description": "Retroactive 6-pillar visual audit of implemented frontend code",
"allowed-tools": [
"Read",
"Write",
"Bash",
"Glob",
"Grep",
"Task",
"AskUserQuestion"
],
"argument-hint": "[phase]"
}
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/ui-review.md @${CLAUDE_PLUGIN_ROOT}/references/ui-brand.md </execution_context>
Version History
- 502fc01 Current 2026-07-05 15:15


