Spec → PR: Behind the Scenes
Step 10 — After merge: close the loop
Transition the ticket, comment the outcome, and write a footer comment back to the source spec page — the only place the workflow writes back to Confluence.
When the PR merges:
/mk:jira-lifecycle transition AUTH-201 "Done" --resolution Fixed
/mk:jira-collaborate add-comment AUTH-201 "Shipped in PR #142. Spec §R1, AC1-AC3 satisfied. AC2 dashboard target = /app/dashboard (confirmed with PM)."
/mk:confluence-collaborate add-comment 12345 --footer "AUTH-201 (Google OAuth) shipped in PR #142."This is the only place the workflow writes back to Confluence — a footer comment on the source spec page so future readers know which ticket/PR realised which requirement.
Previous: Step 9 — Implement with /mk:cook · All steps