Loading...
Loading...
Found 3,016 Skills
Move changes from main or a placeholder branch to a well-named feature branch, preserving commits and working tree state. Use before opening a PR when work started on main or an auto-generated branch name.
Write or review a pull/merge request body. Use when drafting or auditing a PR/MR description, or embedding screenshots or video in one.
Read-only triage gate for an autofix chain. Decides whether a tracker issue is a real, still-unfixed defect on the current branch. Stops the chain cleanly with NO_ACTION_NEEDED when the issue is already fixed, already in progress by someone else, already covered by an open PR, or not actually a bug.
Rebase E2E test snapshots based on failed tests from the PR comments.
Local Code Review - analyzes code changes and provides structured feedback before commit
Smart Commit - stages all changes and creates a conventional commit
Branch completion workflow - guides merge/PR/cleanup decisions after implementation is verified complete.
Merge changes from worktrees into current branch with selective file checkout, cherry-picking, interactive patch selection, or manual merge
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
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