
Perform a code review or pull request review on a branch
General coding conventions for clean, maintainable code. Always load this skill when writing or reviewing code in any language.
Orchestrate parallel subagent task runs. Smart input resolution - provide a name, directory, yaml file, or spec file. No argument runs the latest dispatch.
Implement a feature or fix based on a Linear issue
Engineering philosophy and work culture principles. Load this skill when making architectural decisions or to understand the team's work principles.
Conduct an iterative multiple-choice interview using AskUserQuestion. Returns the Q&A inline. Use as a utility when a caller needs structured user input on a topic.
Disciplined per-commit workflow with Greybeard review, build gates, and Critique loops
Create well-structured Linear issues, projects, project updates, or initiatives
Reshape git history with rebase — edit-in-place to fix an earlier commit, squash/fixup, drop, split, reword, or validate every replayed commit. Load whenever you need to change a commit that is not HEAD, or for any branch-history cleanup before push. Covers driving every editor invocation non-interactively so the rebase runs without a human at the keyboard.
TypeScript-specific coding conventions and type system patterns. Always load this skill when writing or reviewing TypeScript code.
Bulk code refactoring using AST patterns instead of manual read-edit-write cycles. Load this skill when renaming, changing signatures, or migrating API usage across many files.
Examine code, document its design, and collaboratively plan improvements
Write scripts using opsh and its built-in libraries. Load this skill when writing, reviewing, or debugging opsh scripts.
Review a pull request by branch name or URL, using a git worktree
Maintain product, architecture, and implementation docs — routes input, detects gaps, and interviews for completeness