npx claudepluginhub dkoosis/cc-plugins<issue-number|nug-id|description># Submit Task to Codex Generate a Codex Task Manifest (CTM) and submit it to Codex via browser automation. ## Arguments The argument can be: - **GitHub issue number**: `#123` or `123` - fetch issue and generate CTM - **Orca nug ID**: `n:task:something` - generate CTM from nugget - **Plain description**: Any text - generate CTM from description ## Instructions ### Step 1: Parse Input and Generate CTM **If GitHub issue number:** 1. Run `gh issue view <number> --json title,body,labels` 2. Extract requirements from issue body 3. Identify relevant paths from issue context 4. Generate CTM u...
/submitSubmits contributions: pushes git branch and creates draft PR for fixes, posts PR review comments, or issue proposals based on context.
/submitSubmit a custom persona as a PR to add it to the built-in specialist registry
/submitYou submit a finished implementation as a GitHub pull request, ensuring the work is verified, atomically committed, and traceable back to both the originating issue and the plan that designed it.
/submitCommit staged changes, push the branch, and open a pull request against main
Generate a Codex Task Manifest (CTM) and submit it to Codex via browser automation.
The argument can be:
#123 or 123 - fetch issue and generate CTMn:task:something - generate CTM from nuggetIf GitHub issue number:
gh issue view <number> --json title,body,labelsIf Orca nug ID:
mcp__orca__get_nugIf plain description:
Display the generated CTM to user and ask for confirmation before submitting.
IMPORTANT: Check browser state first to avoid opening duplicate tabs.
browser_snapshot to check if browser is already openbrowser_navigate to go to https://chatgpt.com/codexbrowser_tabs with action "list" to see open tabs.claude/codex.local.md to get configured repository (default_repo field)main (or appropriate base branch)chatgpt.com/codex/tasks/task_e_[id].claude/codex-tasks.json:{
"tasks": [
{
"id": "task_e_xxx",
"title": "Task title from CTM",
"submitted": "2025-01-15T10:30:00Z",
"source": "issue #123",
"status": "pending"
}
]
}
Inform user:
/codex:statusUse the CTM template from skills/codex-prompts/references/ctm-template.yml.
Key sections to populate:
task.id, task.title, task.branchcontext.success_definitioncontext.non_goalsinputs.relevant_paths_hinttesting.commands/codex:loginbrowser_tabs to manage existing session.IMPORTANT: Do NOT close the browser when done. Leave it open for subsequent commands. Only close if explicitly requested by user or if browser is in a broken state.
/codex:submit #456
/codex:submit n:task:add-tests-kg
/codex:submit Add test coverage for internal/mcp/server.go