internal/skill/skills/line-rebase/SKILL.md
# /line-rebase Safely pick up changes from the terminal station branch onto the watched branch. ## When to use Use this skill when the line statusline indicates there are commits ready on the terminal station branch that haven't been picked up on the main working branch. ## Procedure Run the deterministic `line rebase` command: ```sh line rebase ``` This performs a safe stash → rebase → unstash sequence. It will: - Stash any uncommitted work - Rebase onto the terminal station branch - Res
npx skillsauth add re-cinq/assembly-line internal/skill/skills/line-rebaseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Safely pick up changes from the terminal station branch onto the watched branch.
Use this skill when the line statusline indicates there are commits ready on the terminal station branch that haven't been picked up on the main working branch.
Run the deterministic line rebase command:
line rebase
This performs a safe stash → rebase → unstash sequence. It will:
--leave-conflicts: Instead of aborting on conflict, leave git in mid-rebase state with conflict markers in the working directory. Output lists conflicted files and step-by-step resolution instructions. Use this when you want to resolve conflicts manually or let an agent resolve them.[skip line] which prevents line run from retriggering (RUN-9, SKL-2)--leave-conflicts is used)testing
# /line-preview Read-only preview of what the assembly line would change. Shows what's different on station branches compared to the watched branch — the actual content, not the commit history. No branches are modified. ## When to use Use this skill to see what the assembly line has changed before picking up the changes with `/line-rebase`. ## Procedure All commands below are **read-only** — no branches are checked out, modified, or created. 1. **Read config**: Read `line.yaml` to determin
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.