Asyncreview

🌐Community
by asyncfuncai · vlatest · Repository

Asyncreview facilitates asynchronous feedback collection by scheduling review requests and tracking responses for streamlined project evaluations.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add asyncreview npx -- -y @trustedskills/asyncreview
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "asyncreview": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/asyncreview"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

Asyncreview facilitates asynchronous feedback collection specifically for GitHub pull requests and issues. It allows an AI agent to review code changes, answer questions about them, and verify functionality by leveraging a Gemini API. The skill streamlines project evaluations by scheduling reviews and tracking responses, providing valuable insights without requiring immediate synchronous interaction.

When to use it

  • Reviewing a GitHub pull request for potential issues or improvements.
  • Obtaining AI feedback on code changes within a pull request.
  • Checking if a pull request might break existing functionality.
  • Seeking clarification or answers regarding a specific GitHub issue or pull request.
  • Verifying that nothing was missed during a code change process.

Key capabilities

  • Reviews GitHub pull requests and issues.
  • Utilizes the Gemini API for AI-powered analysis.
  • Handles both public and private repositories (requiring GITHUB_TOKEN for private repos).
  • Determines repository visibility using either GitHub CLI or curl.
  • Requires a GEMINI_API_KEY to function.

Example prompts

  • "Review this pull request: [PR URL] and tell me if there are any potential performance bottlenecks."
  • "Can you check this issue for missing information: [Issue URL]?"
  • "Analyze these code changes in this PR: [PR URL]. Does it introduce any regressions?"

Tips & gotchas

  • Gemini API Key Required: You must set the GEMINI_API_KEY environment variable before using this skill.
  • Private Repositories: If working with a private repository, you'll also need to provide a GITHUB_TOKEN.
  • Repository Visibility Check: Always verify if your repository is private and obtain a GITHUB_TOKEN if needed to avoid errors or rate limiting.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
asyncfuncai
Installs
46

🌐 Community

Passed automated security scans.