From bd96e070d628cd05e132b0c90ca6ce0c707379dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tufan=20Tun=C3=A7?= Date: Mon, 10 Aug 2026 01:17:12 +0300 Subject: [PATCH] Add review-pro entry to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 591e45b..1547fb5 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ OpenAI Codex CLI is a lightweight coding agent that runs in your terminal. - [Context Engineering Kit](https://github.com/NeoLabHQ/context-engineering-kit) by [Vlad Goncharov](https://github.com/LeoVS09) - Hand-crafted collection of advanced context engineering techniques and patterns with minimal token footprint focused on improving agent result quality. - [Everything OpenAI Codex](https://github.com/mturac/everything-openai-codex) by [Mehmet Turac](https://github.com/mturac) - Open-source Codex workflow system with agents, skills, commands, hooks, memory patterns, install profiles, and validation checks for repeatable coding sessions. - [read-only-postgres](https://github.com/jawwadfirdousi/agent-skills) by [jawwadfirdousi](https://github.com/jawwadfirdousi) - Read-only PostgreSQL query skill for Claude Code. Executes SELECT/SHOW/EXPLAIN/WITH queries across configured databases with strict validation, timeouts, and row limits. Supports multiple connections with descriptions for database selection. +- [review-pro](https://github.com/tufantunc/review-pro) by [Tufan Tunç](https://github.com/tufantunc) - Tiered code review in three stages: triage classifies the diff and selects which of twelve specialist reviewers to dispatch, those reviewers run in parallel, and synthesis dedups their findings into one verdict. Sixteen stack packs add language-specific signals. Installs into Codex with skills to ~/.agents/skills/ and agents auto-transformed to TOML. - [Superpowers](https://github.com/obra/superpowers) by [Jesse Vincent](https://github.com/obra) - A strong bundle of core competencies for software engineering, with good coverage of a large portion of the SDLC - from planning, reviewing, testing, debugging... Well written, well organized, and adaptable. The author refers to them as "superpowers", but many of them are just consolidating engineering best practices - which sometimes does feel like a superpower when working with Claude Code. - [Trail of Bits Security Skills](https://github.com/trailofbits/skills) by [Trail of Bits](https://github.com/trailofbits) - A very professional collection of over a dozen security-focused skills for code auditing and vulnerability detection. Includes skills for static analysis with CodeQL and Semgrep, variant analysis across codebases, fix verification, and differential code review. - [TÂCHES Claude Code Resources](https://github.com/glittercowboy/taches-cc-resources) by [TÂCHES](https://github.com/glittercowboy) - A well-balanced, "down-to-Earth" set of sub agents, skills, and commands, that are well-organized, easy to read, and a healthy focus on "meta"-skills/agents, like "skill-auditor", hook creation, etc. - the kind of things you can adapt to your workflow, and not the other way around.