forge-feedback

A feedback form for sending comments or problem reports to the ShipToday team from an AI coding session. It asks for confirmation before sending and removes session details that should not be shared.

In plain words
What is it for?
Use it to submit feedback, report Forge problems, or share comments with the ShipToday team.
Why use it?
It avoids leaving the coding session to report an issue and helps prevent private session context from being sent accidentally.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/shiptoday/forge-plugin-codex/forge-feedback
Any agent
npx skills add ShipToday/forge-plugin-codex --skill forge-feedback
Clone the repo
git clone --depth 1 https://github.com/ShipToday/forge-plugin-codex

Made for: Claude Code, Codex.

Per session 160 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,024 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00160 $0.01024
Opus 5 $0.00080 $0.00512
Sonnet 5 $0.00032 $0.00205
Haiku 4.5 $0.00016 $0.00102

Measured 2d ago against content hash d5ddbb00b9b9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

forge-feedback scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/forge/skills/forge-feedback/SKILL.md · 107 lines

How it starts

The opening of the file, as written. The whole thing — 107 lines — stays where its author put it; the contents beside it link to each section on GitHub.

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 ShipToday act on the feedback — e.g. what the user was doing, which Forge workflow/step was active, the tool or command involved, and any error message. Keep it short (a few lines).

Sanitize the context before showing or sending it. Remove:

  • Secrets and credentials: API keys, tokens, bearer tokens, JWTs, passwords, KEY=value env assignments, connection strings.
  • Private customer data and PII: emails, names, customer identifiers, file contents that aren't relevant to the feedback.
  • Anything the user wouldn't want shared outside their org.

Read the full file on GitHub · 107 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 107 lines · 160 tokens per session scan A d5ddbb00b9b9

Subscribe to this mod's changes

forge-feedback is a skill published in the GitHub repository ShipToday/forge-plugin-codex (2 stars, last pushed 3d ago), licensed MIT. It adds 160 tokens to every session and 1,024 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories