feat(harness): /orchestrator:feedback skill — file PO feedback from consumer repos (issue #177) - #199
Merged
Merged
Conversation
…sue #177) Ship a five-second feedback-capture skill for rollout testing: run /orchestrator:feedback "<one-line description>" from a consumer repo (reDeploy/reDeFi) and it autofills the origin label, installed plugin version, and body template, then files a triage-inbox issue (no milestone, no planned) in robercano/reCode via plain gh — the one deliberate owner-identity gh call in this plugin, since it IS the owner's own feedback. Co-Authored-By: Claude Sonnet 5 <[email protected]>
Collaborator
Author
|
feat(harness): /orchestrator:feedback skill — file PO feedback from consumer repos (issue #177) (not yet reviewed) |
robercano
approved these changes
Jul 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #177
What
Ships the
/orchestrator:feedbackskill: a five-second capture path that files owner PO-feedback intorobercano/reCodefrom a consumer repo (reDeploy/reDeFi), with autofilled metadata.How
.claude/skills/feedback/SKILL.md(name: feedback→ exposes/orchestrator:feedback, same auto-registration as thesetup/syncskills). Prompts only for the description + optional severity..claude/skills/feedback/feedback.sh— deterministic helper: derives thefrom:redeploy/from:redefilabel from theoriginremote, reads the installed plugin version from the cache manifest (${CLAUDE_PLUGIN_ROOT}/.claude-plugin/plugin.json, with local fallback →unknown), assembles an observed/expected/severity body template, applies thefeedbacklabel, and files intorobercano/reCodewith no milestone / noplanned(triage inbox). Guards against non-consumer contexts (reCode itself, no origin, plugin not installed) and never creates a partial issue.ghby design (documented) — it IS owner feedback filing an issue (never a PR), the one intentional exception to the bot-gh rule..claude/scripts/feedback.test.sh— 37 hermetic, offline checks (dry-run + overridable$FEEDBACK_GH_BINstub; auto-discovered by thetestgate).docs/USAGE.md— new subsection in the Release-cycle area.Gates (via
GATES_FILE=.claude/self/gates.json)Review
🤖 Generated with Claude Code