← スキル一覧に戻る

deliverydesign-review
by edwardmonteiro
Make Claude Skills work in other agents like Codex by adding the missing piece: a small enumerator script.
⭐ 0🍴 1📅 2025年12月23日
SKILL.md
name: delivery.design_review phase: delivery roles:
- Product Designer
- Design Lead
description: Facilitate a cross-functional design review capturing decisions, feedback, and implementation guidance.
variables:
required:
- name: feature description: Feature or experience under review.
- name: design_principles description: Principles or heuristics guiding evaluation. optional:
- name: personas description: Personas impacted by the design changes.
- name: artifacts description: Links to prototypes, screenshots, or specs. outputs:
- Review agenda with goals and focus areas.
- Consolidated feedback by theme and severity.
- Action items and decisions log for the design and engineering team.
Purpose
Standardize design review preparation and documentation to speed up alignment with engineering and product partners.
Pre-run Checklist
- ✅ Ensure prototypes or artifacts are ready and accessible.
- ✅ Align with product and engineering on review goals and decision points.
- ✅ Collect previous feedback or usability findings.
Invocation Guidance
codex run --skill delivery.design_review \
--vars "feature={{feature}}" \
"design_principles={{design_principles}}" \
"personas={{personas}}" \
"artifacts={{artifacts}}"
Recommended Input Attachments
- Screenshots or prototype links.
- Accessibility or brand guidelines.
- Usability research summaries.
Claude Workflow Outline
- Summarize review context, goals, and design principles.
- Prepare an agenda with timings, focus areas, and attendees.
- Capture feedback items grouped by principle or theme with severity and owners.
- Document decisions, follow-ups, and implementation guidance.
- Provide communication plan for sharing outcomes and updates.
Output Template
## Design Review Agenda
- Objective:
- Attendees:
- Artifacts:
| Section | Duration | Focus |
| --- | --- | --- |
## Feedback Log
| Theme | Feedback | Severity | Owner | Due Date |
| --- | --- | --- | --- | --- |
## Decisions & Actions
- Decision:
- Rationale:
- Owner:
## Communication Plan
- Channel:
- Update cadence:
Follow-up Actions
- Share the review document in the design and engineering channels.
- Track action items in the design backlog or issue tracker.
- Schedule follow-up reviews or async sign-offs as needed.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です