{"id":"babysit-babysitter-issues","name":"babysit-babysitter-issues","summary":"このスキルは、ユーザーが「問題の監視」「割り当てられた課題に取り組む」「a5c-agentの問題をチェックする」「babysitterの問題を処理する」、またはbabysitterリポジトリでa5c-agentに割り当てられたGitHubの課題を見つけて取り組みたいと依頼したときに使うべきです。","body":"# Babysit Babysitter Issues\n\nFetch open GitHub issues from https://github.com/a5c-ai/babysitter/issues assigned to `a5c-agent`, then orchestrate work on each issue via `/babysitter:call`.\n\n## Workflow\n\n### Step 1: Fetch Assigned Issues\n\nUse the `gh` CLI to list open issues assigned to `a5c-agent`:\n\n```bash\ngh issue list --repo a5c-ai/babysitter --assignee a5c-agent --state open --json number,title,url,labels --limit 50\n```\n\nIf no issues are found, report that there are no open issues assigned to `a5c-agent` and stop.\n\n### Step 2: Present Issues\n\nDisplay the list of open issues to the user with their number, title, labels, and URL. \n\n### Step 3: Orchestrate via Babysitter\n\nFor each issue, invoke the `babysitter:yolo` skill with a prompt that includes the issue URL and context:\n\n```\n/babysitter:yolo work on this GitHub issue: <issue_url>\n```\n\nIf multiple issues are selected, process them sequentially -- complete one before starting the next. Present a summary after each issue is processed. as part of the process, create a new branch from staging named `issue-<number>` and push commits to that branch. then create a pull request against staging with a meaningful name and a description of the work done (with link to the original issue). if the issue has a \"bug\" label, prioritize fixing the bug and include details about the bug and how it was fixed in the pull request description.\n\n### Step 4: Summary\n\nAfter all open a5c-assigned issues have been processed, provide a summary of what was done for each issue.\n\n## Notes\n\n- Only issues assigned to `a5c-agent` are fetched. Other assignees are ignored.\n- The `gh` CLI must be authenticated. If authentication fails, prompt the user to run `gh auth login`.\n- Each issue is handed off to `/babysitter:yolo` which handles the actual implementation work.\n- the entire workflow should be without any user interaction or breakpoints in the run, allowing for a seamless babysitting experience. do not let the user select which issues to work on -- just process all open a5c-assigned issues sequentially.","author":"@a5c-ai","ownerProfile":null,"authorContacts":null,"sourceUrl":"https://github.com/a5c-ai/babysitter/tree/main/.claude/skills/babysit-babysitter-issues","license":"MIT","category":"document","lang":"en","tokens":491,"stars":0,"calls30d":1,"claimed":false,"visibility":"public","origin":"crawler","version":"0.1.0","createdAt":"2026-08-22","updatedAt":"2026-08-22","files":[],"requires":{"mcp":[],"tools":[]},"safety":{"flags":[],"scannedAt":"2026-08-22","hasScripts":false,"networkEndpoints":[]}}