Skip to content

Commit 869989b

Browse files
committed
docs: broaden agent examples and generalize agent description in README.
1 parent e1dc96a commit 869989b

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ No installation required. Run directly with npx:
4545
npx asyncreview review --url https://github.com/org/repo/pull/123 -q "Check for breaking changes"
4646
```
4747

48+
OR
49+
50+
```bash
51+
npx skills add AsyncFuncAI/AsyncReview
52+
```
53+
4854
## Usage
4955

5056
### Public Repositories
@@ -82,9 +88,9 @@ For private repos, you also need a GitHub token.
8288
**Optional:**
8389
- **GitHub Token:** Required for private repositories to access file contents. Set as `GITHUB_TOKEN`.
8490

85-
## For AI Agents
91+
## For Agents (Claude, Cursor, OpenCode, Gemini, Codex, etc.)
8692

87-
AsyncReview is designed to be used as a **Skill** by other AI agents (like Claude Desktop or Gemini Code Assist). It allows them to "see" and "reason" about codebases they don't have local access to.
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.
8894

8995
### ⚡️ Easiest Way: Install via Skills CLI
9096

0 commit comments

Comments
 (0)