ワンクリックで
explain-code
Explain code as a scannable blog post
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Explain code as a scannable blog post
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Run a short active-recall dialogue that helps the user understand their current unstaged code changes. Use when the user wants to understand, review, quiz themselves on, or explain a local diff before accepting, committing, merging, or shipping it.
Run an interactive documentation-based quiz for a user-selected technology and topic area. Use when the user wants to practice a framework, library, API, language feature, or other technical docs by choosing between two short code snippets that test mental-model comprehension.
Audit codebases and product copy for deceptive dark patterns that are inferable from local source code and text. Produce a structured narrative report with confidence, source locations, concise reasoning, and the official pattern link for each detected pattern.
SOC 職業分類に基づく
| name | explain-code |
| description | Explain code as a scannable blog post |
| disable-model-invocation | true |
Explain the user-scoped code as a short, scannable post. Prefer plain-English prose and small code sketches over exhaustive walkthroughs.
# title, 📋 TLDR, then one or more ## sections.## section covers one idea and includes at least one fenced code block.# TitleOne plain-English line naming the topic.
📋 TLDRWrite 2-3 short sentences that give the gist to someone who did not write the code.
Optional: include one small mermaid block only when the main story is easier to grasp as flow or handoff.
After the 📋 TLDR, add a horizontal rule: ---.
## SectionsFor each section:
## title with at least one emoji.Stop the section after the code block.
Separate body sections with a horizontal rule: ---.
..., // ..., placeholders, or simplified identifiers when that makes the idea easier to see.## sections.