원클릭으로
reset-epic
Reset an epic's test data — close PRs, delete branches, reopen issues, revert code
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Reset an epic's test data — close PRs, delete branches, reopen issues, revert code
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Alias for /flo-simplify — see that skill's description.
Alias for /quicken — see that skill's description.
Alias for /ward — see that skill's description.
MoFlo ticket spell - analyze and execute GitHub issues
Verify-before-done — exercise the current change end-to-end against its acceptance criteria (the SDD plan's, or the ticket's) and report a per-criterion PASS/FAIL verdict, then record the outcome to memory. This is the concrete action that satisfies moflo's verify-before-done gate (`gates.verify_before_done` / `/flo -v` / `/flo -sd`). Use before `gh pr create` when the change must be proven to work, not just tested in passing. Verifies only — it does not fix; on FAIL it reports the gaps and stops.
Turn a vague idea into a concrete, actionable spec through a short Socratic dialogue, then hand the result off to an existing moflo surface — a /flo ticket, a spell, or memory. Use BEFORE you have a defined unit of work, when the goal is still fuzzy.
SOC 직업 분류 기준
| name | reset-epic |
| description | Reset an epic's test data — close PRs, delete branches, reopen issues, revert code |
| arguments | <epic-number> |
Fully resets an epic so it can be re-tested from scratch.
Arguments: $ARGUMENTS
/reset-epic <epic-number> # e.g. /reset-epic 287, to reset that epic for retesting
Given an epic issue number, perform ALL of the following:
epic/<number>-*, feat/<story>-*, revert/epic-<number>-*)- [x] checkboxes back to - [ ]epic-state memory namespace for this epic and its stories (keys: epic-<N>, story-<N> for each story). Use mcp__moflo__memory_list with namespace epic-state to find entries, then mcp__moflo__memory_delete for each.Print a summary table:
Epic #<N> Reset Summary
─────────────────────────
Issues reopened: X
PRs closed: X
Branches deleted: X (remote) / X (local)
Status: CLEAN — ready for retesting
main or the current branchgh CLI for all GitHub operations