💡 How to use these prompts:
Replace everything in [BRACKETS] with your specific details before sending.
Click Copy to copy any prompt to your clipboard instantly.
I want to find out how much local state my AI coding tool is holding.<br/><br/>Give me shell commands for [macOS or Linux or Windows] that list every directory under my home folder matching common AI tool cache locations, sorted by size, largest first.<br/><br/>Include hidden directories. Do not delete anything. Output the commands only, one per line, with a short comment above each.
I found a directory at [path] belonging to my AI coding tool. It contains [describe files].<br/><br/>Tell me how to determine, without deleting anything, whether these files are local cache or staged uploads. What file types, naming patterns, manifest files or metadata would distinguish the two?<br/><br/>Give me read-only commands only.
I want to record every outbound network request my AI coding tool makes during the first 60 seconds after launch, before I type any prompt.<br/><br/>Give me a method for [macOS or Linux or Windows] that captures destination hosts, request sizes and paths. Free tools only.<br/><br/>Explain how to tell a model API call apart from a bulk upload based on what I will see.
My AI coding tool has access to the folder [path]. That folder contains a .git directory.<br/><br/>Help me work out whether the tool treats .git as part of the workspace. What would I look for in its configuration, its ignore rules, its documentation, and in the sizes of anything it stages locally?<br/><br/>Also tell me what is in .git/objects and .git/lfs that would not be in my working tree.
I need to find secrets committed anywhere in this repository history, including in commits where the file was later deleted.<br/><br/>Give me commands that scan the full history rather than the current working tree. Cover API keys, tokens, private keys, connection strings and .env files.<br/><br/>Then tell me how to determine which of those are still valid and need rotating.
I ran an AI coding tool that uploaded repository data including full Git history. The affected repository belongs to a client.<br/><br/>Draft a short factual notification to that client. State what happened, what data was in scope, what I have rotated, and what I cannot verify.<br/><br/>No apology paragraph. No speculation about intent. Plain language, under 200 words.