Add GitHub Action to sync design standards and design-audit skill#1718
Add GitHub Action to sync design standards and design-audit skill#1718Copilot wants to merge 6 commits into
Conversation
Agent-Logs-Url: https://github.com/meshtastic/Meshtastic-Apple/sessions/fe01b81f-3dc1-41c9-b3b9-56a5be61eed0 Co-authored-by: garthvh <1795163+garthvh@users.noreply.github.com>
Agent-Logs-Url: https://github.com/meshtastic/Meshtastic-Apple/sessions/fe01b81f-3dc1-41c9-b3b9-56a5be61eed0 Co-authored-by: garthvh <1795163+garthvh@users.noreply.github.com>
|
I need to create a .skills/design-audit/SKILL.md file for the Meshtastic Apple repository in this pull request. The goal is to create a specialized agentic skill that audits the Swift/SwiftUI code against our official design standards. Requirements: Context: Direct the AI to reference the local file .standards/meshtastic_design_standards_latest.md as the source of truth. Persona: The skill should act as a 'Strict Meshtastic UI Reviewer' who values information density, outdoor legibility, and consistent spacing. Logic: Check for 'Magic Numbers' (hardcoded dp/sp values) and suggest using the theme's Padding or Typography constants. Ensure color usage matches the Meshtastic palette (especially for dark/OLED mode efficiency). Validate that touch targets for icons and buttons are at least 48dp. Output Format: The audit must be returned as a Markdown table with columns: Feature, Status (✅/ Command: Define a command /audit-ui that triggers this behavior." |
…dards Agent-Logs-Url: https://github.com/meshtastic/Meshtastic-Apple/sessions/4cab182a-0aea-4530-8003-7a475020eb3d Co-authored-by: garthvh <1795163+garthvh@users.noreply.github.com>
…t references Agent-Logs-Url: https://github.com/meshtastic/Meshtastic-Apple/sessions/4cab182a-0aea-4530-8003-7a475020eb3d Co-authored-by: garthvh <1795163+garthvh@users.noreply.github.com>
Created |
…ently Agent-Logs-Url: https://github.com/meshtastic/Meshtastic-Apple/sessions/79695d46-a57d-4e7d-911a-9133739c46af Co-authored-by: garthvh <1795163+garthvh@users.noreply.github.com>
…ons.md Agent-Logs-Url: https://github.com/meshtastic/Meshtastic-Apple/sessions/79695d46-a57d-4e7d-911a-9133739c46af Co-authored-by: garthvh <1795163+garthvh@users.noreply.github.com>
sync_design_standards.ymlworkflow to mirror design standards frommeshtastic/design.skills/design-audit/SKILL.mdagentic skill for auditing Swift/SwiftUI code against design standards.standards/meshtastic_design_standards_latest.mdper reviewer request.github/copilot-instructions.mdwith new expert developer text_latest.mdfilename for consistency