Awesome Reviewers expert instructions

Expert instructions for AI and infrastructure engineering

A library of instruction sets distilled from review discussions in production repositories — agent frameworks, inference servers, orchestration, databases, cloud infrastructure and the tooling around them. Each one is plain markdown: copy it here, or fetch it as raw text and load it into an agent, harness or context broker.

Use in an AI agent

Paste an instruction directly into your agent's system prompt. Agents (Claude, GPT, etc.) can apply domain-specific expertise on the fly, catching subtle violations that generic rules miss.

Use in a skill or plugin

Build a skill that loads instructions programmatically — e.g., /claude-code-review my-file.js fetches the relevant instruction for that language and applies it. Skills compose instructions with the target code and invoke the agent.

Use in a code review harness

Store instructions in a database or fetch from /raw/ endpoints. Gate them by language, repository, or domain. A review harness finds the matching instructions and passes them as context to the review model.

    Domains

    organized by engineering discipline

    Agent loops, tool calling, prompt and context assembly, agent SDKs and coding assistants.

    Inference servers, model gateways and routers, KV caching, retrieval and ingestion pipelines.

    Training and inference frameworks, tensor and kernel code, ML platforms and pipelines.

    Kubernetes, schedulers, service meshes, container tooling, workflow and job engines.

    Infrastructure as code, cloud SDKs, edge runtimes, proxies, gateways and tunnels.

    Query engines, storage, replication, streaming, ORMs and analytics backends.

    Metrics, tracing, logging, error tracking and instrumentation of production systems.

    Static analysis, cloud posture scanning, authentication, authorization and secrets handling.

    Interpreters, compilers, async runtimes, parsers and low-level systems code.

    Editors, terminals, build systems, package managers, linters, formatters and test runners.

    Web and mobile frameworks, component libraries, API layers and product codebases.

    Reference material, curated lists and learning resources — mostly writing and structure guidance.

    Recently updated

    browse all instructions

    • firecrawl/pdf-inspector Algorithms Rust app-frameworks
      raw open
    • apple/container Security Swift orchestration
      raw open
    • ogulcancelik/herdr Concurrency Rust app-frameworks
      raw open
    • ogulcancelik/herdr Error Handling Rust app-frameworks
      raw open
    • ogulcancelik/herdr Algorithms Toml app-frameworks
      raw open
    • ogulcancelik/herdr Null Handling Rust app-frameworks
      raw open
    • ogulcancelik/herdr Algorithms Rust app-frameworks
      raw open
    • ogulcancelik/herdr Security Rust security
      raw open
    • apple/container Error Handling Swift orchestration
      raw open
    • firecrawl/pdf-inspector Performance Optimization Rust app-frameworks
      raw open
    • firecrawl/pdf-inspector Testing Rust app-frameworks
      raw open
    • raw open
    • openai/codex-security Security TypeScript security
      raw open
    • ogulcancelik/herdr Configurations Rust cloud-infra
      raw open
    • openai/codex-security API TypeScript security
      raw open
    • awslabs/aidlc-workflows Algorithms TypeScript orchestration
      raw open
    • awslabs/aidlc-workflows Security TypeScript orchestration
      raw open
    • awslabs/aidlc-workflows Concurrency TypeScript orchestration
      raw open
    • openai/codex-security Security Python security
      raw open
    • openai/codex-security Error Handling TypeScript security
      raw open
    • openai/codex-security Performance Optimization Python security
      raw open
    • openai/codex-security Error Handling Python security
      raw open
    • ogulcancelik/herdr Performance Optimization Rust app-frameworks
      raw open
    • awslabs/aidlc-workflows Security Json orchestration
      raw open
    • awslabs/aidlc-workflows Naming Conventions TypeScript orchestration
      raw open

    Raw access

    endpoint reference

    # one instruction
    curl https://awesomereviewers.com/raw/pdf-inspector-evidence-gated-heuristics.md
    
    # every instruction in a domain, concatenated
    curl https://awesomereviewers.com/raw/bundles/ai-agents.md
    
    # machine index: slugs, domains, dates, raw URLs
    curl https://awesomereviewers.com/raw/index.json

    Stable paths, no key, no rate limit. Regenerated on every push to the corpus.

    Add a repository

    see every source

    Submit a public repository and it gets queued for extraction. Private repositories are handled through Baz.