← ClaudeAtlas

wise-pr-create-autolisted

Autonomous variant of `/wise-pr-create` — detect the PR state for the current branch and create or refresh the PR with NO prompts. The body is drafted from the project's PR template; the base branch is chosen autonomously (the repo's default branch) instead of asked. Built for unattended ticket→PR runs. Invoked as `/wise-pr-create-auto` (bare alias) or `/wise:wise-pr-create-auto` (canonical). Use when the user says "create the PR without asking", "auto-create a PR", or types `/wise-pr-create-auto`. For the interactive version (base-branch picker) use `/wise-pr-create`.
e1024kb/wise-claude · ★ 4 · AI & Automation · score 80
Install: claude install-skill e1024kb/wise-claude
# /wise-pr-create-auto — create or refresh a PR, autonomously Before asking any user question, read and follow the [question lifecycle](../../references/workflow-host-control.md#keep-asynchronous-questions-open). Keep asynchronous prompts open until answered; this rule does not authorize questions in autonomous or otherwise prompt-free procedures. ## Why this skill exists `/wise-pr-create` is interactive — it asks the user to pick the base branch. An unattended ticket→PR pipeline can't stop to ask. `/wise-pr-create-auto` is the decision-free variant: it picks the repo's default branch as the base and never calls `AskUserQuestion`. It is also the reusable building block the `ticket-auto` workflow's PR-create step follows. ## Arguments This skill takes no arguments. Ignore anything the user types beyond the skill name. ## Run on another harness (`--on`) If `$ARGUMENTS` contains `--on <harness>[:<model>[:<effort>]]` (or `--on ask` / a bare `--on`), do NOT run the procedure below in this conversation. Strip the `--on` tokens (everything left is `SKILL_ARGS`), then read `${CLAUDE_PLUGIN_ROOT}/references/dispatch.md` and follow it with: - `SKILL_MD` = `${CLAUDE_PLUGIN_ROOT}/skills/wise-pr-create-auto/SKILL.md` - `SKILL_ARGS` = the remaining tokens `--on ask` (or a bare `--on`) picks harness, model and effort through one composite `AskUserQuestion` before any child spawns — the ONE sanctioned prompt in this skill: it happens at invocation time, so the dispatched run itself