Loading...
Loading...
Found 16 Skills
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
Create and checkout a new git branch with smart validation and GitHub issue integration
Use this skill when asked to create a pull request (PR). It ensures all PRs follow the repository's established templates and standards.
Resume a paused experiment. Checkout the experiment branch, read results history, continue iterating.
Create or update pull requests for the current branch
Create a PR with dev as base using the pull request template. Use when opening a new PR.
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - Guides the completion of development work by providing packaged options for merging, PR, or cleanup
Used when the current Spec Pack needs to be discarded/revoked due to major requirement issues, and the corresponding `.aisdlc/specs/{branch}` directory as well as local and remote branches must be deleted. Meanwhile, you need to output the deletion list and ask the user for double confirmation before performing the deletion.
Finalize development branches for integration. Prepares branches for merging with cleanup, rebasing, and verification steps.
This skill should be used when user asks to "create a PR", "make a pull request", "open PR for this branch", "submit changes as PR", "push and create PR", or runs /create-pr or /pr-creator commands.
Commit changes from the current Claude Code session to a new branch, push to GitHub, and open a PR. Use when the user wants to save their work as a PR, submit session changes, or create a pull request for what was done in this session.
Use when ALL tasks in an epic or branch are closed and you are ready to integrate the entire body of work - never after individual task completions, never mid-epic