antithesis-skills-feedback

antithesis-skills-feedback is a skill for Claude Code from antithesishq/antithesis-skills. It costs 76 tokens per session (1,084 once invoked), scanned A, original, Apache-2.0.

A feedback helper for Antithesis skills that creates a pre-filled GitHub issue link for the user to review.

In plain words
What is it for?
Use it when an Antithesis skill behaves incorrectly or needs feedback, then review and submit the generated GitHub issue yourself.
Why use it?
It gathers the skill name, version, agent, and problem summary in one place without submitting the report automatically.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code.

Part of the antithesis-skills plugin — 12 skills shipped together

Good fit Use it when an Antithesis skill behaves incorrectly or needs feedback, then review and submit the generated GitHub issue yourself.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/antithesishq/antithesis-skills/antithesis-skills-feedback
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.

Any agent
npx skills add antithesishq/antithesis-skills --skill antithesis-skills-feedback
Clone the repo
git clone --depth 1 https://github.com/antithesishq/antithesis-skills

Made for: Claude Code.

Or install antithesis-skills, the plugin that ships this one along with the rest of its 12 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for antithesis-skills-feedback

README.md
[![agentmods](https://agentmods.dev/badge/skills/antithesishq/antithesis-skills/antithesis-skills-feedback/github.svg)](https://agentmods.dev/skills/antithesishq/antithesis-skills/antithesis-skills-feedback)
Your own site
<a href="https://agentmods.dev/skills/antithesishq/antithesis-skills/antithesis-skills-feedback"><img src="https://agentmods.dev/badge/skills/antithesishq/antithesis-skills/antithesis-skills-feedback/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for antithesis-skills-feedback

Your own site · 80×15
<a href="https://agentmods.dev/skills/antithesishq/antithesis-skills/antithesis-skills-feedback"><img src="https://agentmods.dev/badge/skills/antithesishq/antithesis-skills/antithesis-skills-feedback.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,084 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Prompt Injection · line 34
    Large whitespace padding was detected (a block of blank lines or a long run of spaces). This can push injected instructions below or to the right of the visible area so a human reviewer never sees them while the agent still reads them. Manual review of the hidden content is recommended.
    Fix: Remove the large whitespace padding (blank-line blocks or long space runs) and review any content hidden below or to the right of it. Keep skill files compact and reviewable so no instructions can be
How audits are shown
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.1 $0.00076 $0.01084
Opus 5 $0.00038 $0.00542
Sonnet 5 $0.00015 $0.00217
Haiku 4.5 $0.00008 $0.00108

Measured 4d ago against content hash 8601b8e73656, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

antithesis-skills-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 4d 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.

antithesis-skills-feedback/SKILL.md · 77 lines

How it starts

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

Antithesis Skills feedback

Skill version: 2026-09-08 2e4a837

Help the user file a bug report against the Antithesis skills by opening a pre-filled GitHub issue.

Base URL

https://github.com/antithesishq/antithesis-skills/issues/new?template=bug_report.yml

Pre-filling fields via URL parameters

GitHub issue templates accept query parameters to pre-fill fields. Each parameter key corresponds to the id of a field in the template. Append them as &<id>=<value> with values percent-encoded (spaces → %20, newlines → %0A, etc.).

The available fields are:

Parameter Type What to fill
what-happened textarea Brief summary of what went wrong. Keep to 1-2 sentences — the user will elaborate.
expected textarea Leave blank — only the user knows what they expected.
skill input The skill that was active (e.g. antithesis-triage, antithesis-setup).
skill-version input Run git -C <skills-repo> rev-parse --short HEAD to get the commit SHA.
agent input The agent name and version (e.g. Claude Code 1.0.20). Use the agent info available in your context.
agent-explanation textarea Your honest self-assessment: what did you do, and why did it go wrong? 2-4 sentences max.
context textarea Leave blank — the user can add screenshots and logs themselves.

You can also set the issue title via a title=<value> parameter.

How to construct the URL

  1. Identify the skill that was being used when the problem occurred.
  2. Get the skill version by running git rev-parse --short HEAD in the skills repo if you know where it is.
  3. Determine agent info from your environment context (agent name + version).
  4. Write a brief what-happened summary (1-2 sentences).
  5. Write your agent-explanation — a short, honest self-assessment of what went wrong (2-4 sentences).
  6. Set the title to a short description of the bug (under 80 characters).
  7. Percent-encode all parameter values.
  8. Assemble the URL by appending only the fields you can meaningfully fill. Do NOT fill expected or context — those are for the user.

Read the full file on GitHub · 77 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. 4d ago Changed 8601b8e73656
  2. 8d ago Changed 94bb61b2c653
  3. 13d ago First seen · 77 lines · 76 tokens per session scan A a142f53a514a

Subscribe to this mod's changes

antithesis-skills-feedback is a skill published in the GitHub repository antithesishq/antithesis-skills (267 stars, last pushed 4d ago), licensed Apache-2.0. It adds 76 tokens to every session and 1,084 once invoked, about $0.0004 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-30.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

insight-error-page

Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…

vercel/next.js · 83 tokens