Issues → AI Instructions
Extension Actions
Copy code analysis issues as Markdown instructions ready to paste into an AI coding agent.
Tired of copying issues one by one into your AI coding agent? This extension adds a single button to your code analysis issues page that captures everything visible — grouped by file, with line numbers, severity, type and effort — as a clean Markdown prompt.
**How it works**
Open your project's issues page, apply any filters you want, then click "Copy issues as Markdown". The extension reads every issue on the page and copies a structured Markdown document to your clipboard. Switch to your AI agent and paste. Done.
**What gets copied**
- A ready-to-use instruction telling the AI to fix each issue without changing observable behaviour
- Every visible issue, grouped by file
- File path and exact line number for each issue
- Issue message, type (Bug / Code Smell / Vulnerability), severity, clean code category, estimated fix effort, and tags
**Why it saves time**
Manual copy-paste is slow and loses context. When you paste a structured prompt the AI knows exactly which file to open, which line to look at, and what the problem is. It can work through a full list in one go instead of requiring back-and-forth for each issue.
**Works with any AI coding agent**
The output is plain Markdown. Paste it into Cursor, GitHub Copilot Chat, Claude, ChatGPT, or any other tool that accepts text input.
**Filter first, then copy**
Use the built-in filters on the issues page to focus on what matters — only bugs, only a specific severity, only a particular file. The extension copies exactly what the page shows, nothing more.
**Privacy**
The extension reads the issues page and writes to your clipboard. It makes no network requests and sends no data anywhere.