ワンクリックで
markdown-formatting
Format AI outputs into consistent, readable Markdown for PRs, issues, docs, and notes
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Format AI outputs into consistent, readable Markdown for PRs, issues, docs, and notes
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | markdown-formatting |
| description | Format AI outputs into consistent, readable Markdown for PRs, issues, docs, and notes |
| instructions | When formatting output as polished Markdown for pull requests, issues, documentation, or notes |
| tags | ["formatting","markdown","documentation","pr-description","issues"] |
Apply consistent Markdown formatting to all outputs. Structure content for readability and professionalism.
Activate when producing:
# Title (standalone documents only)
Brief summary or TL;DR (1-2 sentences)
## Section Heading
Content organized by topic...
## for main sections (reserve # for document title)### sparingly for subsections## to ####)- for unordered lists (not *)1. for ordered/sequential stepscommands, filenames, variablestypescript, bash, ```json[installation guide](url) not [click here](url)#123 format## Summary
[One-line description of the change]
## Changes
- [Change 1]
- [Change 2]
## Test Plan
- [ ] [Test case 1]
- [ ] [Test case 2]
## Problem
[What is wrong or missing]
## Steps to Reproduce
1. [Step 1]
2. [Step 2]
## Expected
[What should happen]
## Actual
[What actually happens]
*, -, + mixed)Generate Mermaid architecture diagrams showing system components, layers, and data flows
Proactively identify at-risk issues and PRs: stale items, blocked work, deadline risks, scope creep, and unassigned high-priority items
Extract common questions from closed GitHub issues and generate an FAQ document with answers
Search project notes by topic, synthesize findings into a consolidated summary with cross-references
Proactively identify information gaps in project context and generate actionable questions to surface missing requirements, unclear specifications, or documentation gaps
Generate Mermaid dependency graphs showing issue relationships, blocking chains, and critical paths