# Issue tracker: GitHub Issues and PRDs for this repo live as GitHub issues. Use the `gh` CLI for operations. ## Repo Use the current GitHub remote from this clone. Primary remote is `origin`: ```text https://github.com/Kiy-K/agent-swarm-workbench.git ``` ## Conventions - **Create an issue**: `gh issue create --title "..." --body "..."` - **Read an issue**: `gh issue view --comments` - **List issues**: `gh issue list --state open --json number,title,body,labels,comments` - **Comment**: `gh issue comment --body "..."` - **Apply / remove labels**: `gh issue edit --add-label "..."` / `--remove-label "..."` - **Close**: `gh issue close --comment "..."` When a skill says "publish to the issue tracker", create a GitHub issue.