Loading...
Loading...
Found 3,985 Skills
Flag comments that merely restate the code instead of explaining why, and remove only those the user approves. Use when asked to remove dumb, redundant, or obvious comments, clean up comments, or invoke `/remove-dumb-comments [<number>|all]`.
Rebase E2E test snapshots based on failed tests from the PR comments.
Commit any uncommitted changes, run lint checks, fix any issues, and push the current branch. Delegates to a haiku sub-agent for speed.
Local Code Review - analyzes code changes and provides structured feedback before commit
Branch completion workflow - guides merge/PR/cleanup decisions after implementation is verified complete.
Diff Review - analyzes code changes and provides structured feedback before commit
Use when you have a spec or requirements for a multi-step task, before touching code
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
Execute Tests - walks through test cases from the test plan, collects results, and updates the plan. Use when verifying a feature implementation.
Interactive idea refinement using Socratic method to develop fully-formed designs
Create a guided code tour that walks through the codebase to answer a question or explain a feature. Opens in the browser with step-by-step navigation and highlighted code.