원클릭으로
workspace-audit
Self-audit workspace configuration for consistency — verify modes, rules, skills alignment and detect issues.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Self-audit workspace configuration for consistency — verify modes, rules, skills alignment and detect issues.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | workspace-audit |
| description | Self-audit workspace configuration for consistency — verify modes, rules, skills alignment and detect issues. |
| risk | safe |
| source | self |
| tags | ["audit","configuration","consistency"] |
.roomodes and settings customModesroleDefinition, whenToUse, groupsgroups restrict file access appropriately per mode purposewhenToUse, modes with overly permissive groups.roo/rules/ (global) and .roo/rules-{mode}/ (mode-specific).roo/skills/name, descriptionskills-registry.md — all skills listed?skill-awareness.md — all skills in awareness table?modeApiConfigs — all modes have model assignment?deniedCommands — reasonable security posture?maxWorkspaceFiles, maxOpenTabsContext — reasonable for project size?Output a markdown report:
## Workspace Audit Report — {date}
### Summary: {PASS|WARN|FAIL} ({N} issues)
### Modes: {count} modes, {issues}
### Rules: {count} rules, {issues}
### Skills: {count} skills, {issues}
### Settings: {issues}
### Recommendations: {actionable items}
Verify WCAG 2.1 AA compliance by analyzing HTML structure, ARIA usage, contrast, keyboard patterns, and semantic markup. Runs before completion in FE Designer mode.
Guide the design of beautiful, accessible, systematic UI components. Auto-triggers when creating or restyling components in FE Designer mode.
Audit design system consistency — check tokens, spacing, colors, typography usage across the codebase. Triggers when modifying shared styles or on user request.
Self-critique visual output before completion. Evaluates visual hierarchy, CTA clarity, cognitive load, spacing consistency, and layout priority. MUST run before attempt_completion in FE Designer mode.
MANDATORY: Run validation tools after EVERY code change. Do not finish until code is error-free.
Auto-enforce coding standards after every code change in Code mode. Checks file size, nesting, naming, error handling, and anti-patterns.