Overview
- Skill Key
- abczsl520/codex-review
- Author
- abczsl520
- Source Repo
- openclaw/skills
- Version
- 2.1.0
- Source Path
- skills/abczsl520/codex-review
- Latest Commit SHA
- cf8c782cb30cc5e07cccdc8a6875fedba11239d4
Three-tier code quality defense: L1 quick scan, L2 deep audit (via bug-audit), L3 cross-validation with adversarial testing. 三级代码质量防线。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 codex-review 技能。 若已安装,则直接安装 codex-review 技能。
# Codex Review — Three-Tier Code Quality Defense Unified orchestration layer: picks audit depth based on trigger phrases. bug-audit is invoked as an independent skill — never modified. ## Security & Privacy - **Read-only by default**: This skill only reads your project files for analysis. It does NOT modify, delete, or upload your code anywhere. - **Optional external model**: L1/L3 can use an external code-review API (OpenAI-compatible) for a second opinion. This is **opt-in** — if no API key is configured, the skill works fine with agent-only review. - **Credentials via environment variables only**: API keys are loaded from `CODEX_REVIEW_API_KEY` env var. Never hardcoded, never logged, never stored. - **Local-only artifacts**: Hotspot files are written to system temp directory and auto-cleaned. No network transmission of analysis results. - **No data exfiltration**: Code snippets sent to the external API are limited to the files being reviewed. No telemetry, no analytics, no third-party data sharing beyond the configured review model. ## Prerequisites - **External model API** (optional, for L1 Round 1 and L3): Any OpenAI-compatible endpoint. - Set env vars: `CODEX_REVIEW_API_BASE` (default: `https://api.openai.com/v1`), `CODEX_REVIEW_API_KEY`, `CODEX_REVIEW_MODEL` (default: `gpt-4o`) - Works without this — falls back to agent-only audit - **bug-audit skill** (optional): Required for L2/L3. Without it, L2 uses a built-in fallback. - **curl**: For API calls (standard on macOS/Linux) ## Trigger Mapping | User says | Level | What it does | Est. time | |-----------|-------|--------------|-----------| | "review" / "quick scan" / "review下" / "检查下" | L1 | External model scan + agent deep pass | 5-10 min | | "audit" / "deep audit" / "审计下" / "排查下" | L2 | Full bug-audit flow (or built-in fallback) | 30-60 min | | "pre-deploy check" / "上线前检查" | L1→L2 | L1 scan → record hotspots → L2 audit → hotspot gap check | 40-70 min | | "cross-validate" / "highest...
# 🔍 Codex Review — Three-Tier Code Quality Defense > An OpenClaw Agent Skill that orchestrates multi-model code review with escalating depth levels. [](https://clawhub.com/skills/codex-review) [](LICENSE) ## The Problem AI agents write code fast — but they also **patch bugs in the wrong direction** fast. Single-pass reviews miss cross-file logic issues, business exploits, and race conditions. ## The Solution **Three levels of defense**, each deeper than the last: | Level | Trigger | What Happens | Time | |-------|---------|-------------|------| | **L1** Quick Scan | "review this" | Dual-model scan (fast model + self-review) | 5-10 min | | **L2** Deep Audit | "audit this" | Full bug-audit flow (6 phases) | 30-60 min | | **L1→L2** Pre-Deploy | "pre-deploy check" | L1 → hotspot handoff → L2 → gap analysis | 40-70 min | | **L3** Cross-Validate | "cross-validate" | Independent dual audit + compare + adversarial bypass testing | 60-90 min | ## Key Features - 🎯 **Smart Escalation** — Say "review" for quick, "audit" for deep, "cross-validate" for maximum - 🔀 **Dual-Model Cross-Check** — Two AI reviewers independently find bugs, then compare notes - ⚔️ **Adversarial Testing** (L3) — One model tries to bypass the other's proposed fixes - 📋 **Hotspot Handoff** — L1 findings automatically feed into L2 for targeted deep analysis - 🔌 **Composable** — Works standalone (L1) or with `bug-audit` skill (L2/L3) ## Install ```bash clawhub install codex-review ``` **Recommended companion:** ```bash clawhub install bug-audit # Required for L2/L3 ``` ## Real-World Results Built from auditing **24+ Node.js projects** with **200+ real bugs found**: - 🔴 Admin auth bypasses via localhost detection - 🔴 Score submission without server validation - 🔴 SQLite double-quote column name bugs - 🔴 Race conditions in concurrent API requests - 🟡 Tim...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.