Delegate real coding work to Anthropic's Claude Code CLI: implement features, refactor, review diffs, and run long repo sessions. For tech users.
npx clawhub@latest install claude-codeClaude Code delegates coding tasks to Anthropic's Claude Code CLI agent (claude), turning natural-language requests into real repository work. Install it when you want to hand off feature implementation, refactoring, bug investigation, or PR reviews to a dedicated coding sub-agent without losing focus in your main session.
claude CLI installed and authenticated — the skill cannot function without it.Accepts plain-English instructions such as "refactor the auth middleware" or "fix the failing tests" and routes them to the Claude Code CLI agent for execution.
The underlying agent can read files across your repo, propose targeted edits, and iterate based on test output — all within the boundaries of your local project.
Supports both single-job invocations and longer iterative coding sessions, depending on the surrounding agent framework and your workflow needs.
Point the skill at a branch or diff to receive structured code-review feedback and improvement suggestions from the Claude Code agent.
Responds to a range of trigger phrases in English and Chinese (e.g. do this in Claude Code, 用 Claude Code 改一下), making it accessible across locales.
Describe a feature in plain English — e.g. "add rate limiting to the API gateway" — and delegate the full implementation, including tests, to Claude Code while you continue other work.
Ask Claude Code to refactor a specific module or update an API surface across the repo, letting the agent inspect dependencies and make consistent edits autonomously.
Hand off a failing test suite or a reported bug; the agent inspects relevant files, hypothesizes causes, applies fixes, and re-runs tests iteratively.
Provide a branch name or diff and ask Claude Code to review it, receiving concrete suggestions on correctness, style, and potential issues.
claude CLI — Anthropic's Claude Code command-line tool must be installed on the host machine.claude CLI.npx clawhub@latest install claude-codenpx clawhub@latest install claude-codeLog in to write a review
No reviews yet. Be the first to share your experience!