원클릭으로
skills-audit
Lists all installed skills (project & global) with line counts, then asks which to review for improvement opportunities.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Lists all installed skills (project & global) with line counts, then asks which to review for improvement opportunities.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | skills-audit |
| description | Lists all installed skills (project & global) with line counts, then asks which to review for improvement opportunities. |
| user-invocable | true |
Your task is to audit all Claude Code skills installed at both project and global level.
.claude/skills/*/SKILL.md in the current project directory.~/.claude/skills/*/SKILL.md.description field from the frontmatterRuns a full QA engagement for an app: e2e test plan and execution, UI/UX walkthrough review, and static frontend review — up to three docs in the project's docs/. Use when the user asks to "QA this app", "test and review the app", or wants the full treatment; for a single activity invoke e2e-testing, ui-ux-review, or frontend-review directly.
Plans and runs end-to-end tests against a running app — web, API, CLI, TUI, or mobile — producing docs/E2E-TEST-PLAN.md with executable scenarios and walkthrough results. Use when the user asks to e2e-test an app, verify user flows end to end, do a test walkthrough, or write an e2e test plan.
Static source review of an app's interface layer — API client and auth plumbing, state management, component quality, i18n, type safety, accessibility, test coverage, build hygiene — written to docs/FRONTEND-REVIEW.md. Use when the user asks for a frontend code review or a source-level complement to live testing. Runs without the app running.
Reviews a running app's user experience by walking through every screen (or command/endpoint surface) and writing severity-tagged findings to docs/UI-UX-REVIEW.md. Use when the user asks for a UI review, UX walkthrough, design QA, or a "does the app feel right" pass on a live app.
The structural model of an autonomous loop — the four loop types (turn-based, goal-based, time-based, proactive), the six components, and inner/outer layering — for designing a loop rather than one-off prompting. Consult when turning a repeated task into a loop, picking the right loop type, deciding what a loop must contain to run unattended, or when the user asks to "set up a loop / make this run on its own". For the native Workflow tool's orchestration patterns see dynamic-workflows; for the operational safety checklist see "Safe autonomous loops" in CLAUDE.md.
Self-writing vault — a single-inbox markdown vault for the USER'S raw project thinking (voice transcripts, quick notes, half-ideas), which Claude files, cross-links, and synthesizes on a schedule without the user. Operations: init (scaffold), process (inbox → linked notes + daily digest), synthesize (weekly themes/contradictions), health (graph pulse). Use when the user wants to set up a vault, capture a thought mid-session, process the inbox, or run note upkeep unattended. Distinct from knowledge-wiki (digests an EXTERNAL source corpus) and basic-memory (cross-project decision graph).