← 返回
未分类 中文

Monet Works — Content QA Remediation

QA remediation auto-fix pipeline for Monet Works content. Detects and repairs common content issues: banned phrases, missing disclaimers, missing CTAs, and e...
QA remediation auto-fix pipeline for Monet Works content. Detects and repairs common content issues: banned phrases, missing disclaimers, missing CTAs, and e...
clawdiri-ai clawdiri-ai 来源
未分类 clawhub v0.1.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 393
下载
💾 0
安装
1
版本
#latest

概述

Monet Works Content QA Pipeline

Goal Chain: L0 Medici Enterprises → L1 Monet Works → L2 Content Quality

Purpose

This skill is an automated QA and remediation pipeline for all content produced by Monet Works. It detects and automatically fixes common content issues, ensuring brand consistency and quality before publication.

How It Works

The content-qa CLI tool takes a markdown file as input and processes it through a series of checks and fixes. It outputs the remediated content to stdout and a structured JSON report of all changes to stderr.

Checks and Fixes

  1. Banned Phrases:
    • Detects: A list of 37+ banned phrases (e.g., "in conclusion," "game-changer," "level up").
    • Fix: Automatically removes or rephrases them.
  1. Missing Disclaimers:
    • Detects: If the content discusses investments, finance, or taxes without the standard legal disclaimer.
    • Fix: Appends the required disclaimer to the end of the document.
  1. Missing Call-to-Action (CTA):
    • Detects: If the content does not end with a clear CTA (e.g., a link to a product, a request to subscribe).
    • Fix: Appends a default, context-aware CTA based on the content's topic.
  1. Excessive Length:
    • Detects: If the word count exceeds platform-specific limits (e.g., >600 words for LinkedIn).
    • Fix: Uses an AI model to generate a concise summary and offers it as an alternative.
  1. AI Writing Patterns:
    • Detects: Integrates with the ogilvy-humanizer skill to detect and fix common AI writing tics.
    • Fix: Applies the humanizer's transformations.

Usage

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
  }
}

Integration

This is the final step in the Monet Works content generation pipeline, run just before scheduling a post.

# Part of the main content pipeline script
cat $DRAFT_FILE | content-qa fix > $FINAL_FILE 2> $QA_REPORT_FILE

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.

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-05-07 09:05 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

humanizer-zh

liuxy951129-cpu
去除文本中的 AI 生成痕迹。适用于编辑或审阅文本,使其听起来更自然、更像人类书写。 基于维基百科的"AI 写作特征"综合指南。检测并修复以下模式:夸大的象征意义、 宣传性语言、以 -ing 结尾的肤浅分析、模糊的归因、破折号过度使用、三段
★ 63 📥 29,992
content-creation

Marketing Skills

jchopard69
访问 23 个营销模块,提供转化率优化(CRO)、SEO、文案撰写、分析、发布、广告和社交媒体的清单、框架及可直接使用的交付物。
★ 144 📥 31,204
content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 914 📥 209,253