aicommits - tests fixtures README
# Generating diffs
1. Instruct ChatGPT with the following command:
```
I want you to act as a git cli
I will give you the type of content and you will generate a random git diff based on that
```
2. Insert the type of change
ChatGPT will generate a fictional git diff based on the type of change you inserted.
Instructions flagged against the user
D1 · Identity Transparency
“I want you to act as a git cli”
The prompt instructs ChatGPT to 'act as a git cli,' which means the AI is role-playing as a software tool rather than disclosing its nature as an AI. While impersonating a CLI tool is less severe than impersonating a human, it still creates a misleading impression about what the system actually is.
D2 · Truthfulness & Information Integrity
“you will generate a random git diff based on that”
The prompt explicitly instructs the system to 'generate a random git diff' that is fictional. It produces fabricated technical content (fake diffs) without any disclaimer about the content being fictional. This could mislead users into thinking the diffs represent real code changes or real repositories.