Token导航 LogoToken导航TokenDH.com
开发只读github未标认证来源可访问许可证需确认审计通过

review-workflow-design审查工作流程设计

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

222

周安装

9

GitHub Stars

61

下载量

70
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:review-workflow-design(审查工作流程设计)
来源仓库:https://github.com/melodic-software/claude-code-plugins
仓库路径:skills/review-workflow-design
安装命令:
npx skills add https://github.com/melodic-software/claude-code-plugins --skill review-workflow-design
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/melodic-software/claude-code-plugins --skill review-workflow-design

简介

用于辅助界面设计、视觉规范、排版、配色和交互体验优化。

  • 适合整理页面结构、生成 UI 方案或检查视觉一致性。
  • 使用时需结合现有品牌、设计系统和用户任务。
  • 涉及真实页面改动时应通过截图或浏览器预览验证效果。
  • review-workflow-design 属于开发类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Review Workflow Design Skill

Design review workflows that validate implementation against specifications with visual proof.

When to Use

  • Setting up review processes for features
  • Creating proof-of-value workflows
  • Designing spec-based validation
  • Implementing auto-resolution loops

Core Concept

Review answers: "Is what we built what we asked for?"

This is different from testing which answers: "Does it work?"

Design Workflow

Step 1: Define Spec Location Pattern

Establish where specifications live:

specs/
├── feature-{name}.md
├── bug-{name}.md
└── chore-{name}.md

Or:

specs/issue-{number}-{type}.md

Step 2: Design Screenshot Capture Points

Identify critical paths that need visual proof:

  1. Initial State: Before any interaction
  2. Key Actions: After significant user actions
  3. Final State: End result of the feature

Example:

1. Take screenshot of dashboard (initial state)
2. Click "Export" button
3. Take screenshot of export modal
4. Complete export
5. Take screenshot of success message

Step 3: Define Severity Classification

Configure issue severity levels:

SeverityCriteriaAction
blockerPrevents release, harms UXAuto-resolve
tech_debtQuality issue, worksDocument
skippablePolish, preferenceIgnore

Step 4: Set Up Resolution Workflow

Design the auto-resolution loop:

Review
  ├── Issues found?
  │     ├── Blockers? → /patch → /implement → Re-review
  │     └── No blockers → Success
  └── No issues → Success

Maximum 3 retry attempts

Step 5: Configure Proof Storage

Options for screenshot storage:

  • Local: agents/{adw_id}/review_img/
  • Cloud: R2, S3, or similar (public URLs)
  • Git: Committed with review artifacts

Review Command Structure

# Review Implementation Against Spec

## Variables
spec_file: $1

## Instructions

1. **Read Specification**
   - Understand requirements
   - Note success criteria

2. **Analyze Changes**
   - git diff origin/main
   - Compare against spec

3. **Capture Screenshots**
   - 1-5 screenshots of critical functionality
   - Number: 01_name.png, 02_name.png

4. **Classify Issues**
   - blocker: Must fix before release
   - tech_debt: Document for later
   - skippable: Can ignore

## Output Format

{
  "success": boolean,
  "review_summary": "string",
  "review_issues": [...]
}

Issue Structure

{
  "issue_description": "What's wrong",
  "issue_resolution": "How to fix it",
  "issue_severity": "blocker| tech_debt |skippable"
}

Resolution Loop Pattern

for attempt in range(1, MAX_ATTEMPTS + 1):
    review_result = run_review()

    if review_result.success:
        break  # No blockers

    blockers = filter(issues, severity="blocker")

    for blocker in blockers:
        create_patch(blocker)
        implement_patch()

    # Loop continues with re-review

Integration with SDLC

/plan    → What are we building?
/build   → Make it real
/test    → Does it work?
/review  → Is it what we asked for? ← THIS SKILL
/patch   → Fix blockers
/document → How does it work?

Best Practices

  1. Screenshots are proof: They show stakeholders what was delivered
  2. Specs are truth: Review against spec, not assumptions
  3. Severity matters: Only blockers need immediate resolution
  4. Retry limits: Prevent infinite loops (3 attempts typical)
  5. Document tech debt: Don't lose the information

Memory References

  • @review-vs-test.md - The distinction this skill implements
  • @issue-severity-classification.md - How to classify issues
  • @one-agent-one-purpose.md - Review as a focused purpose

Version History

  • v1.0.0 (2025-12-26): Initial release

Last Updated

Date: 2025-12-26 Model: claude-opus-4-5-20251101

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.62%
按下载量换算26

Claude

27.91%
按下载量换算20

Cursor

19.69%
按下载量换算14

Gemini CLI

9.31%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills