Agent skill
babysitter:issue
Start a babysitter workflow from a GitHub issue.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/issue-a5c-ai-babysitter
SKILL.md
babysitter:issue
Run issue-driven orchestration.
Behavior
- Parse issue input:
- Numeric issue id, or full GitHub issue URL.
- Optional
--repo owner/name.
- Resolve repository:
- If
--repoomitted, infer from current git remote.
- If
- Fetch issue details:
- Use
.codex/github-workflow.jshelper.
- Use
- Generate:
- Concise implementation plan.
- Proposed steps and risk notes.
- Optional actions:
--apply-> returnmode=applyand ready-to-run babysitter prompt.--pr <number>-> post plan comment to existing PR.--open-pr-> attemptgh pr create --fill.
- If in apply mode:
- Start babysitter run with issue context in prompt.
Output Contract
- Return JSON with:
issue: metadataplan: list of actionable stepsmode:planorapplynextAction: command suggestion
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?