en un clic
sync
Sync task progress to linked GitHub Issue
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Sync task progress to linked GitHub Issue
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Merge PR and move Cortex task to done
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.
| name | sync |
| description | Sync task progress to linked GitHub Issue |
git branch --show-currentcx ls --status progress --format json 2>/dev/null | head -20Sync task progress to the linked GitHub Issue by posting a progress update comment.
$ARGUMENTS
If a task ID (CX-N) was provided: Use the provided task ID directly.
If no task ID provided:
feat/cx-N-*, fix/cx-N-*, chore/cx-N-*)mcp__cortex__task(action="list", status="progress")
mcp__cortex__task(action="get", id="CX-N")
Check if the task has a github_issue field set.
If task has no GitHub Issue linked:
The task CX-N is not linked to a GitHub Issue.
Would you like to:
1. Link it to an existing issue: cx edit CX-N --github https://github.com/owner/repo/issues/123
2. Skip the sync for now
Please provide the GitHub Issue URL or choose to skip.
If user provides a URL, update the task:
cx edit CX-N --github <url>
Always preview before posting:
cx sync github CX-N --dry-run
Show the preview output to the user and ask for confirmation:
This will post the above comment to GitHub Issue #X in owner/repo.
Do you want to proceed? (yes/no)
If user confirms, post the update:
cx sync github CX-N
For completion updates (when task is done), use:
cx sync github CX-N --complete
Show:
/sync
-> Auto-detects task CX-135 from branch or in-progress status, syncs to GitHub
/sync CX-131
-> Syncs task CX-131 progress to its linked GitHub Issue
gh auth login