ワンクリックで
wiki-qa
Quick evidence-based Q&A from source code. Use when user asks about the codebase, a specific file/function, or 'how does X work'.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Quick evidence-based Q&A from source code. Use when user asks about the codebase, a specific file/function, or 'how does X work'.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
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.
| name | wiki-qa |
| description | Quick evidence-based Q&A from source code. Use when user asks about the codebase, a specific file/function, or 'how does X work'. |
| risk | safe |
| source | self |
| tags | ["research","codebase","qa","evidence-based"] |
Answer repository questions grounded entirely in source code evidence.
codebase_search to find relevant files by meaningread_file to gather evidence from matched filessearch_files for regex-based pattern search## headings, code blocks with language tags, tables, bullet lists(src/path/file.ts:42)codebase_search for semantic queries, search_files for exact patterns