monitor

Track blog article quality scores and generate delta reports from snapshots.

35|3|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/rainday/smart-blog-skills --skill monitor-rainday
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: monitor
Source: https://github.com/rainday/smart-blog-skills/tree/main/skills/monitor
Command: npx skills add https://github.com/rainday/smart-blog-skills --skill monitor-rainday

SYSTEM DOCUMENTATION & REQUIREMENTS

Blog Monitor — 品質監控與比較

What problem does it solve?

Smart Blog 的文章品質分數會隨時間變動,若不監控容易產生退步與幻覺風險,難以掌握整體品質走勢並及時介入改善。

Core Features & Use Cases

  • 追蹤單篇與資料夾層級的品質分數快照,產出月度 delta 報告,支援跨技能資料共享。
  • 提供歷史趨勢視角與比較分析,協助排序改寫需求與品質提升任務。
  • Use Case:對整站文章品質出現長期下滑時,自動產出重點介入清單與改寫建議。

Quick Start

立刻建立第一個快照並產出 delta 報告,僅需指定要監控的文章目錄或檔案。

Frequently Asked Questions about monitor

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

FAQPage Schema
How do I track blog article quality scores over time to detect drift?

Track blog article quality scores over time by generating per-post and per-folder snapshots, then producing monthly delta reports to detect quality drift. The monitor workflow saves snapshots in docs/monitor/snapshots and delta reports in docs/monitor/reports.

What is a blog quality delta report and when do I need it?

A blog quality delta report highlights changes in article quality scores between snapshots, typically monthly. You need it when overall site quality shows long-term decline and you require a prioritized intervention list with rewrite suggestions.

How do I generate the first quality snapshot for a specific blog directory?

Generate the first quality snapshot by specifying the target blog article directory or file path for the monitor workflow. It creates the initial snapshot in docs/monitor/snapshots and outputs a baseline delta report in docs/monitor/reports.

Can I share blog quality trend data with other skills for analysis?

Share blog quality trend data with other skills via the docs/monitor/index.json file. The monitor workflow exposes historical trend data and cross-skill data sharing capabilities through this structured JSON index for downstream analysis.

Does the blog monitor support folder-level trend analysis for sorting rewrite tasks?

The blog monitor supports folder-level trend analysis by applying per-folder snapshots for monthly comparisons. This historical trend perspective helps prioritize rewrite requests and quality improvement tasks across the entire blog structure.

What are the limitations of using snapshots for monthly quality comparisons?

Snapshots for monthly quality comparisons are limited to per-post and per-folder granularity within the docs/monitor directory structure. Without consistent snapshot generation, detecting long-term quality drift and producing accurate delta reports becomes difficult.