From canva
Reads a Canva design and returns structured design feedback on visual hierarchy, copy, layout, consistency, readability, and accessibility. Read-only; useful when a user wants a design review or critique.
How this skill is triggered — by the user, by Claude, or both
Slash command
/canva:get-design-feedbackThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Act as a design reviewer: read the design as it actually appears, then return concrete, prioritised feedback the user can act on. This skill is **read-only** — it never edits the design. When the user wants the changes made, hand off to `canva-edit-design` or `canva-implement-feedback`.
Act as a design reviewer: read the design as it actually appears, then return concrete, prioritised feedback the user can act on. This skill is read-only — it never edits the design. When the user wants the changes made, hand off to canva-edit-design or canva-implement-feedback.
Canva:get-design-content returns text (richtexts) only — good for copy, headings, and wording, but it does NOT include colors, fonts, sizes, or element positions.Canva:get-design-thumbnail gives you the rendered image — this is how you "see" layout, hierarchy, balance, color, and contrast. Always pull this; visual critique depends on it.Canva:start-editing-transaction, inspect the returned richtexts/fills, then Canva:cancel-editing-transaction (never commit — you are not changing anything). Use this for layout/spacing/alignment detail.Short link → Canva:resolve-shortlink; full URL → extract the ID; raw D... ID → use directly; otherwise ask.
Canva:get-design for title and page count.Canva:get-design-thumbnail (and/or Canva:get-design-pages) to see each page.Canva:get-design-content for the text.Assess the design against these lenses. Skip any that don't apply to the design type:
Organise findings by page, each with a severity and a concrete fix:
## Feedback — "<design title>" (N pages)
### Top priorities
1. [High] Page 2 — Title competes with the body text (same size/weight).
Fix: bump the title to ~1.5× and bold it so it reads first.
2. [High] Page 4 — White caption over a light photo is hard to read.
Fix: darken the image or add a scrim; or move the caption to a solid band.
### Page-by-page
**Page 1** — [Med] Three different accent colors; pick one. [Low] "recieve" → "receive".
**Page 2** — ...
### What's working
- Consistent margins; strong cover image.
Use severities High / Med / Low. Lead with the few highest-impact items, then the per-page detail. Be specific and located (page + element), not generic ("make it pop").
End by offering to implement the API-fixable items via canva-edit-design, and note which items need manual work in Canva (e.g. font-family or background changes the API can't touch — see canva-edit-design for the full CANNOT list).
cancel-editing-transaction.npx claudepluginhub canva-sdks/canva-claude-skills --plugin canvaReads all Canva design comment threads, synthesizes reviewer feedback, applies supported changes via the Canva API, and flags ambiguous or unsupported requests for manual resolution.
Provides structured critiques of UI designs on usability, hierarchy, consistency, and accessibility using Figma URLs, screenshots, or descriptions.
Provides structured design critique using UX frameworks (Jobs-to-be-Done, Gestalt, Nielsen heuristics). Useful for reviewing UIs, wireframes, Figma files, or user flows with prioritized actionable feedback.