claude

Wrap Claude Code CLI to run code reviews on non-Claude hosts.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/nhattran998/personal-athlete-agent --skill claude-nhattran998
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude
Source: https://github.com/nhattran998/personal-athlete-agent/tree/main/.agents/skills/gstack-claude
Command: npx skills add https://github.com/nhattran998/personal-athlete-agent --skill claude-nhattran998

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Non-Claude hosts lack direct Claude code-review tooling; this Skill provides a Claude Code CLI wrapper to enable three modes for independent review, diff checks, and adversarial failure-mode evaluation in a unified workflow.

Core Features & Use Cases

  • Claude CLI wrapper for non-Claude hosts supports three modes: review, challenge, and outside-voice consultation to inspect code with read-only file tools.
  • Enables independent code diffs, adversarial failure-mode checks, and repository inquiry via read-only access to answer questions about the codebase.
  • Use case: a developer on a non-Claude environment asks Claude to review a commit, verify diff correctness, or fetch repo context for a tricky PR.

Quick Start

Run a Claude review on the current repository using the wrapper to inspect diffs and surface insights.

Frequently Asked Questions about claude

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run Claude code reviews on a non-Claude host?

Claude code reviews on a non-Claude host are coordinated through a CLI wrapper that uses read-only file tools to inspect repository diffs and surface insights. The wrapper requires Claude access and the gstack orchestration framework to execute the workflow.

What is adversarial failure-mode checking for code diffs?

Adversarial failure-mode checking is a review mode that challenges code diffs to identify potential weaknesses and failure scenarios. The Claude CLI wrapper invokes this mode to independently evaluate repository changes and verify diff correctness against edge cases.

How do I set up the gstack framework to coordinate Claude CLI workflows?

Setting up gstack to coordinate Claude CLI workflows requires installing the gstack orchestration framework and configuring read-only file tools for repository access. You must also ensure Claude access is available so the wrapper can execute independent reviews and diff checks.

Can I use Claude to inspect a repository with read-only access?

Yes, you can use Claude to inspect a repository with read-only access via the outside-voice consultation mode. This mode allows you to fetch repo context and answer questions about the codebase without modifying files, using read-only file tools.

Does the Claude CLI wrapper work without native Claude environment support?

Yes, the Claude CLI wrapper is specifically designed for environments where Claude cannot run natively. It bridges this gap by using the gstack orchestration framework to coordinate review, challenge, and consultation modes through read-only file tooling.

What are the limitations of using a CLI wrapper for AI code reviews?

The primary limitation of this CLI wrapper is its dependency on read-only file tools, meaning it cannot modify code directly. Additionally, it requires both active Claude access and the gstack orchestration framework to function, restricting use in environments lacking these prerequisites.