When a project has the Supabase integration connected, the build details page (expo.dev → Project → Builds → [build]) shows Supabase advisors (security and performance findings). Unlike the regular build logs, these advisors can't be copied easily, so sharing or acting on them means retyping or awkwardly selecting text.
Proposal:
Add a "Copy as Markdown" button to the Supabase advisors section that copies all findings to the clipboard as Markdown:
  • Grouped by category (e.g.
    ## Security
    ,
    ## Performance
    )
  • Each finding with its level (error/warning/info), title, description, and affected object (table, function, policy)
  • Remediation links preserved
  • Optionally, a copy button on each individual finding as well
Why:
  • Makes it easy to paste advisor findings into GitHub issues, PRs, Slack, or Discord
  • Lets developers hand findings straight to AI coding assistants to fix
  • Build logs already support copying, so the advisors section feels inconsistent without it