diff --git a/plugins/projman/commands/debug-review.md b/plugins/projman/commands/debug-review.md index f93316f..43872a7 100644 --- a/plugins/projman/commands/debug-review.md +++ b/plugins/projman/commands/debug-review.md @@ -312,7 +312,12 @@ git push -u origin fix/issue-[NUMBER]-[brief-description] 3. Create PR via API or MCP tools -4. Add comment to original issue: +4. **Switch back to development branch** (required for MCP issue operations): +```bash +git checkout development +``` + +5. Add comment to original issue: ``` mcp__plugin_projman_gitea__add_comment( repo=REPO_NAME,