What problem does it solve?
Manually managing coding tasks like feature implementation, bug fixes, code reviews, and refactoring across multiple sessions is time-consuming and error-prone. This Skill eliminates that overhead by enabling fully automated delegation of these tasks to Claude Code CLI, with no manual intervention required for session management or permission handling.
Core Features & Use Cases
- Dual Orchestration Modes: Use non-interactive print mode for one-shot tasks (bug fixes, CI automation, structured data extraction) or interactive PTY mode via tmux for multi-turn iterative work (refactoring cycles, exploratory coding, PR reviews).
- Automated Dialog Handling: Built-in logic to handle Claude Code's workspace trust and permission bypass dialogs, ensuring seamless automation without manual input.
- Extended Workflow Support: Includes session resumption, parallel task execution, structured JSON output, MCP server integration, and configurable tool access controls for secure, repeatable coding automation.
- Use Case Example: Automate a full PR review workflow by piping a git diff to Claude Code in print mode, or run parallel refactoring and test generation tasks across multiple project modules simultaneously.
Quick Start
Use the claude-code skill to refactor the project's authentication module to use JWT tokens and generate corresponding unit tests for the new implementation.