一键导入
session-rename
Rename the current OpenCode session or a specified session using a bundled script when the user asks to change or normalize a session title.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Rename the current OpenCode session or a specified session using a bundled script when the user asks to change or normalize a session title.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | session-rename |
| description | Rename the current OpenCode session or a specified session using a bundled script when the user asks to change or normalize a session title. |
Rename an OpenCode session title using the bundled script.
Use this skill when the user asks to:
session_id from the current prompt context and pass it with --session-id.SESSION_ID only when injected context is not available.--session-id <id> explicitly.node .opencode/skills/session-rename/scripts/rename-session.mjs "<new title>"
Explicit session id:
node .opencode/skills/session-rename/scripts/rename-session.mjs --session-id <session_id> "<new title>"
Optional base URL override:
OPENCODE_BASE_URL=http://127.0.0.1:4097 \
node .opencode/skills/session-rename/scripts/rename-session.mjs "<new title>"
SESSION_ID nor --session-id is available.Automate GitHub release workflows including version management, CHANGELOG updates, PR creation, and GitHub Release publishing for multi-agent-ff15.
Create or customize repository operations and facet files. Use when adding or editing builtin or project-authored workflow YAML, jobs, instructions, skills, policies, or output-contracts, or when diagnosing operation routing, prompt composition, instruction placeholders such as output, setting, or root placeholders, source-aware operation refs, and debug-preview behavior.
Analyzes git changes, drafts localized PR titles and bodies, and assists with creating comprehensive pull requests. Use when user wants to create a PR, review changes before PR, or needs help drafting PR descriptions. Triggers on phrases like 'create PR', 'make a pull request', 'draft PR description', 'what changed in this branch', 'prepare PR'.
Organize post-implementation manual verification steps, execution methods, and expected results into a checklist-oriented dated Markdown report. Use when the user asks for verification steps, acceptance checks, expected outcomes, or manual test notes for UI, API, job, permission, or notification changes after implementation.
Use when you want a short reference for the relationships and traits of FF15-derived agents such as Noctis, Gladiolus, Ignis, and Prompto.
Read this before safely changing operation YAML, project workflow authoring paths, source-aware operationRef handling, facet source resolution, output contracts, output placeholders, or workflow-related tests.