MCP HubMCP Hub
SKILL·061149

false-positive-reviewer

conorbronsdon
업데이트됨 6 days ago
3 조회
4,307
365
4,307
GitHub에서 보기
기타ai

정보

이 스킬은 AI 작성 탐지기 결과의 신중한 해석을 제공하며, 플래그의 의미 설명과 잠재적 오탐지 평가에 중점을 둡니다. 학술 또는 채용 결정과 같은 중대한 시나리오를 위해 설계되었으며, 근거 없는 저작권 판단을 명시적으로 배제합니다. 개발자는 사용자가 단순한 이진 분류가 아닌 탐지 결과에 대한 미묘한 분석이 필요할 때 이 스킬로 연결해야 합니다.

빠른 설치

Claude Code

추천
기본
npx skills add conorbronsdon/avoid-ai-writing -a claude-code
플러그인 명령대체
/plugin add https://github.com/conorbronsdon/avoid-ai-writing
Git 클론대체
git clone https://github.com/conorbronsdon/avoid-ai-writing.git ~/.claude/skills/false-positive-reviewer

Claude Code에서 이 명령을 복사하여 붙여넣어 스킬을 설치하세요

문서

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.

GitHub 저장소

conorbronsdon/avoid-ai-writing
경로: skills/false-positive-reviewer
0
ai-writingclaudeclaude-codellmprompt-engineeringskill
FAQ

자주 묻는 질문

false-positive-reviewer Skill이란 무엇인가요?

false-positive-reviewer은(는) conorbronsdon이(가) 만든 Claude Skill입니다. Skill은 Claude가 필요할 때 불러오는 지침과 리소스를 묶어 추가 프롬프트 없이 false-positive-reviewer 관련 작업을 수행할 수 있게 합니다.

false-positive-reviewer은(는) 어떻게 설치하나요?

이 페이지의 설치 명령을 사용하세요. false-positive-reviewer을(를) Claude Code 플러그인으로 추가하거나 저장소를 skills 디렉터리에 복제한 다음 Claude를 다시 시작해 Skill을 불러옵니다.

false-positive-reviewer은(는) 어떤 카테고리에 속하나요?

false-positive-reviewer은(는) 기타 카테고리에 속합니다.

false-positive-reviewer은(는) 무료로 사용할 수 있나요?

네. false-positive-reviewer은(는) AIMCP에 등록되어 있으며 무료로 설치할 수 있습니다.

연관 스킬

llamaguard
기타

LlamaGuard는 폭력 및 혐오 발언 등 6가지 안전 범주에서 LLM 입력과 출력을 조정하기 위한 Meta의 70-80억 파라미터 모델입니다. 94-95% 정확도를 제공하며 vLLM, Hugging Face 또는 Amazon SageMaker를 사용해 배포할 수 있습니다. 이 기술을 사용하여 AI 애플리케이션에 콘텐츠 필터링 및 안전 가드레일을 손쉽게 통합하세요.

스킬 보기
cost-optimization
기타

이 Claude Skill은 리소스 적정화, 태깅 전략, 지출 분석을 통해 개발자들이 클라우드 비용을 최적화할 수 있도록 지원합니다. AWS, Azure, GCP에서 클라우드 비용을 절감하고 비용 거버넌스를 구현하기 위한 프레임워크를 제공합니다. 인프라 비용을 분석하거나, 리소스를 적정화하거나, 예산 제약을 충족해야 할 때 사용하세요.

스킬 보기
sports-betting-analyzer
기타

이 Claude Skill은 스프레드, 오버/언더, 프로프 베트를 포함한 스포츠 베팅 시장을 분석합니다. 역사적 추이와 상황별 통계를 검토하여 가치 베트를 발견하고, 교육적 목적으로 실행 가능한 권장 사항이 담긴 구조화된 마크다운 결과를 제공합니다. 개발자는 이 기능을 스포츠 베팅 분석 도구에 활용할 수 있으며, 단순히 엔터테인먼트/교육 목적으로만 설계되었음을 유의해야 합니다.

스킬 보기
quantizing-models-bitsandbytes
기타

이 스킬은 bitsandbytes를 사용하여 LLM을 8비트 또는 4비트 정밀도로 양자화하며, 최소한의 정확도 손실로 50-75%의 메모리 감소를 달성합니다. 제한된 GPU 메모리에서 더 큰 모델을 실행하거나 추론을 가속화하는 데 이상적이며, INT8, NF4, FP4와 같은 형식을 지원합니다. 이 스킬은 HuggingFace Transformers와 통합되어 QLoRA 학습 및 8비트 옵티마이저를 가능하게 합니다.

스킬 보기