babysit-babysitter-issues
This skill should be used when the user asks to "babysit issues", "work on assigned issues", "check a5c-agent issues", "process babysitter issues", …
它会碰到什么
这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。
技能内容
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:
/babysitter:yolo work on this GitHub issue: <issue_url>
If 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.
Step 4: Summary
After all open a5c-assigned issues have been processed, provide a summary of what was done for each issue.
Notes
- Only issues assigned to
a5c-agentare fetched. Other assignees are ignored. - The
ghCLI must be authenticated. If authentication fails, prompt the user to rungh auth login. - Each issue is handed off to
/babysitter:yolowhich handles the actual implementation work. - 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.
想直接用这个技能?
本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。