Loading...
Loading...
Found 2,775 Skills
Emergency fix workflow that bypasses normal sprint processes with a full audit trail. Creates hotfix branch, tracks approvals, and ensures the fix is backported correctly.
Set up, supervise, and control a persistent multi-layer "explore → execute → escalate" agent loop on a project. Use whenever a user asks to keep an agent running on a task across sessions or days — finding bugs, polishing writing, distilling a style, watching feeds, scanning for gaps, or any task whose value grows with how many findings the agent produces. Also use when the user wants to inspect, pause, resume, stop, or send a new instruction to an already-running perpetuum task.
Generates well-structured PR bodies with dynamically fetched e2e test tags
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
Resolve PR review comments
Use when you need to locate the current spec pack (FEATURE_DIR) in the Spec process of sdlc-dev, avoid reading or writing requirements/*.md in the wrong directory, or encounter issues such as "misreading context/writing to the wrong file/non-compliant branch".
Hand off the current task to another agent with full context. Use when the user says "handoff", "hand off", "hand this to", or wants to pass work to another agent (Codex or Claude).
Use when you have a spec or requirements for a multi-step task, before touching code