work-issues

Installation
SKILL.md

Work Issues

Autonomous loop that picks up ai-ready issues, implements them, and handles feedback on open PRs.

Worktree Isolation

This skill MUST run in its own git worktree to avoid conflicts with other parallel Claude instances.

Before starting, check if already in a worktree:

git rev-parse --show-toplevel

If NOT already in a worktree for this skill, create one and switch to it using the EnterWorktree tool (if available). If EnterWorktree is not available, create one manually and prefix ALL subsequent commands with cd <worktree-path> &&:

WORKTREE=$(git rev-parse --show-toplevel)/../$(basename "$(git rev-parse --show-toplevel)")-issues
git worktree add "$WORKTREE" main 2>/dev/null || true
Related skills

More from hifisaputra/skills

Installs
5
First Seen
Mar 21, 2026