aigc-harness

Diagnose, rewrite, and validate text to reduce AIGC traces.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/keji94/content-scanner --skill aigc-harness
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aigc-harness
Source: https://github.com/keji94/content-scanner/tree/main/aigc-harness
Command: npx skills add https://github.com/keji94/content-scanner --skill aigc-harness

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

AIGC Harness closes the loop on AI-generated content issues by automatically diagnosing AI traces, precipitating new detection or replacement rules, performing targeted rewrites, and validating convergence until the content meets pass thresholds. It reduces manual effort for teams that must lower AI-detectable characteristics while preserving meaning and correctness.

Core Features & Use Cases

  • Four-phase automated workflow: diagnosis → rule precipitation → targeted revision → verification and fix loop.
  • Rule learning and management: generate deterministic and semantic candidate rules and append replacement pairs to the replacements table for ongoing coverage improvement.
  • Segmented, context-aware rewriting: per-segment processing with adjacent context and configurable revision modes (rewrite, anti-detect, polish).
  • Use Case: When a user reports "AI flavor too strong" or an upstream detector flags high AIGC score, run the harness to produce revised content, new candidate rules, and a post-change verification report.

Quick Start

Run the harness on the file at content_path with the workspace_path containing rules and context to diagnose, precipitate rules if needed, perform targeted rewrites, and validate until convergence.

Frequently Asked Questions about aigc-harness

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

FAQPage Schema
How do I automatically reduce AIGC traces in flagged text content?

To reduce AIGC traces automatically, this Skill diagnoses AI flavor, precipitates replacement rules, performs targeted rewrites, and validates convergence until content passes detection thresholds.

What is the workflow for rewriting AI-generated text to pass AI detection?

The workflow for rewriting AI-generated text involves a four-phase loop: diagnosing AI traces, generating candidate rules, executing context-aware segment rewrites, and verifying convergence using a fix agent.

Does AIGC detection and rewrite require a content-scanner integration?

Yes, AIGC detection and rewrite requires integration with a content-scanner, domain-config settings, a fix agent, and a workspace containing context and replacement rules for processing.

Can I manage and learn new rules for AI content rewriting?

You can manage and learn new rules by precipitating deterministic and semantic candidate rules, appending replacement pairs to the replacements table for ongoing coverage improvement during the rewrite process.

What is the best way to fix high AIGC scores in segmented text?

The best way to fix high AIGC scores is segmented, context-aware processing with adjacent context, applying configurable revision modes like rewrite, anti-detect, or polish per segment.

Why does automated AIGC rewrite need multi-round fix loops?

Automated AIGC rewrite needs multi-round fix loops to repeatedly validate content against detection thresholds, ensuring the revised text achieves convergence and passes the content-scanner checks.