Skip to content

Commit 8ee16ed

Browse files
committed
fix: 🔧 Correct skill name from 'web-design-reviewer' to 'web-design-review' and remove unnecessary framework-specific fix guidelines
1 parent 5f89f5c commit 8ee16ed

2 files changed

Lines changed: 1 addition & 9 deletions

File tree

‎.codex/skills/web-design-review/SKILL.md‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -187,10 +187,6 @@ Identify source files from problematic elements:
187187

188188
### 3.3 Applying Fixes
189189

190-
#### Framework-specific Fix Guidelines
191-
192-
See [references/framework-fixes.md](references/framework-fixes.md) for details.
193-
194190
#### Fix Principles
195191

196192
1. **Minimal Changes**: Only make the minimum changes necessary to resolve the issue

‎.github/skills/web-design-review/SKILL.md‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: web-design-reviewer
2+
name: web-design-review
33
description: 'This skill enables visual inspection of websites running locally or remotely to identify and fix design issues. Triggers on requests like "review website design", "check the UI", "fix the layout", "find design problems". Detects issues with responsive design, accessibility, visual consistency, and layout breakage, then performs fixes at the source code level.'
44
---
55

@@ -187,10 +187,6 @@ Identify source files from problematic elements:
187187

188188
### 3.3 Applying Fixes
189189

190-
#### Framework-specific Fix Guidelines
191-
192-
See [references/framework-fixes.md](references/framework-fixes.md) for details.
193-
194190
#### Fix Principles
195191

196192
1. **Minimal Changes**: Only make the minimum changes necessary to resolve the issue

0 commit comments

Comments
 (0)