Agent-readable wiki

AsyncReview Developer Reference Wiki

AsyncReview is an agentic GitHub PR and issue review system with a Python RLM core, a packaged NPX CLI, and a FastAPI-backed React review UI. This fast wiki organizes the repository by developer entry points, review data flow, and operational extension boundaries.

Pages

  1. Technical OrientationWhat AsyncReview is, how its Python packages, CLI commands, RLM review loop, and web review surface fit together, and how the rest of this developer reference is organized.
  2. CLI, Skill & Runtime PackagingThe command-line and skill-facing workflow: NPX command parsing, API key handling, Python runner setup, virtual GitHub review execution, release runtime caching, and portable skill invocation.
  3. API, Web Review Flow & Extension BoundariesThe closing operational map for the FastAPI backend, GitHub PR cache, diff Q&A and auto-review RLMs, React diff viewer, streaming responses, provider-key boundaries, and what developers should inspect before extending the system.

Complete Markdown

The complete agent-readable Markdown files are published separately from this HTML page.