|
4 | 4 |  |
5 | 5 |  |
6 | 6 |  |
| 7 | + |
7 | 8 |  |
8 | 9 |
|
9 | 10 | > A curated, battle-tested collection of **master prompts** for asking an AI assistant |
10 | | -> (built for **Claude Fable 5** and other Claude models) to review your code across the |
| 11 | +> (built for **Claude Fable 5** and compatible with any frontier model — GPT-5.x, Gemini, |
| 12 | +> Grok, and more) to review your code across the |
11 | 13 | > dimensions that actually matter: **security, cybersecurity, performance, accessibility, |
12 | 14 | > usability/UX, testing, AI/LLM safety, and code quality**. |
13 | 15 | > |
@@ -53,6 +55,23 @@ This repo gives you those prompts, ready to paste, for any project and any langu |
53 | 55 | > 💡 Every master prompt ends by asking the model to request up to 3 clarifying questions |
54 | 56 | > before reviewing — so it gathers context instead of guessing. |
55 | 57 |
|
| 58 | +## 🤖 Model compatibility |
| 59 | + |
| 60 | +Every prompt here is **plain text** — nothing is hard-wired to one vendor. The collection is |
| 61 | +authored and tuned against **Claude Fable 5** (the recommended default), and the same prompts |
| 62 | +work with any other frontier model that can follow a structured instruction set. |
| 63 | + |
| 64 | +| Model | How to use it | |
| 65 | +|---|---| |
| 66 | +| **Claude Fable 5** — *recommended* | The default these prompts are tuned for. Paste the `text` block, then your diff. | |
| 67 | +| Claude Opus 4.x / Sonnet | Same Claude family; drop-in. | |
| 68 | +| OpenAI GPT-5.x | Drop-in; paste the same `text` block. | |
| 69 | +| Google Gemini | Drop-in; give explicit scope on large diffs. | |
| 70 | +| xAI Grok · DeepSeek · other frontier models | Work with the same prompts; keep the clarifying-questions step. | |
| 71 | + |
| 72 | +> 💡 The prompts don't depend on any model-specific feature. If a model reliably respects the |
| 73 | +> **Output contract** and asks the **clarifying questions**, you'll get comparable results. |
| 74 | +
|
56 | 75 | ## Language convention |
57 | 76 |
|
58 | 77 | Every file is **English by default** (`name.md`) with a Spanish counterpart |
|
0 commit comments