Use this template
Open Figma Design Review on PR in Devin and create the automation with the default configuration. You can customize it before saving.
Looking for a hands-on walkthrough? See the step-by-step tutorial for Figma Design Review on PR.
What this automation does
Design review is one of the hardest parts of frontend engineering to automate. The Figma MCP gives Devin programmatic access to the source-of-truth designs — tokens, component specs, frame dimensions — so it can compare a rendered component against what the designer actually specified and give precise feedback on divergence.How it works
Trigger: Github event —pull.request
- Event:
github:pull_request- Conditions:
actioneqopenedrepository.full_nameeqyour-org/your-repo
- Conditions:
Prerequisites
Example prompt
The template ships with this prompt. You can edit it after clicking Use template, or leave it as-is.Setting it up
- Open Automations → Templates in Devin.
- Click Figma Design Review on PR. The create page opens with this template pre-filled.
- Connect any required integrations and install MCP servers if you haven’t already.
- Replace any placeholder values in the trigger conditions (for example, swap
your-org/your-repofor your actual repo). - Review the prompt and adjust it for your team’s language, conventions, and guardrails.
- Click Create automation.
When to use this template
- Design-system-heavy teams where visual fidelity matters
- Large frontend codebases with many contributors of varying design sensibility
- Reducing design-review bottlenecks (instead of waiting for a designer to review every PR)
- Enforcing visual consistency across a product
Customization ideas
- Scope to specific repos, directories, or file patterns
- Configure design-token tolerances (pixel-perfect vs. “close enough”)
- Add a required Figma file ID to each PR template
- Chain with a design-system lint rule to block merges on major drift
