← スキル一覧に戻る

brand-guidelines-enforcer
by CANTAGESTUDIO
Flutter Desktop texture atlas editor for game development
⭐ 2🍴 0📅 2026年1月7日
SKILL.md
name: brand-guidelines-enforcer description: "[Design System] Lightweight brand guidelines enforcement for UI copy and visual motifs. Use when (1) checking UI labels/buttons/error messages against brand tone, (2) validating color usage in specific contexts, (3) ensuring reserved components are used correctly, (4) user asks to 'check brand guidelines', 'validate brand compliance', 'review copy tone', or 'enforce design rules'."
Brand Guidelines Enforcer
Lightweight enforcement of brand guidelines for UI copy and visual motifs.
Quick Start
python3 scripts/enforce_brand.py --guidelines brand.yml --source src/
Violation Types
| Type | Severity | Description |
|---|---|---|
wrong-color-context | warning | Color used outside allowed context |
tone-violation | warning | Copy doesn't match brand voice |
reserved-component-misuse | error | Reserved component in wrong screen |
prohibited-word | error | Prohibited word/pattern found |
capitalization-error | info | Wrong capitalization style |
Detection Examples
Tone Violations
// Violation: unfriendly error message
<ErrorMessage>Error occurred: Invalid input</ErrorMessage>
// Suggested: "Something went wrong. Please check this field."
// Violation: generic CTA
<Button>Click here</Button>
// Suggested: "Get started" or "Continue"
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です