| @@ branch-agent — stash pop conflict recovery @@ | |
| > 1. `git stash list` — confirm the stash entry is present | |
| > 2. Resolve any conflicts in the listed files | |
| - | > 3. `git stash drop` once resolved |
| - | > Do not retry. Do not drop the stash automatically. |
| + | > 3. `git add <resolved-files>` — stage resolved files first |
| + | > 4. `git stash drop` to remove the stash entry |
| + | > Do not retry. Do not drop the stash before staging resolved files. |
| @@ create-issue/SKILL.md — host detection (Phase 1) @@ | |
| - URL contains `github.com` → host is GitHub, CLI is `gh` | |
| - | - URL contains `gitlab.com` or any non-GitHub host → GitLab, CLI is `glab` |
| - | - If absent or unrecognizable → AskUserQuestion (GitHub / GitLab) |
| + | - URL contains `gitlab.com` or `gitlab.` → GitLab, CLI is `glab` |
| + | - Any other host (Bitbucket, Azure DevOps, Gitea) → AskUserQuestion |
Twitter/X
Bluesky