ワンクリックで
conversation-json-to-md-cn
当用户需要将聊天导出 JSON 拆分为按会话保存的 Markdown,并保留用户与助手问答结构时使用。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
当用户需要将聊天导出 JSON 拆分为按会话保存的 Markdown,并保留用户与助手问答结构时使用。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when creating one local Git commit without pushing. Supports diff-based Conventional Commit type/scope/message generation, staged or requested change handling, segmented commit bodies for non-trivial changes, and safe commit-only workflows. Trigger for requests such as "commit this", "create a commit", "commit current changes without pushing", or local-only handoff.
Use when committing and pushing current changes on one branch with a Conventional Commit message. Supports diff-based type/scope/message generation, staged or requested change handling, segmented commit bodies for non-trivial changes, and safe single-branch push handling.
当用户只需要创建一个本地 Git 提交且不推送时使用。支持基于 diff 自动判断 Conventional Commit 的 type/scope/summary、处理已暂存或用户要求的改动范围、为非简单改动生成分段提交正文,并执行安全的仅提交工作流。适用于“提交当前改动”“只 commit 不 push”“创建一个本地提交”等请求。
当用户需要在当前单分支提交并推送改动,并生成 Conventional Commit 信息时使用。支持基于 diff 自动判断 type/scope/summary、处理已暂存或用户要求的改动范围、为非简单改动生成分段提交正文,并安全处理单分支推送。
Use when creating, critiquing, or iterating logo and brand-mark concepts through a designer-distillation board, including brand intake, public-source designer lenses, concept territories, visual prompts, and logo quality scoring.
当用户需要用设计师人格蒸馏、品牌策略、概念方向、视觉提示词和质量评分来设计、评审或迭代 Logo 与品牌标识时使用。
| name | conversation-json-to-md-cn |
| description | 当用户需要将聊天导出 JSON 拆分为按会话保存的 Markdown,并保留用户与助手问答结构时使用。 |
将用户提供的聊天导出 JSON 转换为多个结构清晰的 Markdown 文件,并统一为问答结构。流程会按会话拆分文件,只保留用户与助手问答,保留回答中的 Markdown,并在导出后做一次命名和标题结构的二次整理。
当用户有以下需求时使用本技能:
.md回答以下场景不应使用本技能:
## <问题文本>### 回答脚本可识别以下常见格式:
mapping/root/children/fragmentsdata[].chat.messages[] + content_list(优先 phase=answer)list[{ name, chat_messages: [...] }]messages/history/conversations/dialog/turnsquestion-answer、prompt-response、input-output如果结构无法识别,停止并让用户提供样例片段,再扩展解析规则。
python3 scripts/convert_conversations.py \
--input /path/to/<用户提供>.json \
--output-dir /path/to/conversations_md \
--clean
# <会话标题>
## <用户问题1>
### 回答
<助手回答 Markdown>
## <用户问题2>
### 回答
<助手回答 Markdown>
导出后,对输出目录执行二次格式化:
(2)、 (3) 序号# <会话标题>### 回答## REQUEST / ## RESPONSE### 回答