Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
$pwd:

jira-epic-executor

// Execute an entire JIRA epic end-to-end by discovering every child ticket (stories + subtasks), building a dependency graph from JIRA issue links, and scheduling tickets into dependency-aware waves. Tickets within a wave run in parallel (each in its own git worktree to avoid conflicts); waves run sequentially. Each individual ticket is delegated to jira-task-executor, which itself delegates the coding to Codex, runs clean-code review for complex tickets, transitions JIRA status, and posts an impl log. Use when: the user hands over an epic key (or epic URL) and wants the whole thing shipped, or when a feature has been spec'd and the epic is fully populated and ready to run. Epic-level cousin of sprint-executor — same wave pattern, scoped to an epic instead of a sprint.

$ git log --oneline --stat
stars:2
forks:0
updated:2026년 5월 15일 22:36
SKILL.md
readonly