claude-code

Delegate coding tasks to Claude Code CLI for code generation and modification.

1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/ChangZhou-xj/zxj_skill --skill claude-code-changzhou-xj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: claude-code
Source: https://github.com/ChangZhou-xj/zxj_skill/tree/main/autonomous-ai-agents/claude-code
Command: npx skills add https://github.com/ChangZhou-xj/zxj_skill --skill claude-code-changzhou-xj

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates coding tasks by delegating to Claude Code CLI, reducing manual coding time and accelerating software delivery.

Core Features & Use Cases

  • Automate coding tasks using Claude Code CLI with file I/O, shell execution, subagent orchestration, and git workflow management.
  • Two orchestration modes: Print mode for deterministic tasks and Interactive PTY via tmux for multi-turn sessions.
  • Automated safety and permission handling, trust prompts, and error recovery to enable reliable automation.

Quick Start

Refactor the authentication module to use JWT tokens and add unit tests.

Frequently Asked Questions about claude-code

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

FAQPage Schema
How do I automate code generation for git workflows?

Automating code generation for git workflows is handled by delegating tasks to the Claude Code CLI, which performs file I/O, shell execution, and subagent orchestration to create or modify code and manage pull requests.

Does Claude Code CLI support interactive coding sessions?

Yes, interactive coding sessions are supported via Interactive PTY using tmux for multi-turn sessions, alongside a non-interactive print mode for deterministic tasks like automated bug fixes.

What's the best way to automate code reviews across large codebases?

Automating code reviews across large codebases is best achieved by delegating to Claude Code CLI, which orchestrates subagents and handles safety permissions to review modifications reliably.

Do I need Claude Code v2.x+ to automate PR creation?

Yes, you need Claude Code v2.x+ with proper authentication to automate PR creation, as the automation relies on the CLI's file I/O, git workflow management, and safety prompt handling capabilities.

How does error recovery work during automated code modification?

Error recovery during automated code modification works through automated safety and permission handling, trust prompt management, and fallback orchestration modes to ensure reliable task completion.

When should I use print mode vs interactive tmux sessions for coding tasks?

Use print mode for deterministic coding tasks requiring direct output, and use interactive tmux sessions when your coding tasks require multi-turn interactions or complex shell execution workflows.