5 results
Create incremental, well-formed git commits during autonomous task execution. Use after completing a logical unit of work — don't batch everything into one commit.
Query and mutate Linear issues via the linear-graphql MCP server. Use for state transitions, comments, PR linking, and issue lookup.
Sync the current branch with origin/main via merge. Use when your branch is behind main or push was rejected.
Push the current branch and create or update a pull request. Use when implementation is complete and validated.