chore(skills): add prose components definition#6423
Conversation
📝 WalkthroughWalkthroughUpdated project docs and config for Nuxt UI Prose/Markdown rendering: (1) added Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🧹 Nitpick comments (1)
skills/nuxt-ui/SKILL.md (1)
86-86: ⚡ Quick winRoute “Render markdown” to the prose component index as well.
Line 86 currently maps to
component-selection, docs, but this PR’s new prose component catalog lives inreferences/components.md; includingcomponentshere makes the routing table directly actionable for component lookup.Suggested edit
-| Render markdown | component-selection, docs | +| Render markdown | component-selection, components |🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@skills/nuxt-ui/SKILL.md` at line 86, Update the routing table row for "Render markdown" so it includes the prose component catalog tag; locate the table row containing the text "Render markdown" (currently mapping to "component-selection, docs") and add "components" to the comma-separated list so the entry becomes "component-selection, docs, components"; ensure spacing and punctuation match the surrounding table format.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@skills/nuxt-ui/references/guidelines/component-selection.md`:
- Line 88: Update the sentence to use "Markdown" with a capital M for
consistency; specifically change the lowercase "markdown" in the sentence
referencing Comark/ComarkRenderer and Prose components (mentions of Comark,
<ComarkRenderer>, <Comark>, and "Prose" components) so it reads "When rendering
Markdown (for instance with Comark), **prefer Prose components**…" ensuring all
occurrences in that sentence use the capitalized term.
---
Nitpick comments:
In `@skills/nuxt-ui/SKILL.md`:
- Line 86: Update the routing table row for "Render markdown" so it includes the
prose component catalog tag; locate the table row containing the text "Render
markdown" (currently mapping to "component-selection, docs") and add
"components" to the comma-separated list so the entry becomes
"component-selection, docs, components"; ensure spacing and punctuation match
the surrounding table format.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 01f93bf3-a805-4300-b3a8-564fdf1162b7
📒 Files selected for processing (4)
.gitignoreskills/nuxt-ui/SKILL.mdskills/nuxt-ui/references/components.mdskills/nuxt-ui/references/guidelines/component-selection.md
commit: |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@skills/nuxt-ui/references/components.md`:
- Line 158: In the sentence starting "Standard Markdown elements auto-resolved
by Comark/Content/MDC..." replace the lowercase word "markdown" with the
capitalized proper noun "Markdown" for consistency; locate that sentence
(references: Comark/Content/MDC, the `::` prefix remark, and
appConfig.ui.prose.<name>) and update the casing only.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: d8d1f34a-8b3c-4e9b-824e-b23a33befe74
📒 Files selected for processing (3)
skills/nuxt-ui/SKILL.mdskills/nuxt-ui/references/components.mdskills/nuxt-ui/references/guidelines/component-selection.md
✅ Files skipped from review due to trivial changes (1)
- skills/nuxt-ui/references/guidelines/component-selection.md
🚧 Files skipped from review as they are similar to previous changes (1)
- skills/nuxt-ui/SKILL.md
Improve skills for prose components.
Usage in comarkdown/comark#172