/Catalogue/Prompt/a5c-ai/a5c-ai-babysitter-babysit-babysitter-issues

Origin: github

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", or wants to find and work on open GitHub issues assigned to a5c-agent in the babysitter repo.

by a5c-ai · updated 8d ago · imported from GitHub

Installs0+0/7d
Security score61/100
Retention 14d0%
GitHub stars1.8K

Skill logic

Execution graph
User message
Prompt rewrites behaviour
Response

SKILL.md

View on GitHub ↗

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-agent are fetched. Other assignees are ignored.
  • The gh CLI must be authenticated. If authentication fails, prompt the user to run gh auth login.
  • Each issue is handed off to /babysitter:yolo which 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.

Discussion

No comments yet — start the thread.

Sign in to join the discussion.

/More from a5c-ai/babysitter

a5c-ai· 8d agoSandbox
catalog-babysitter-users

Prompts · JavaScript · v0.1.0

Discover public GitHub repositories that import defineTask from @a5c-ai/babysitter-sdk and maintain a deduplicated catalog of those repositories in docs/repo-with-babysitter-processes.md. Excludes any repo named "babysitter" (to filter out forks of this monorepo). Invoke when asked to find, discover, catalog, or refresh "repos using babysitter", "babysitter in the wild", or "who else is using babysitter".

#agent-orchestration#agent-skills#agentic-ai

0 1.8K
a5c-ai· 8d agoSandbox
fix-failing-pipelines

Prompts · JavaScript · v0.1.0

This skill should be used when the user asks to "fix pipelines", "fix CI", "check staging pipelines", "fix failing workflows", "fix failing actions", or wants to find and fix failing GitHub Actions workflows on the staging branch of the babysitter repo.

#agent-orchestration#agent-skills#agentic-ai

0 1.8K
a5c-ai· 8d agoSandbox
process-builder

Prompts · JavaScript · v0.1.0

Scaffold new babysitter process definitions following SDK patterns, proper structure, and best practices. Guides the 3-phase workflow from research to implementation.

#agent-orchestration#agent-skills#agentic-ai

0 1.8K
a5c-ai· 8d agoSandbox
retrospect-external-babysitter-run

Prompts · JavaScript · v0.1.0

For a repository in the babysitter-users catalog, locate its babysitter processes and any committed runs (.a5c/runs/<runId>/) and perform a retrospective on a chosen run -- what went well, what failed, process suggestions, quality of effect design, breakpoint patterns -- mirroring the /babysitter:retrospect workflow but applied to an external repo. Invoke when asked to "retrospect on repo X's run", "analyze how someone else used babysitter", or "review an external babysitter run".

#agent-orchestration#agent-skills#agentic-ai

0 1.8K