원클릭으로
vibe-check
Audit UI/UX against the Anti-Vibe Coding Checklist to ensure modern aesthetics and best practices.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Audit UI/UX against the Anti-Vibe Coding Checklist to ensure modern aesthetics and best practices.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Enforces semantic commit messages driven by diff-level semantic analysis. Use when making highly detailed commits that require context, conventional formatting, and diff review.
Create Excalidraw diagram JSON files that make visual arguments. Use when the user wants to visualize workflows, architectures, or concepts.
Structured task planning with clear breakdowns, dependencies, and verification criteria. Use when implementing features, refactoring, or any multi-step work.
Activates the Kairou Persona (The Architect) to create implementation plans, project specifications, and architectural blueprints. Use when the user asks to "plan", "roadmap", or "architect" a solution.
| name | vibe-check |
| description | Audit UI/UX against the Anti-Vibe Coding Checklist to ensure modern aesthetics and best practices. |
| metadata | {"author":"user","version":"1.0.0","argument-hint":"file-or-pattern"} |
Review UI/UX code against the Anti-Vibe Coding Checklist to ensure modern aesthetics and best practices.
anti-vibe-coding-checklist.md located in this skill directory.Slop Signals posture: Flag and explain. Never silently change. Human decides.
Arguments: files (optional) - The specific files or directories to audit. If empty, the agent should ask or infer based on open files.
Generate the output in the following format:
# 🌊 Vibe Check Report
**Vibe Score**: [1-100] / 100
**Verdict**: [Passed / Needs Polish / Critical Fail]
## 🚫 Major Vibe Killers
(List top 3 critical issues that ruin the feel)
- [ ] **Issue**: [Description]
- **Fix**: [Specific recommendation]
## 🎨 Design & Aesthetics
- **Color/Theme**: [Comments on consistency, tokens]
- **Typography**: [Comments on hierarchy, readability]
- **Spacing/Layout**: [Comments on breathing room, grid]
## 🧠 UX & Polish
- **Feedback**: [Interactive states, loading, errors]
- **Mobile**: [Responsiveness check]
## 🤖 AI Slop Signals
(Structural patterns that signal uncurated AI generation — your call on each)
- **Phantom Deps**: [Any imports not in the manifest, or "None found"]
- **Clone Clusters**: [Repeated logic blocks, or "None found"]
- **Over-Abstraction**: [Single-use utils/wrappers, or "None found"]
- **AI Tell**: [Robotic naming or structural predictability, or "None found"]
## ✨ Quick Wins
(Low effort, high impact changes)
1. ...
2. ...