boarding
01Command Claude Code
A command that reads a Linear issue—a task or bug tracked in Linear—and records its requirements and likely code impact in local files.
Command Claude Code
A command that reads a Linear issue—a task or bug tracked in Linear—and records its requirements and likely code impact in local files.
Command Claude Code
A commit-and-push command reviews the current changes, creates an English Conventional Commits message, commits the selected files, and pushes the branch to the remote repository. A remote repository is the shared copy of the project hosted elsewhere.
Command Claude Code
A Git preparation command fetches the latest shared development branch, creates or identifies a worktree for an issue, and saves an implementation plan as a Markdown file. A worktree is a separate working directory connected to the same Git repository.
Command Claude Code
A command for the final cleanup stage after a pull request has been merged. A pull request is a proposed code change reviewed before it is added to a shared branch; a worktree is a separate local directory for another Git branch.
Command Claude Code
A command for leaving a Git worktree and preserving its branch in the main repository after rebasing it onto develop. A worktree is a separate folder that checks out another branch.
Command Claude Code
A release command for preparing a software version from changes merged into the develop branch. A release is a published version of a project, and a pull request is a proposed set of changes for merging.
Command Claude Code
A command that reviews local Git changes, fixes selected issues, then commits and pushes the fixes. Git is a system for tracking code changes, and a commit records a set of changes.
Command Claude Code
A workflow step that rebases a branch onto develop, pushes it to the remote repository, and creates a pull request.
Command Claude Code
A local implementation step that follows a saved plan in a Git worktree, a separate working directory for a branch.
Command Codex
A command that waits for a pull request’s automated checks to pass, then merges it and updates the local Git workspace.