robertmsale
@robertmsale
Public Skills
gh-version-control-workflow
by robertmsale
Run a disciplined GitHub workflow with git + gh using issues, issue-derived branches, worktrees, and PRs. Use when you need concurrent feature work, clear review boundaries, and issue-linked PRs instead of direct commits to integration branches.
request-review
by robertmsale
Request code review and route results to a tmux pane. Default flow commits first; optional opt-in flow can target an existing commit without commit/push.
assign-agent
by robertmsale
Launch delegated Codex workers in dedicated tmux sessions via codex-tmux, with resumable CODEX_THREAD_ID handoff for GitHub issue workflows.
command-parser
by robertmsale
Summarize large CLI output via a temp workspace + codex exec to extract errors (and optional warnings) with file/line anchors.
safe-worktree
by robertmsale
Safely remove issue worktrees and branches with policy-aware fallbacks. Use for post-merge cleanup or abandoned issue cleanup when branch/worktree deletion commands may be blocked. Aggressively protects main/master and other integration branches, and when local branch-deletion safeguards are missing, proactively offer to install lightweight protection hooks first.
safe-delete
by robertmsale
Use the trash CLI for deletions so files are recoverable. Prefer this skill whenever a task involves removing files or directories.