按源仓库内容呈现,保留标题、案例、代码、表格、链接以及原文引用的演示图片。
Broken Reference Skill
This skill references a file that does not exist: missing.
按源仓库内容呈现,保留标题、案例、代码、表格、链接以及原文引用的演示图片。
This skill references a file that does not exist: missing.
lvlup-swA skill with a body that exceeds the word limit.
lvlup-swSave and mutate workflow state — init a workflow, update fields, transition phases, and capture a structured handoff before context exhaustion. Use when the user says 'save progress', 'checkpoint', 'I need to stop', or runs /checkpoint. Writes current workflow phase, task progress, and artifacts to the event store for later resumption. Do NOT use for restoring/reading state after a session break (that is /rehydrate) or for workflow initialization framing handled by ideate/debug/refactor commands.
lvlup-swPost-merge workflow resolution. Verifies PR merge status, backfills synthesis metadata, force-resolves review statuses, transitions to completed, and cleans up worktrees/branches. Use when the user says 'cleanup', 'resolve workflow', 'mark as done', or runs /cleanup. Do NOT use before PRs are merged.
lvlup-swBug investigation and fix workflow. Triggers: 'debug', 'fix bug', 'investigate issue', 'something is broken', or /debug. Hotfix track for quick fixes, thorough track for root cause analysis. Do NOT use for feature development or refactoring. Do NOT escalate to /ideate unless the fix requires architectural redesign.