itx:execute

Automate GitHub issue implementation workflows with worktrees and project board updates.

49|5|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/ric03uec/clawrium --skill itx-execute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: itx:execute
Source: https://github.com/ric03uec/clawrium/tree/main/.opencode/skills/itx-execute
Command: npx skills add https://github.com/ric03uec/clawrium --skill itx-execute

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of executing and managing implementation plans for GitHub issues, reducing manual effort and coordinating complex tasks efficiently.

Core Features & Use Cases

  • Issue Implementation Automation: Generates structured workflows for executing issues and their subtasks using Git commands and tmux sessions.
  • Worktree Management: Creates and cleans up dedicated worktrees for parallel issue handling, supporting efficient multitasking.
  • Progress Tracking and Coordination: Interfaces with GitHub projects to update issue statuses and dependencies, ensuring synchronized progress and accountability.
  • Command Generation & Workflow Control: Produces shell commands to initiate, monitor, and finalize issue execution processes, simplifying project orchestration.

Quick Start

Use the itx:execute skill to run a specified GitHub issue and manage its implementation tasks easily.

Frequently Asked Questions about itx:execute

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

FAQPage Schema
How do I automate GitHub issue implementation workflows with worktrees?

Automate GitHub issue implementation by generating structured execution workflows using shell commands and API calls. The process sets up dedicated Git worktrees for parallel task handling, manages tmux sessions, and tracks progress with minimal manual intervention.

What is the best way to manage parent-child GitHub issues during execution?

Managing parent-child GitHub issues during execution involves interfacing with GitHub projects to update statuses and dependencies. This coordinated task completion approach ensures synchronized progress across subtasks using automated project board integration.

Can I run multiple GitHub issues in parallel using Git worktrees?

Yes, you can run multiple GitHub issues in parallel using Git worktrees. Worktree management creates dedicated working directories for parallel issue handling, supporting efficient multitasking and clean branch isolation throughout the execution lifecycle.

Does GitHub project board integration support automated progress tracking for issue execution?

GitHub project board integration supports automated progress tracking by interfacing directly with GitHub projects to update issue statuses. It ensures synchronized progress and accountability across complex implementation workflows with minimal manual intervention.

Do I need tmux to manage shell commands for GitHub issue execution?

You need tmux to manage shell commands for GitHub issue execution because the automation generates structured workflows using tmux sessions. These sessions initiate, monitor, and finalize the execution processes required for seamless project orchestration.

When should I avoid automated worktree management for issue implementation?

You should avoid automated worktree management for issue implementation when handling simple, single-branch tasks that do not require parallel execution. Complex parent-child issue structures and coordinated task tracking benefit most from this automated workflow approach.