design-audit

Audit the Resend dashboard for design-system conformance and generate a JSON report.

39|3|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/resend/design-skills --skill design-audit-resend
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-audit
Source: https://github.com/resend/design-skills/tree/main/design-audit
Command: npx skills add https://github.com/resend/design-skills --skill design-audit-resend

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Audits the Resend dashboard for design system alignment and documentation coverage without modifying any source files or opening PRs.

Core Features & Use Cases

  • Load context from internal design metadata to understand ignore lists and documented components.
  • Run rubric checks across dashboard files and ensure consistency with the design system.
  • Build a structured report and deliver issues for Linear integration without touching source code.

Quick Start

Trigger the design-audit skill by saying "audit design" or by the weekly schedule.

Frequently Asked Questions about design-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit dashboard design system alignment without modifying source files?

A read-only design system audit inspects dashboard source files for conformance and documentation coverage, generating a structured JSON report of findings and Linear-ready tickets without modifying source files.

Can I automatically generate Linear tickets from a design system lint report?

Yes, the audit compiles rubric violations and errors into a structured JSON report containing Linear-ready ticket sets, enabling direct issue tracking integration without manual formatting.

Does the design audit enforce custom rubric rules for dashboard components?

Yes, the audit enforces rubric rules from reference markdown files, cross-checking dashboard components against the design system to identify violations, errors, and pattern candidates.

How do I check UI documentation coverage for a design system?

Check UI documentation coverage by scanning the UI source directory to identify undocumented components, comparing implemented elements against documented design system metadata to ensure complete coverage.

Can I run a weekly scheduled design system lint check on my dashboard?

Yes, trigger the design system audit on a weekly schedule to continuously monitor dashboard alignment, automatically generating JSON reports of rubric violations and Linear-ready tickets.

What is a read-only design audit and when do I need it?

A read-only design audit evaluates codebase alignment against a design system without opening PRs or touching source files, needed when verifying compliance and preparing issue tickets for manual review.