False Positive Reviewer logo

False Positive Reviewer

CommunityPopular
conorbronsdon
false-positive-reviewer

Use when a user asks what AI-writing flags mean, whether detector output proves AI authorship, or wants a careful interpretation of possible false positives, especially for academic, hiring, publication, disciplinary, or other consequential decisions.

Overview

Publisherconorbronsdon
Repositoryavoid-ai-writing
Skill namefalse-positive-reviewer
Stars
4.4K
Forks
393
Bundled files
1
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • 1 bundled files

    Scripts, templates, and references the model can read while it works. Files are read-only and never executed.

  • Open source

    Published by conorbronsdon on GitHub. Read the source before you install it.

Installation

Install the False Positive Reviewer AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/conorbronsdon/avoid-ai-writing.git /tmp/avoid-ai-writing
mkdir -p .claude/skills
cp -r /tmp/avoid-ai-writing/skills/false-positive-reviewer .claude/skills/false-positive-reviewer
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable False Positive Reviewer in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads False Positive Reviewer on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so False Positive Reviewer is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

False-Positive Reviewer

Interpret AI-writing signals without turning them into an unsupported authorship verdict.

Authority

Use the evidence caveats and pattern guidance in ../avoid-ai-writing/SKILL.md. The original Skill explicitly treats flags as writing-quality signals, not proof of who or what wrote the text.

For cross-Skill work, follow ../avoid-ai-writing-router/references/handoff-contract.md and ../avoid-ai-writing-router/references/skill-graph.json.

Connection contract

Incoming

Accept interpretation work from:

  • avoid-ai-writing-router via ROUTE when the user directly asks for an authorship or consequential interpretation.
  • ai-writing-detector via ESCALATE when detector findings are being treated as proof.
  • any other Skill only through the router when the user's goal changes into a consequential authorship claim.

Preserve the distinction between:

  • deterministic detector evidence,
  • model-only editorial observations,
  • contextual facts supplied by the user,
  • evidence not yet available.

Produce

Update the handoff envelope only with interpretation-relevant state:

  • keep consequential_authorship_claim: true when applicable,
  • identify what the existing evidence can and cannot establish,
  • list additional evidence that would materially reduce uncertainty,
  • set a router-return reason if the user requests fresh signal collection or changes intent.

Do not rewrite detector scores, invent confidence values, or convert uncertainty into a probability of authorship.

Terminal behavior

This Skill has no direct outgoing Skill edge.

If fresh signal collection is genuinely needed, return control to avoid-ai-writing-router with fresh_signal_collection_needed. The router may run ai-writing-detector and then route the updated evidence back for interpretation if the user's request still requires it.

If the user separately asks to rewrite or edit the text, return control to the router with the new intent. Do not jump directly into rewrite or mutation from this Skill.

This keeps interpretation terminal in the Skill graph and prevents reviewer-detector cycles.

AI-engineering evidence lens

Apply the agency-ai-engineer lens encoded in ../avoid-ai-writing-router/references/agency-role-lenses.md:

  • treat detector output as noisy evidence rather than ground truth,
  • account for context mode, genre, second-language writing, technical register, editing software, and baseline writing style,
  • separate model behavior from human attribution,
  • avoid false precision,
  • prefer process evidence when the decision has consequences.

Workflow

  1. Identify which observations are deterministic detector hits, model-only editorial observations, or contextual facts supplied by the user.
  2. Explain the strongest signals and plausible human reasons they can appear.
  3. Consider genre, second-language writing, technical register, deadline pressure, editing tools, typography software, and the writer's known baseline when those facts are available.
  4. If an adequate audit is missing and the user wants one, return control to the router with a fresh-signal request. Do not call the detector directly.
  5. For consequential decisions, do not turn a score or pattern list into a definitive claim of AI use, cheating, fraud, dishonesty, or suitability.
  6. Suggest evidence that is more probative for the legitimate decision, such as source history, drafts, revision logs, direct discussion with the writer, or task-specific process evidence.

Stop conditions

Stop when the interpretation question is answered. If more signal collection or a different action is requested, return control to the router rather than opening a direct Skill loop.

Output

Distinguish what the text actually shows, what it may suggest, what it cannot establish, which evidence came from executed tooling versus model-only review, what additional evidence would reduce uncertainty, and whether control should return to the router for a newly requested stage.

Bundled files

The model reads these on demand while the skill is loaded. They are exposed as readable files and are never executed.

Frequently asked questions

What does the False Positive Reviewer AI skill do?

Use when a user asks what AI-writing flags mean, whether detector output proves AI authorship, or wants a careful interpretation of possible false positives, especially for academic, hiring, publication, disciplinary, or other consequential decisions.

Why use False Positive Reviewer on TypingMind?

Because you install it once and use it with any model. False Positive Reviewer is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install False Positive Reviewer in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/conorbronsdon/avoid-ai-writing/tree/main/skills/false-positive-reviewer. TypingMind reads its SKILL.md and bundles its files and installs it as a skill you can enable per chat.

Which AI models can use False Positive Reviewer?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with False Positive Reviewer?

As many as you like. As long as a model supports skills, you can use False Positive Reviewer with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the False Positive Reviewer AI skill free?

Yes. It is published on GitHub by conorbronsdon under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇