← ClaudeAtlas

forge-feedbacklisted

Collects feedback for the ShipToday team from inside an AI coding session and delivers it via Forge's shared MCP feedback backend. Invoke this skill whenever the user wants to "send feedback", "share feedback", "report a problem with Forge", "give the ShipToday team feedback", "submit feedback", or types "forge-feedback". The skill runs a short conversation to capture the feedback, gathers and SANITIZES relevant session context, shows the user the exact payload that will be sent, lets them revise it, and sends ONLY after explicit user confirmation by calling the `forge__send_feedback` MCP tool. No feedback content is stored. Do NOT invoke for product/SDLC work on a tracked item — that is `forge-autopilot` / `forge__start_workflow`.
ShipToday/forge-plugin-claude-mp · ★ 0 · AI & Automation · score 72
Install: claude install-skill ShipToday/forge-plugin-claude-mp
# 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