Skip to content

Instantly share code, notes, and snippets.

View alexandregme's full-sized avatar
🌱
stay true

Alexandre Mendes alexandregme

🌱
stay true
View GitHub Profile
@alexandregme
alexandregme / bruno-scan-prompt.md
Created March 25, 2026 19:20
Bruno API Collection Generator. AI prompt to scan codebases and generate Bruno collections

Bruno API Collection Generator

Scan any codebase and generate a complete, executable Bruno API collection using AI. Works with ChatGPT, Claude, Gemini, or any local model. Copy the full prompt below, paste it into any AI model along with your source files, and get organized .bru files back.

What it does: Finds every HTTP call in your project (fetch, axios, GraphQL), extracts methods, URLs, headers, bodies, and generates a fully organized Bruno collection with environments, authentication, and documentation. Ready to drop into your repo and start testing.

How to use: Scroll down, copy everything inside the code block, paste it into the AI along with your source code.