Use when the user explicitly asks for a SKILL to create a worktree. If the user does not mention "skill" or explicitly request skill invocation, do NOT trigger this. Only use when user says things like "use a skill to create a worktree" or "invoke the worktree skill". Creates isolated git worktrees with…
Comprehensive git worktree management. Use when the user wants to create, remove, list, or manage worktrees. Handles all worktree operations including creation, deletion, and status checking.
name: python-expert-reviewer escription: Use this agent when you need expert-level Python code review with a focus on type safety, performance, and modern Python patterns. Examples: Context: User has just implemented a complex data processing pipeline with type hints. user: 'I just created this Python data processing…
Use this agent when the task implementation preparation agent has completed its analysis and the user is ready to execute the actual implementation of a task. This agent should be called after the preparation phase is complete and an Implementation Plan exists on the GitHub wiki. Examples: Context: User has a prepared…
Use this agent when a task implementation has been completed and needs comprehensive review before being considered finished. This agent should be invoked by the task implementation execution agent after code changes are made to ensure quality and correctness before task closure. Examples: Context: The task…
Use this agent when you need expert-level TypeScript code review with a focus on type safety, performance, and modern TypeScript patterns. Examples: Context: User has just implemented a complex generic utility type for form validation. user: 'I just created this TypeScript utility type for handling form state. Can you…