boarding
01Skill Claude CodeCodex
A workflow step that reads a Linear issue and saves a summary of its requirements and possible code impact.
Skill Claude CodeCodex
A workflow step that reads a Linear issue and saves a summary of its requirements and possible code impact.
Skill Claude CodeCodex
A command procedure for committing the current Git changes and pushing them to the remote repository. It includes checks for sensitive files, branch safety, and recent commit style.
Skill Claude CodeCodex
A workflow step that fetches the latest develop branch, creates a separate Git worktree, and writes an implementation plan.
Skill Claude CodeCodex
Use this skill immediately before a workflow runs an actual gh command, such as creating, inspecting, or merging PRs with GitHub CLI.
Skill Claude CodeCodex
A read-only command that runs Cursor's code review against the current Git changes.
Skill Claude CodeCodex
A workflow step that removes a separate Git worktree and keeps its branch in the main repository after rebasing it onto develop.
Skill Claude CodeCodex
A release workflow collects changes from a shared development branch, creates a versioned release branch, and opens a release pull request toward the main branch. A pull request is a proposed set of changes for review and merging.
Skill Claude CodeCodex
A code-review command examines the changes on the current Git branch, finds issues by severity, fixes selected problems, and commits and pushes the results. Git is a system for tracking code changes, while a branch is a separate line of work.
Skill Claude CodeCodex
A workflow step that rebases a branch onto develop, pushes it to the remote repository, and creates a pull request.
Skill Claude CodeCodex
A local implementation step that follows a saved plan in a Git worktree, a separate working directory for a branch.
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.
Skill Claude CodeCodex
A post-submission workflow that waits for a pull request’s CI checks, automated build and test checks, to pass before merging it.
Instructions file CodexOpenCode
Project instructions for Circuit, covering shared slash-command rules, compatibility between Claude and Codex, planning mode, commits, and GitHub accounts.
Skill Claude CodeCodex
After merge, clean up the worktree and sync develop.
Skill Claude CodeCodex
Implement the planned tutorial change and verify the result.