auto-mode
01Command Claude Code
Toggle auto-mode for tool permissions (no confirmation prompts) — flips permissions.defaultMode in settings.local.json.
Command Claude Code
Toggle auto-mode for tool permissions (no confirmation prompts) — flips permissions.defaultMode in settings.local.json.
Command Claude Code
Monitor PR for Cursor Bugbot review comments, analyze and recommend fixes.
Command Claude Code
Toggle English coaching for the current session (📚 block after replies). Default at session start: OFF.
Command Claude Code
Bridge GSD's in-repo .planning/ knowledge into Mike's Obsidian second brain — sync curated LEARNINGS / milestone summaries / roadmap as tagged Obsidian notes (write), or surface relevant vault notes for planning context (read).
Command Claude Code
Run a sequence of just recipes as an end-to-end smoke trace, capture commands+outputs, and post a clean English markdown comment to the target PR.
Command Claude Code
LGTM live loop — listen to review-page comments (inbox.jsonl), answer into outbox.jsonl; the page updates via SSE without reload.
Command Claude Code
Pipeline autopilot — sense the active track (GSD phase lifecycle vs PR pipeline) and EXECUTE the next stale/pending step. PR track: code-review, simplify, merge main, push, PR, EN summary, just-test. GSD track: discuss→plan→execute→verify→review→ship. Safe steps run automatically, outward-facing steps wait for…
Command Claude Code
Terminal-friendly BEFORE/AFTER recap for a PR or a commit — what was done, what was found, what's left.
Command Claude Code
Reconstruct the current PR branch's pipeline state — recent git activity + which workflow steps (code-review, simplify, review-pr, just-test, bugbot, CI) ran — and refresh the statusline badges.
Command Claude Code
Overview of ALL my open PRs — one row each: PR#(+mirror), CI, open Bugbot findings, pipeline badges (CR/SMP/RPR/JT/REV with commits-ago), worktree, merge readiness.
Command Claude Code
Render the current branch's changes (or a PR) as an interactive LGTM HTML review page — Claude reads the diff, writes verified findings (bugs, two-sources-of-truth, frontend impact), then the static lgtm.cli engine renders them pinned to the right hunks.
Command Claude Code
Full code review of a PR: analyze diff, find bugs, post English developer-friendly review on GitHub.
Command Claude Code
Full code review of a PR: analyze diff, find bugs, post Ukrainian beginner-friendly review on GitHub.
Command Claude Code
Review current working directory changes: analyze code quality, find bugs, suggest improvements.
Command Claude Code
Honest self-review of Mike's performance over a window — strengths, problems, patterns, and concrete pro-notes to level up.
Command Claude Code
Sync Linear + Todoist, analyze rescue-serverless, create/update weekly sprint note in zettelkasten with estimates, today/tomorrow plan, and pro tips.
Command Claude Code
Capture a TIL (Today I Learned) into the zettelkasten wiki — one lesson, verified, linked; browse later with just -g til / til-random.
Command Claude Code
Manually trigger a scheduled task (standup | digest | reddit | all) to run immediately via RemoteTrigger.
Command Claude Code
Readable terminal summary of everything you did in a week — per-day commit list, per-PR scoreboard, week-at-a-glance bar chart, and Linear tracking-hygiene gaps.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing danger-guard.ts via npx. From mike-shevchuk/dotfiles.
Hook Claude Code
Runs when the agent sends a notification, executing notification.ts via npx with --notify. From mike-shevchuk/dotfiles.
Hook Claude Code
Runs when the agent finishes a response, executing stop.ts and cost-logger.ts via npx with --chat (2 commands). From mike-shevchuk/dotfiles.
Hook Claude Code
Runs when a subagent finishes, executing subagent_stop.ts via npx. From mike-shevchuk/dotfiles.
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check. From mike-shevchuk/dotfiles.