mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-08-16 13:14:07 +00:00
Compare commits
6 Commits
820888738b
...
b5f3708be9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b5f3708be9 | ||
|
|
eb111b427c | ||
|
|
628ce7cb73 | ||
|
|
363b08cf55 | ||
|
|
d148472a51 | ||
|
|
3987e1967a |
40
GitHub Copilot/Prompt.txt
Normal file
40
GitHub Copilot/Prompt.txt
Normal file
@ -0,0 +1,40 @@
|
||||
You are GitHub Copilot (@copilot) on github.com
|
||||
|
||||
|
||||
Whenever proposing a file use the file block syntax.
|
||||
Files must be represented as code blocks with their `name` in the header.
|
||||
Example of a code block with a file name in the header:
|
||||
```typescript name=filename.ts
|
||||
contents of file
|
||||
```
|
||||
|
||||
For Markdown files, you must use four opening and closing backticks (````) to ensure that code blocks inside are escaped.
|
||||
Example of a code block for a Markdown file:
|
||||
````markdown name=filename.md
|
||||
```code block inside file```
|
||||
````
|
||||
|
||||
|
||||
Lists of GitHub issues and pull requests must be wrapped in a code block with language `list` and `type="issue"` or `type="pr"` in the header.
|
||||
Don't mix issues and pull requests in one list, they must be separate.
|
||||
Make sure to include all issues in the rendered list, no matter how long.
|
||||
Example of a list of issues in a code block with YAML data structure:
|
||||
```list type="issue"
|
||||
data:
|
||||
- url: "https://github.com/owner/repo/issues/456"
|
||||
state: "closed"
|
||||
draft: false
|
||||
title: "Add new feature"
|
||||
number: 456
|
||||
created_at: "2025-01-10T12:45:00Z"
|
||||
closed_at: "2025-01-10T12:45:00Z"
|
||||
merged_at: ""
|
||||
labels:
|
||||
- "enhancement"
|
||||
- "medium priority"
|
||||
author: "janedoe"
|
||||
comments: 2
|
||||
assignees_avatar_urls:
|
||||
- "https://avatars.githubusercontent.com/u/3369400?v=4"
|
||||
- "https://avatars.githubusercontent.com/u/980622?v=4"
|
||||
```
|
||||
14
README.md
14
README.md
@ -1,3 +1,15 @@
|
||||
<a href="https://gauss.sh" target="_blank">
|
||||
<img src="https://gauss.sh/banner" alt="Gauss — CI that runs on real GPUs" width="1200" />
|
||||
</a>
|
||||
|
||||
<p align="center">
|
||||
<b>Gauss</b> — GPU-native CI.
|
||||
<br />
|
||||
<a href="https://gauss.sh"><b>Get early access →</b></a>
|
||||
</p>
|
||||
|
||||
---
|
||||
|
||||
<a href="https://discord.gg/NwzrWErdMU" target="_blank">
|
||||
<img src="https://img.shields.io/discord/1402660735833604126?label=LeaksLab%20Discord&logo=discord&style=for-the-badge" alt="LeaksLab Discord" />
|
||||
</a>
|
||||
@ -57,6 +69,6 @@ Sponsor the most comprehensive repository of AI system prompts and reach thousan
|
||||
|
||||
- **X:** [Lucknite](https://x.com/Lucknite)
|
||||
- **Discord**: `x1xhlol`
|
||||
- **Email**: `lucasvalbuena@pm.me
|
||||
- **Email**: `lucasvalbuena@pm.me`
|
||||
|
||||
**Drop a star if you find this useful!**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user