一键导入
merge
Merge PR and move Cortex task to done
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Merge PR and move Cortex task to done
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Create PR and move Cortex task to review
Start working on a task - creates branch, enters worktree and moves to progress
Start a brainstorming session to explore ideas before committing to a plan. Use when the solution isn't clear, there are multiple approaches, or you need to explore trade-offs.
Use this skill for ALL coding work. Enforces task tracking, memory usage, and proper workflow using Cortex MCP tools. MUST be used when implementing features, fixing bugs, or any development work.
Execute the 3-agent workflow (research → implement → verify) for coding tasks. Use for ALL feature implementations, bug fixes, and code changes. Spawns autonomous agents that research, implement, and verify changes.
Analyze project and save context as Cortex memories (stack, architecture, database, testing)
基于 SOC 职业分类
| name | merge |
| description | Merge PR and move Cortex task to done |
| user-invocable | true |
| allowed-tools | mcp__cortex__git, Bash(gh pr view:*), Bash(git branch:*) |
git branch --show-currentgh pr view --json number,title,state 2>/dev/nullMerge the Pull Request using the Cortex MCP tool.
Check the context above. If no PR exists for the current branch:
/pr first to create oneUse the Cortex MCP tool to merge:
mcp__cortex__git(action="merge")
This single command will:
done statusShow the merge confirmation and task status update.
IMPORTANT: