LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

implement-issue-worktree-subagent - Implement GitHub issues using Git worktrees and subagents

Isolates work branches via Git Worktree, delegates implementation to domain subagents, and creates pull requests after testing.

Tags

Updated: 2026-09-18

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Create Git worktree for issue
  • Delegate implementation to subagents
  • Run test and lint suites
  • Verify CI compatibility via Docker
  • Create GitHub pull request
  • Update issue status and comment
  • Remove worktree upon completion

Inputs

  • GitHub issue number
  • Database environment variables

Outputs

  • Git feature branch
  • GitHub pull request
  • GitHub issue comments and status label
  • Execution status report

Requirements

  • Git CLI
  • Node.js and npm
  • GitHub CLI
  • Docker

Source

  • Spec: SKILL.md
git
git-worktree
github
pull-request
subagent
automation
Create Git worktree for issue
Delegate implementation to subagents
Run test and lint suites
Verify CI compatibility via Docker
GitHub issue number
Database environment variables
Git feature branch
GitHub pull request
GitHub issue comments and status label