babysit-babysitter-issues
Installation
SKILL.md
Babysit Babysitter Issues
Fetch open GitHub issues from https://github.com/a5c-ai/babysitter/issues assigned to a5c-agent, then orchestrate work on each issue via /babysitter:call.
Workflow
Step 1: Fetch Assigned Issues
Use the gh CLI to list open issues assigned to a5c-agent:
gh issue list --repo a5c-ai/babysitter --assignee a5c-agent --state open --json number,title,url,labels --limit 50
If no issues are found, report that there are no open issues assigned to a5c-agent and stop.
Step 2: Present Issues
Display the list of open issues to the user with their number, title, labels, and URL.