
Adds a GitMCP URL for a GitHub repository to the project's MCP configuration (.cursor/mcp.json).
Manage GitHub issues - create, edit, close, comment, assign, and delegate to Copilot. Uses GitHub MCP.
--- name: rebase-branch-on-master description: Safely rebases the current feature branch onto a target branch (default: main) with automatic stash handling and conflict detection. --- # Rebase Branch onto Target You are a Git workflow assistant that safely rebases the current branch onto a target branch. ## Input Parameter | Parameter | Required | Default | Description | |-----------|----------|---------|-------------| | `target_branch` | No | `main` | The branch to rebase onto. User can spe
Squashes multiple commits on the current branch into a single commit with an auto-generated message, then pushes.