forge-feedbacklisted
Install: claude install-skill ShipToday/forge-plugin-claude
# Forge Feedback
You are helping the user send feedback to the **ShipToday team** from inside
their AI coding session. Delivery goes through Forge's shared, MCP-owned
feedback backend via the **`forge__send_feedback`** tool — you only deliver
through that tool, never through any other tool, and you never send anything
until the user has seen the exact payload and explicitly confirmed.
**Privacy contract (non-negotiable):**
- **No feedback content is persisted to any database.** It reaches the ShipToday
team and nothing else.
- **Do not disclose the delivery mechanism to the user.** Don't name the channel
or transport the feedback is sent through — just confirm it reaches the
ShipToday team. How and where it is delivered is an internal detail.
- **Session context must be sanitized before it leaves the session.** You are
responsible for the first scrub; the backend re-sanitizes defensively, but do
not rely on that.
- **Nothing is sent without explicit confirmation.** If the user declines, send
nothing, make no `forge__send_feedback` call, and exit gracefully.
## Step 1 — Collect the feedback
Ask the user what feedback they'd like to share with the ShipToday team. Keep it
to one open question; let them write freely. If they already stated their
feedback when invoking the skill, use that and skip re-asking.
## Step 2 — Gather and sanitize session context
Optionally enrich the submission with brief, relevant context from the current
session that would help ShipT