Skip to content

Commit ca04350

Browse files
committed
Release 0.4.0: model compatibility (Claude Fable 5 + frontier models)
Document that the prompts are plain-text and model-agnostic: add a Model compatibility section and a models badge to both READMEs, reframe the tagline and how-to-use quick start, and record it in CHANGELOG/ROADMAP (EN/ES). No change to what any prompt asks for.
1 parent b0032d6 commit ca04350

8 files changed

Lines changed: 87 additions & 6 deletions

File tree

CHANGELOG-ES.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@ y este proyecto sigue [Versionado Semántico](https://semver.org/lang/es/).
1717

1818
_Nada por ahora. Propón añadidos mediante un pull request — consulta [`CONTRIBUTING.md`](./CONTRIBUTING.md)._
1919

20+
## [0.4.0] — 2026-07-16
21+
22+
Amplía el posicionamiento de la colección. Son prompts de texto plano y agnósticos del modelo, y la documentación ahora lo deja explícito: están ajustados para **Claude Fable 5** y son compatibles con cualquier otro modelo frontera.
23+
24+
### Añadido
25+
26+
- **Sección "Compatibilidad de modelos"** en `README.md` / `README-ES.md`, documentando que los prompts funcionan con **Claude Fable 5** (recomendado por defecto), **Claude Opus 4.x / Sonnet**, **OpenAI GPT-5.x**, **Google Gemini**, **xAI Grok**, **DeepSeek** y otros modelos frontera.
27+
- **Badge `models`** en ambos READMEs.
28+
29+
### Cambiado
30+
31+
- Reformulado el subtítulo de README / README-ES y el inicio rápido de la guía de uso: de "pensado para Claude" a "pensado para **Claude Fable 5** y compatible con cualquier modelo frontera" — sin cambios en lo que pide ningún prompt.
32+
2033
## [0.3.0] — 2026-07-04
2134

2235
Cinco stacks nuevos y una nueva dimensión. Crece la colección hasta 39 prompts maestros (9 generales, 14 lenguajes, 16 frameworks).
@@ -59,7 +72,8 @@ Primera versión pública: una colección curada y bilingüe (EN/ES) de prompts
5972
- **Documentación**: `README.md` / `README-ES.md`, una guía de uso (`docs/how-to-use.md` / `docs/how-to-use-ES.md`) y `CONTRIBUTING.md` con la convención de dos ficheros por prompt y las reglas de estilo.
6073
- **Andamiaje del proyecto**: `LICENSE` MIT, `.gitignore` y una plantilla de issue de GitHub para proponer nuevos complementos de stack.
6174

62-
[Sin publicar]: https://github.com/dcarrero/awesome-code-review-prompts/compare/v0.3.0...HEAD
75+
[Sin publicar]: https://github.com/dcarrero/awesome-code-review-prompts/compare/v0.4.0...HEAD
76+
[0.4.0]: https://github.com/dcarrero/awesome-code-review-prompts/compare/v0.3.0...v0.4.0
6377
[0.3.0]: https://github.com/dcarrero/awesome-code-review-prompts/compare/v0.2.0...v0.3.0
6478
[0.2.0]: https://github.com/dcarrero/awesome-code-review-prompts/compare/v0.1.0...v0.2.0
6579
[0.1.0]: https://github.com/dcarrero/awesome-code-review-prompts/releases/tag/v0.1.0

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717

1818
_Nothing yet. Propose additions via a pull request — see [`CONTRIBUTING.md`](./CONTRIBUTING.md)._
1919

20+
## [0.4.0] — 2026-07-16
21+
22+
Broadens the collection's positioning. These are plain-text, model-agnostic prompts, and the docs now make that explicit: they are tuned against **Claude Fable 5** and compatible with any other frontier model.
23+
24+
### Added
25+
26+
- **"Model compatibility" section** in `README.md` / `README-ES.md`, documenting that the prompts work with **Claude Fable 5** (recommended default), **Claude Opus 4.x / Sonnet**, **OpenAI GPT-5.x**, **Google Gemini**, **xAI Grok**, **DeepSeek**, and other frontier models.
27+
- **`models` badge** on both READMEs.
28+
29+
### Changed
30+
31+
- Reframed the README / README-ES tagline and the how-to-use quick start from "built for Claude" to "built for **Claude Fable 5** and compatible with any frontier model" — no change to what any prompt asks for.
32+
2033
## [0.3.0] — 2026-07-04
2134

2235
Five new stacks and a new dimension. Grows the collection to 39 master prompts (9 general, 14 languages, 16 frameworks).
@@ -59,7 +72,8 @@ First public release: a curated, bilingual (EN/ES) collection of master prompts
5972
- **Documentation**: `README.md` / `README-ES.md`, a usage guide (`docs/how-to-use.md` / `docs/how-to-use-ES.md`), and `CONTRIBUTING.md` with the two-files-per-prompt convention and style rules.
6073
- **Project scaffolding**: MIT `LICENSE`, `.gitignore`, and a GitHub issue template for proposing new stack add-ons.
6174

62-
[Unreleased]: https://github.com/dcarrero/awesome-code-review-prompts/compare/v0.3.0...HEAD
75+
[Unreleased]: https://github.com/dcarrero/awesome-code-review-prompts/compare/v0.4.0...HEAD
76+
[0.4.0]: https://github.com/dcarrero/awesome-code-review-prompts/compare/v0.3.0...v0.4.0
6377
[0.3.0]: https://github.com/dcarrero/awesome-code-review-prompts/compare/v0.2.0...v0.3.0
6478
[0.2.0]: https://github.com/dcarrero/awesome-code-review-prompts/compare/v0.1.0...v0.2.0
6579
[0.1.0]: https://github.com/dcarrero/awesome-code-review-prompts/releases/tag/v0.1.0

README-ES.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
![Prompts](https://img.shields.io/badge/prompts-39-blue)
55
![Stacks](https://img.shields.io/badge/stacks-30-orange)
66
![Idiomas](https://img.shields.io/badge/i18n-EN%20%7C%20ES-8A2BE2)
7+
![Modelos](https://img.shields.io/badge/models-Claude%20Fable%205%20%2B%20frontier-blueviolet)
78
![PRs bienvenidos](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)
89

910
> Una colección curada y probada de **prompts maestros** para pedirle a un asistente de IA
10-
> (pensado para **Claude Fable 5** y otros modelos Claude) que revise tu código en las
11+
> (pensado para **Claude Fable 5** y compatible con cualquier modelo frontera — GPT-5.x,
12+
> Gemini, Grok y más) que revise tu código en las
1113
> dimensiones que de verdad importan: **seguridad, ciberseguridad, rendimiento,
1214
> accesibilidad, usabilidad/UX, testing, seguridad IA/LLM y calidad de código**.
1315
>
@@ -56,6 +58,25 @@ Este repo te da esos prompts, listos para pegar, para cualquier proyecto y lengu
5658
> 💡 Cada prompt maestro termina pidiendo al modelo que haga hasta 3 preguntas de
5759
> clarificación antes de revisar — así reúne contexto en vez de adivinar.
5860
61+
## 🤖 Compatibilidad de modelos
62+
63+
Todos los prompts son **texto plano** — nada está atado a un proveedor concreto. La colección
64+
está escrita y ajustada para **Claude Fable 5** (el modelo recomendado por defecto), y los
65+
mismos prompts funcionan con cualquier otro modelo frontera capaz de seguir un conjunto de
66+
instrucciones estructurado.
67+
68+
| Modelo | Cómo usarlo |
69+
|---|---|
70+
| **Claude Fable 5***recomendado* | El modelo para el que están ajustados. Pega el bloque `text` y luego tu diff. |
71+
| Claude Opus 4.x / Sonnet | Misma familia Claude; intercambiable. |
72+
| OpenAI GPT-5.x | Intercambiable; pega el mismo bloque `text`. |
73+
| Google Gemini | Intercambiable; da alcance explícito en diffs grandes. |
74+
| xAI Grok · DeepSeek · otros modelos frontera | Funcionan con los mismos prompts; conserva el paso de preguntas de clarificación. |
75+
76+
> 💡 Los prompts no dependen de ninguna función específica de un modelo. Si el modelo respeta
77+
> el **Contrato de salida** y hace las **preguntas de clarificación**, obtendrás resultados
78+
> comparables.
79+
5980
## Convención de idioma
6081

6182
Cada fichero está **en inglés por defecto** (`nombre.md`) con su equivalente en español

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
![Prompts](https://img.shields.io/badge/prompts-39-blue)
55
![Stacks](https://img.shields.io/badge/stacks-30-orange)
66
![Languages](https://img.shields.io/badge/i18n-EN%20%7C%20ES-8A2BE2)
7+
![Models](https://img.shields.io/badge/models-Claude%20Fable%205%20%2B%20frontier-blueviolet)
78
![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)
89

910
> 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
1113
> dimensions that actually matter: **security, cybersecurity, performance, accessibility,
1214
> usability/UX, testing, AI/LLM safety, and code quality**.
1315
>
@@ -53,6 +55,23 @@ This repo gives you those prompts, ready to paste, for any project and any langu
5355
> 💡 Every master prompt ends by asking the model to request up to 3 clarifying questions
5456
> before reviewing — so it gathers context instead of guessing.
5557
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+
5675
## Language convention
5776

5877
Every file is **English by default** (`name.md`) with a Spanish counterpart

ROADMAP-ES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ conserva el footer de autor, actualiza el changelog bajo `[Sin publicar]` y pasa
4444

4545
→ La colección ahora tiene 39 prompts maestros (9 generales, 14 lenguajes, 16 frameworks).
4646

47+
## 0.4.0 — Compatibilidad de modelos ✅ publicado
48+
49+
- Documentado que los prompts son agnósticos del modelo: una sección **"Compatibilidad de
50+
modelos"** en ambos READMEs y un badge `models`, ajustados para **Claude Fable 5** y
51+
compatibles con **OpenAI GPT-5.x**, **Google Gemini**, **xAI Grok**, **DeepSeek** y otros
52+
modelos frontera.
53+
4754
## Backlog (futuro)
4855

4956
- **Lenguajes:** Elixir, Dart, Scala, R.

ROADMAP.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ the author footer, updates the changelog under `[Unreleased]`, and passes CI.
4444

4545
→ Collection now at 39 master prompts (9 general, 14 languages, 16 frameworks).
4646

47+
## 0.4.0 — Model compatibility ✅ shipped
48+
49+
- Documented that the prompts are model-agnostic: a **"Model compatibility"** section on both
50+
READMEs and a `models` badge, tuned against **Claude Fable 5** and compatible with
51+
**OpenAI GPT-5.x**, **Google Gemini**, **xAI Grok**, **DeepSeek**, and other frontier models.
52+
4753
## Backlog (future)
4854

4955
- **Languages:** Elixir, Dart, Scala, R.

docs/how-to-use-ES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Ideas, patrones y flujos de trabajo para sacar el máximo partido a **Awesome Co
88
## La versión en 30 segundos
99

1010
1. Abre un prompt general (p. ej. [`security-ES.md`](../prompts/general/security-ES.md)) y copia el bloque dentro de ```` ```text ````.
11-
2. Pégalo en Claude.
11+
2. Pégalo en Claude — o en cualquier modelo frontera (**Claude Fable 5** recomendado; también GPT-5.x, Gemini, Grok, DeepSeek).
1212
3. Debajo, pega tu código — un `git diff`, un fichero o varios.
1313
4. *(Opcional)* Pega también un complemento de lenguaje/framework (p. ej. `laravel-ES.md`) para profundidad idiomática.
1414
5. Responde las hasta 3 preguntas de clarificación y lee los hallazgos priorizados.

docs/how-to-use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Ideas, patterns, and workflows to get the most out of **Awesome Code Review Prom
88
## The 30-second version
99

1010
1. Open a general prompt (e.g. [`security.md`](../prompts/general/security.md)) and copy the block inside ```` ```text ````.
11-
2. Paste it into Claude.
11+
2. Paste it into Claude — or any frontier model (**Claude Fable 5** recommended; also GPT-5.x, Gemini, Grok, DeepSeek).
1212
3. Under it, paste your code — a `git diff`, a file, or several files.
1313
4. *(Optional)* Paste a language/framework add-on too (e.g. `laravel.md`) for idiomatic depth.
1414
5. Answer the up-to-3 clarifying questions, then read the prioritized findings.

0 commit comments

Comments
 (0)