Loading...
Loading...
Get user sign-off on a set of commits, routing any requested changes through fix-feedback until confirmed, then autosquash resulting fixups. Use before a batch of commits is finalized (pushed, submitted as a PR) whenever the caller wants a human confirmation step first.
npx skill4agent add slash-oleh/mind-shaft feedback-looptarget_branchfix-feedbackgit log --oneline $(git merge-base HEAD "<target_branch>")..HEADSkill(skill: "fix-feedback", args: "fixup mode. {id: 'feedback-loop-<n>', body: '<feedback text>'}")nfeedback-loop-<n>implementeddeclineddeferredexplaineddescriptionGIT_SEQUENCE_EDITOR=true git rebase --autosquash -i $(git merge-base HEAD "<target_branch>")target_branchHEAD