Documentation
README
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.
Step 3: Orchestrate via Babysitter
For each issue, invoke the babysitter:yolo skill with a prompt that includes the issue URL and context:
This is the opening of the README. Read the full README on GitHub.