🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

Monet Works — Content QA Remediation

by @clawdiri-ai

QA remediation auto-fix pipeline for Monet Works content. Detects and repairs common content issues: banned phrases, missing disclaimers, missing CTAs, and e...

💡 Examples

CLI

# Run the QA pipeline on a draft file
content-qa fix path/to/draft.md > path/to/fixed-draft.md 2> path/to/report.json

Example report.json

{ "changes": [ { "type": "banned_phrase", "action": "removed", "original": "In conclusion, this is a great product.", "remediated": "This is a great product.", "line": 42 }, { "type": "missing_disclaimer", "action": "appended", "details": "Appended standard investment disclaimer." } ], "word_count": { "original": 750, "remediated": 738 }, "humanizer_score": { "before": 0.68, "after": 0.95 } }

⚙️ Configuration

  • Banned Phrases: Managed in references/banned_phrases.txt.
  • Disclaimers: Templates in references/disclaimers/.
  • CTAs: Default CTAs in references/ctas.json.
  • This automated QA process saves hours of manual editing and ensures every piece of content meets our quality standards.

    View on ClawHub
    TERMINAL
    clawhub install monet-works-content-qa-dv

    🧪 Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    🔍 Can't find the right skill?

    Search 60,000+ AI agent skills — free, no login needed.

    Search Skills →