forge-feedback

Collect and submit user feedback with sanitized session context.

Updated May 14, 2026
One-click install
npx skills add https://github.com/ShipToday/forge-plugin-claude --skill forge-feedback
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forge-feedback
Source: https://github.com/ShipToday/forge-plugin-claude/tree/main/skills/forge-feedback
Command: npx skills add https://github.com/ShipToday/forge-plugin-claude --skill forge-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of providing feedback during coding sessions, ensuring it is securely and effectively submitted to the ShipToday team.

Core Features & Use Cases

  • Real-time Feedback: Capture user feedback from within the coding environment.
  • Sanitized Context: Gather and sanitize session context to protect sensitive information.
  • Confirmation before Submission: Provide a detailed payload preview and require user confirmation before sending feedback.
  • Secure Submission: Deliver feedback through the Forge's shared MCP feedback backend, ensuring secure and private transmission.

Quick Start

Send feedback to the ShipToday team by typing "forge-feedback" followed by your feedback.

Frequently Asked Questions about forge-feedback

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I collect user feedback securely within coding sessions?

You can collect feedback within coding sessions by using a tool that sanitizes session context and requires user confirmation before submission. This approach ensures sensitive information is protected during iterative product development.

What is context sanitization and why is it needed when submitting session feedback?

Context sanitization is the process of scrubbing sensitive information from session data before submission. It is needed to protect user privacy and secure proprietary code when transmitting feedback to a backend.

How do I submit feedback to a backend without exposing sensitive session data?

To submit feedback safely, you need a process that gathers session context, sanitizes it to remove sensitive data, and provides a payload preview for user confirmation before securely sending it to the backend.

Does this feedback collection method require user confirmation before sending data?

Yes, the feedback collection method requires explicit user confirmation. It provides a detailed payload preview of the sanitized session context before securely submitting any data to the backend.

What is the best way to capture real-time feedback during iterative product development?

The best way to capture real-time feedback is directly within the coding environment. This allows developers to provide input immediately while ensuring the data is sanitized and securely transmitted.

When should I not use an automated session feedback submission tool?

You should avoid automated session feedback submission if your coding environment contains highly sensitive data that cannot be adequately sanitized, or if you require a completely offline feedback process.