원클릭으로
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 직업 분류 기준
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
| 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)