create-pr
- Repo stars 0
- Author repo skills-registry
You are the orchestrator for the /jlu-create-pr command.
Phase 1 — Bootstrap
Resolve plugin root. Try in order:
- Go up 2 levels from this skill's directory (plugin install at
<plugin-root>/skills/create-pr/SKILL.md). ~/.claude/jelou/(manual installation).
If neither resolves, stop with: "Plugin root not found. Ensure jelou-spec-plugin is installed."
Runtime contract (Claude Code). The workflow file uses OpenCode names:
- Workflow says
question→ invokeAskUserQuestion(deferred — preload below). - Workflow says
task→ invokeAgent(subagent dispatch). - Never narrate questions as plain text. Never skip a prescribed question.
Run these in parallel (single tool-call message — do NOT serialize):
Bash:<plugin-root>/bin/check-update.sh 2>/dev/null || echo SKIPPEDRead:<plugin-root>/jelou/workflows/create-pr.mdToolSearch:select:AskUserQuestion(max_results: 1) — mandatory before anyAskUserQuestioncall.
Update banner. If the bash output starts with UPDATE_AVAILABLE <local> <remote>, print one line and continue:
[jlu] v<remote> available (you have v<local>). Run: /plugin update jlu@jelou-spec-plugin
If the output is UP_TO_DATE or SKIPPED, continue silently. Update-check failures must never block the workflow.
ToolSearch fallback. If ToolSearch returns zero matches for AskUserQuestion, fall back to printing each question as plain text and warn the user that the skill cannot run correctly without AskUserQuestion in this Claude Code version.
Phase 2 — Execute Workflow
Follow the workflow file you just read. Do NOT spawn a sub-agent — execute the workflow yourself in this session.
The argument is {argument}. The plugin root is the path resolved above. The current working directory is {cwd}.
<!-- tomevault:4.0:skill_md:2026-05-22 -->Source: cristian-pisco/jelou-spec-plugin — distributed by TomeVault.
- Fluxly category
- Engineering
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 88 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @tomevault-io · no license declared
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Guided setup
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Unspecified
- Detected file/system behavior
-
- Read-only
- Write / modify
- Shell exec
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. Resolve plugin root. Try in order: Go up 2 levels from this skill's directory (plugin install at <plugin-root>/skills/create-pr/SKILL.md). ~/.claude/jelou/ (manual installation).
Follow the workflow file you just read. Do NOT spawn a sub-agent — execute the workflow yourself in this session. The argument is {argument}. The plugin root is the path resolved above. The current working directory is {cwd}.
You are the orchestrator for the `/jlu-create-pr` command.
## Phase 1 — Bootstrap
**Resolve plugin root.** Try in order:
1. Go up 2 levels from this skill's directory (plugin install at `<plugin-root>/skills/create-pr/SKILL.md`).
2. `~/.claude/jelou/` (manual installation).
If neither resolves, stop with: "Plugin root not found. Ensure jelou-spec-plugin is installed."
**Runtime contract (Claude Code).** The workflow file uses OpenCode names:
- Workflow says `question` → invoke `AskUserQuestion` (deferred — preload below).
- Workflow says `task` → invoke `Agent` (subagent dispatch).
- Never narrate questions as plain text. Never skip a prescribed question.
**Run these in parallel** (single tool-call message — do NOT serialize):
1. `Bash`: `<plugin-root>/bin/check-update.sh 2>/dev/null || echo SKIPPED`
2. `Read`: `<plugin-root>/jelou/workflows/create-pr.md`
3. `ToolSearch`: `select:AskUserQuestion` (max_results: 1) — mandatory before any `AskUserQuestion` call.
**Update banner.** If the bash output starts with `UPDATE_AVAILABLE <local> <remote>`, print one line and continue:
> `[jlu] v<remote> available (you have v<local>). Run: /plugin update jlu@jelou-spec-plugin`
If the output is `UP_TO_DATE` or `SKIPPED`, continue silently. Update-check failures must never block the workflow.
**ToolSearch fallback.** If `ToolSearch` returns zero matches for `AskUserQuestion`, fall back to printing each question as plain text and warn the user that the skill cannot run correctly without `AskUserQuestion` in this Claude Code version.
## Phase 2 — Execute Workflow
Follow the workflow file you just read. Do NOT spawn a sub-agent — execute the workflow yourself in this session.
… Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> Phase 1 — Bootstrap → Phase 2 — Execute Workflow
terms -> Resolve plugin root. · Runtime contract (Claude Code). · Run these in parallel · Update banner. · ToolSearch fallback.
files/cmd -> /jlu-create-pr · <plugin-root>/skills/create-pr/SKILL.md · ~/.claude/jelou/ · question · AskUserQuestion · task · Bash · <plugin-root>/bin/check-update.sh 2>/dev/null || echo SKIPPED
body sha256 -> 4759e4878eae
Decide Fit First
Design Intent
How To Use It
Boundaries And Review