‹ 首页

audit-content

@dandye · 收录于 5 天前 · 上游提交 3 个月前

Comprehensive content quality and maintenance assessment. Evaluates documentation quality, relevance, maintenance needs, and provides actionable recommendations.

适合你,如果你需要定期检查文档质量并获取优化建议。

/ 通过 npx 安装 校验哈希
npx oh-my-skill add dandye/ai-runbooks/audit-content
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- dandye/ai-runbooks/audit-content
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify dandye/ai-runbooks/audit-content
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
119GitHub stars
~477上下文体积 · 单文件
索引托管

怎么用

商店整理自技能原文 · 版本 086cbf6 · 表述以原文为准
它做什么

装上后,Claude 可以扫描指定的文档或内容文件夹,检查内容是否过时、质量如何、有无错误,并生成一份包含质量评分、问题列表和修复建议的报告。

什么时候触发

当你要求 Claude 审计某个文件或文件夹的内容时触发。

装好后可以这样说
Claude 会扫描文件夹并生成报告。
Claude 找出过时内容。
Claude 检测断链并报告。
技能原文 SKILL.md作者撰写 · Apache-2.0 · 086cbf6

Content Audit Skill

Perform a comprehensive quality and maintenance assessment of documentation or content. This skill evaluates content against quality standards, checks for freshness, identifies maintenance needs, and provides actionable recommendations.

Inputs
  • PATH - The directory or file path to audit (e.g., "/docs")
  • SEVERITY - (Optional) Minimum severity level to report: "low", "medium", "high" (default: "medium")
  • CATEGORY - (Optional) Categories to audit: "all", "quality", "relevance", "links", "metadata" (default: "all")
  • FIX_MODE - (Optional) Boolean, whether to suggest or apply automated fixes where possible (default: false)
Workflow
Step 1: Inventory & Freshness Check

Scan the target PATH to list all content assets.

  • Check "Last Modified" dates.
  • Identify outdated content (e.g., > 6 months old).
  • Verify author/owner metadata.
Step 2: Quality Assessment

Evaluate content against quality metrics:

  • Clarity & Readability: Is the content easy to understand? (e.g., plain language).
  • Completeness: Does it cover the topic sufficiently?
  • Accuracy: Are there broken links, deprecated terms, or incorrect instructions?
  • Structure: Does it follow standard templates and formatting?
Step 3: Issues & Recommendations

Generate a report of identified issues, categorized by severity:

  • High: Broken paths, critical misinformation, missing required sections.
  • Medium: Outdated styling, poor readability, minor inaccuracies.
  • Low: Typos, inconsistent formatting.

If FIX_MODE is enabled, generate or apply suggestions for fixes.

Required Outputs

A CONTENT_AUDIT_REPORT in markdown format containing:

  • Summary: Total files, overall quality score, critical issues count.
  • Detailed Findings: Table of issues per file with severity.
  • Action Items: Prioritized list of recommended changes.
  • Freshness Report: List of stale or outdated documents.
Quick Reference
  • Purpose: Support content maintenance planning and quality improvement.
  • Key Metrics: Quality Score (0-100), Freshness (Age in days), Link Health (% valid).
按 Apache-2.0 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。