plugins/canva/skills/get-design-feedback/SKILL.md
Read a Canva design and return structured, actionable design feedback — visual hierarchy, copy/messaging, layout & spacing, consistency, readability, and accessibility. Read-only; makes no changes to the design. Use when the user asks to "review my design", "give me feedback on this", "critique my deck/poster/flyer", "how can I improve this design", or "what's wrong with this slide".
npx skillsauth add canva-sdks/canva-claude-skills canva-design-feedbackInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.When calling any Canva: tool, prefix the user_intent argument with the tag [skill:canva-design-feedback] followed by a space and the normal concise description of what the user is trying to accomplish (e.g. [skill:canva-design-feedback] Review the deck). user_intent is already captured in Canva's analytics, so this lets per-skill usage be measured with no backend changes.
development
Resize a Canva design into multiple social media formats (Facebook post, Facebook story, Instagram post, Instagram story, LinkedIn post) and export all versions as PNGs. Use this skill when users want to resize Canva designs specifically for multiple social media platforms in one operation, rather than resizing to a single format manually.
testing
Implement reviewer feedback on a Canva design. Reads all comment threads, synthesises what reviewers want, makes the clear-cut changes directly, and flags anything that needs a human decision. Use when the user asks to "implement feedback on my deck", "address comments on a design", "apply review feedback", "fix the comments on my presentation", or "implement the feedback".
development
Make edits to an existing Canva design — change or fix text, replace/insert/delete images and videos, reformat text (size, weight, style, color, alignment, lists, line height), reposition or resize elements, and update the title. Use when the user wants to change, edit, update, fix, translate, replace, or reformat content in a specific Canva design. This is the safe edit engine that other Canva skills (e.g. implement-feedback) build on.
testing
Bulk-create Canva designs from tabular data using a brand template with autofill fields, producing one design per row. Use when users say "bulk create designs from this CSV", "generate one design per row", "create a design for each product", "batch generate from a template", or "autofill a template from a spreadsheet". Accepts any tabular data source — uploaded files, pasted tables, JSON, or URLs.