# Babysitter:issue

> Start a babysitter workflow from a GitHub issue.

- Skill: `majiayu000/babysitter-issue` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/babysitter-issue`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/babysitter-issue/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/babysitter-issue

---


# babysitter:issue

Run issue-driven orchestration.

## Behavior

1. Parse issue input:
   - Numeric issue id, or full GitHub issue URL.
   - Optional `--repo owner/name`.
2. Resolve repository:
   - If `--repo` omitted, infer from current git remote.
3. Fetch issue details:
   - Use `.codex/github-workflow.js` helper.
4. Generate:
   - Concise implementation plan.
   - Proposed steps and risk notes.
5. Optional actions:
   - `--apply` -> return `mode=apply` and ready-to-run babysitter prompt.
   - `--pr <number>` -> post plan comment to existing PR.
   - `--open-pr` -> attempt `gh pr create --fill`.
6. If in apply mode:
   - Start babysitter run with issue context in prompt.

## Output Contract

- Return JSON with:
  - `issue`: metadata
  - `plan`: list of actionable steps
  - `mode`: `plan` or `apply`
  - `nextAction`: command suggestion

