A skill for reviewing a specific diff and showing the findings as comments inside difit (the diff viewer). Use it to review branch diffs, commit diffs, or GitHub PRs, then preload findings or code explanations into difit with --comment before launching it for the user.
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…
MUST use whenever Claude wants the user to read or review a file it has prepared or modified — markdown reports / plan files / design docs / summaries, drafts before MCP writes (Notion / Slack / Linear / Gmail drafts / Obsidian), SQL queries, code files, config files, or any text file that needs human eyes before the…
A checker that gathers permission entries from repository-local settings files and classifies which ones might belong in shared global settings. It only identifies candidates; a separate approved action performs any addition.
A teaching workflow for building a deep understanding of a pull request, design document, article, codebase, book chapter, paper, or idea. It covers the problem, solution, edge cases, and wider context.
A workflow for turning a short request into a Linear issue, where Linear is a system for tracking software work. It first clarifies the goal and completion conditions, then creates the issue through Linear.
A Go change reviewer focused on design rather than routine formatting or type checks. Go is a programming language, and table-driven tests are tests that run many named cases from one shared data table.
A review check for changes to Markdown documents, shell scripts, SB files, and JSON settings. It looks for bloated explanations and comments about past decisions that no longer describe the current design.
A TypeScript and TSX change reviewer focused on design issues that ordinary code checks may not catch. TypeScript is a programming language that adds type information to JavaScript, and TSX is its format for React interface code.
A procedure for adding comments to code when a project hook normally blocks comment changes. It requires a temporary permission marker, limits comments to useful explanations, and removes the marker afterward.
An automated workflow for taking a GitHub pull request from review to merge. A pull request is a proposed code change, and CI is the automated testing and checking that runs on it.
A shared procedure for background coding sessions that are assigned issues by Symphony, an orchestration tool. It covers checking the issue tracker, recording work, moving work to human review, and merging changes.