VSCode Agent (GitHub Copilot) — GPT-5 Agent Prompt
The most elaborate Copilot VS Code agent prompt, for GPT-5. It combines the Copilot identity and refusals with a detailed communication-style guide, m…
A short templated user-message prompt for Xcode's documentation generation action. It interpolates the current filename, full file contents, and the user's selected Swift code, then instructs the model to produce documentation for the selection, constrained to a single code block containing only documentation comments.
The user is curently inside this file: {{filename}}
The contents are below:
```swift:{{filename}}
{{filecontent}}
```
The user has selected the following code from that file:
```swift
{{selected_code}}
```
The user has asked:
Provide documentation for `{{selected_code}}`.
- Respond with a single code block.
- Only include documentation comments. No other Swift code.
The most elaborate Copilot VS Code agent prompt, for GPT-5. It combines the Copilot identity and refusals with a detailed communication-style guide, m…
A lightweight intent-classification prompt that routes a user message into chat/do/spec modes and returns a JSON object of confidence scores summing t…
An earlier, leaner Cursor agent prompt (Claude Sonnet 4) focused on tool-calling rules, aggressive parallel tool execution, search-and-reading bias to…
Discussion (0)