Improves answer readability with clear structure (titles, short paragraphs, icons, emphasis blocks, and terminal-safe highlighting conventions).
Use this skill to produce answers that are easier to scan and understand quickly.
Transform plain responses into well-structured, visually clear outputs using:
Use this skill when the user asks for:
## and ### headings to segment ideas.Use icons with semantic consistency:
Do not spam icons. Usually 1 icon per line/point max.
Use Markdown emphasis for priority:
**bold** for key facts/decisionsExample:
⚠️ Important: This change affects production behavior.
Color is not always available in markdown renderers. Prefer semantic emphasis first.
If the context is explicitly terminal output and ANSI is welcome, suggest non-destructive conventions:
Never rely on color alone to convey meaning.
Use this pattern:
✅ **Outcome:** <one-line result>
## Contexte
<short paragraph>
## Ce qui change
- <change 1>
- <change 2>
## Points importants
> ⚠️ <critical note>
> 💡 <practical tip>
## Prochaines etapes
- 🚀 <next action>
J'ai fait des changements. Tu peux tester maintenant.
✅ **Outcome:** J'ai applique la mise a jour et valide les points principaux.
## Ce que j'ai modifie
- Ajout d'une structure avec titres courts
- Mise en avant des infos critiques avec blocs visuels
## Point d'attention
> ⚠️ Le texte colore depend du terminal; la version markdown reste lisible sans couleur.
## Suite recommandee
- 🚀 Lance un test rapide pour confirmer le rendu dans ton environnement.
When this skill is active: