You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -30,7 +30,7 @@ AsyncReview uses Recursive Language Models (RLM) to go beyond simple diff analys
30
30
31
31
Most AI review tools only look at the lines changed in a Pull Request (the diff). This leads to shallow feedback and hallucinations about files that don't exist. AsyncReview takes a different approach.
32
32
33
-
| Other Tools | AsyncReview |
33
+
| Other Code Review Tools | AsyncReview |
34
34
|-------------|-------------|
35
35
|**Limited Context:** Only sees the git diff |**Full Context:** Can read any file in the repo to understand dependencies |
36
36
|**Static Analysis:** Guesses how code works |**Agentic Analysis:** Can execute search queries and run verification scripts |
@@ -92,7 +92,7 @@ For private repos, you also need a GitHub token.
92
92
93
93
AsyncReview is designed to be used as a **Skill** by other agentic providers. It allows them to "see" and "reason" about codebases they don't have local access to.
94
94
95
-
### ⚡️ Easiest Way: Install via Skills CLI
95
+
### Install via Skills CLI
96
96
97
97
Run this command to automatically add AsyncReview to your agent's capabilities:
0 commit comments