What problem does it solve? Chapters often contain inconsistent admonitions—emoji-only notes, blockquotes, GitHub alerts, or inline-styled divs—that render unpredictably and confuse readers. This Skill enforces one canonical HTML callout format with a fixed emoji legend, CSS classes, and density rules so every callout is consistent, accessible, and instructionally purposeful. ## Core Features & Use Cases - Canonical Callout Generation: Produces <div class="callout type"> blocks with the correct emoji, label, headline, and body for 16 callout types including Tip, Warning, Definition, and Business Insight. - Legacy Conversion: Converts emoji-only notes, blockquotes, GitHub alert syntax (> [!NOTE]), and inline-styled divs into class-based callouts. - Chapter Auditing: Checks callout density, placement, label consistency, and accessibility against a defined checklist. - Use Case: While editing a database textbook chapter, convert a blockquote warning about DROP TABLE into a canonical warning callout and audit the section for callout overuse. ## Quick Start Convert the blockquote warnings in chapter 3 of my BITM330 Markdown file into canonical HTML callouts and audit the chapter for callout overuse.