ワンクリックで
explain-diff-html
Use when the user asks for a rich explanation of a code change, diff, branch, or PR. Produces HTML output.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when the user asks for a rich explanation of a code change, diff, branch, or PR. Produces HTML output.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Search local markdown knowledge bases, notes, and docs with qmd. Use when users ask to research on local notes, retrieve documents semantically, or mentions qmd access.
Resources and guidelines for awesome frontend UX and design.
Guide for creating effective skills
Interview the user relentlessly about a plan or design.
Write and edit prose in a plain style: simple everyday words, complete sentences, no dashes, no jargon, no analogies, no filler, and full clear explanations. Use this whenever the user ask you to draft or revise documents, reports, summaries, README files, research notes, commit and PR descriptions. Also use it whenever the user asks to simplify, clean up, tighten, reword, or make writing clearer or easier to read.
Use when tasks involve reading or reviewing PDF files. Extract text directly or do visual checks by rendering pages when layout or suspected missing data.
SOC 職業分類に基づく
| name | explain-diff-html |
| description | Use when the user asks for a rich explanation of a code change, diff, branch, or PR. Produces HTML output. |
| disable-model-invocation | true |
Please make me a rich, interactive explanation of the specified code change.
It should have these sections:
Format:
YYYY-MM-DD- format, because it helps keep the files time-sorted and out of version control. For example: /tmp/2026-01-12-explanation-.html<pre> tags. If you use a custom styled div instead, it must have
white-space: pre-wrap in its CSS, or the browser will collapse all newlines into a single line.
Before saving the file, scan each code block in the HTML source and confirm its CSS includes
white-space: pre or pre-wrap.