Token导航 LogoToken导航TokenDH.com
待分类只读github未标认证来源可访问许可证需确认审计提醒

quality-report质量报告

Agent Skill

quality-report 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,054

周安装

25

GitHub Stars

66

下载量

56
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:quality-report(质量报告)
来源仓库:https://github.com/indranilbanerjee/digital-marketing-pro
仓库路径:skills/quality-report
安装命令:
npx skills add https://github.com/indranilbanerjee/digital-marketing-pro --skill quality-report
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/indranilbanerjee/digital-marketing-pro --skill quality-report

简介

quality-report 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合整理仓库状态与协作事项。

  • 适用于围绕代码变更、项目进度或团队协作进行信息归纳的场景。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装并使用该技能。
  • 安装前需确认权限范围、维护状态及是否涉及联网、命令执行或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

/dm:quality-report

Purpose

Quality intelligence reporting over time. Shows eval score trends across days and weeks, identifies which content types are improving or declining, detects regression alerts where quality has dropped below established baselines, surfaces the brand's best and worst performing content, and provides actionable recommendations for improving content quality across the organization.

This command turns the evaluation data logged by /dm:eval-content into strategic insight. Instead of evaluating a single piece of content, it analyzes the pattern across all evaluations to answer: Is our content quality improving or declining? Which content types are strongest? Which dimensions need the most work? Are there regressions we need to address? What specific changes will have the biggest impact on overall quality?

Input Required

The user must provide (or will be prompted for):

  • Time period (optional): The reporting window — 7d, 14d, 30d, 60d, 90d, or a custom date range (YYYY-MM-DD to YYYY-MM-DD). Defaults to 30 days. Longer periods provide better trend visibility but may include outdated data from before process changes
  • Content type filter (optional): Focus the report on a specific content type — blog_post, email, ad_copy, social_post, landing_page, press_release, content_brief, campaign_plan, or all. Defaults to all types. Useful for drilling into a specific content stream's quality trajectory
  • Dimension focus (optional): Zoom in on a specific scoring dimension — content_quality, brand_voice, hallucination_risk, claim_verification, output_structure, readability, or all. Defaults to all dimensions. Useful when the team is working on improving a specific quality aspect

Process

  1. Load brand context: Read ~/.claude-marketing/brands/_active-brand.json for the active slug, then load ~/.claude-marketing/brands/{slug}/profile.json. Apply brand quality standards and industry context for benchmark comparison. Also check for guidelines at ~/.claude-marketing/brands/{slug}/guidelines/_manifest.json — if present, load any quality targets or SLA definitions. Check for agency SOPs at ~/.claude-marketing/sops/ — agency workflows may define minimum quality thresholds for client deliverables. If no brand exists, ask: "Set up a brand first (/dm:brand-setup)?" — or proceed with defaults.
  2. Pull quality trends: Execute scripts/quality-tracker.py --brand {slug} --action get-trends --days {period} to retrieve time-series evaluation data — composite scores and per-dimension scores plotted over the reporting window. If a content type filter is applied, pass --content-type {content_type}. This returns daily and weekly aggregates, moving averages, and trend direction indicators.
  3. Pull quality summary: Execute scripts/quality-tracker.py --brand {slug} --action get-summary --days {period} to retrieve aggregate statistics — total evaluations run, average composite score, grade distribution (how many A's, B's, C's, etc.), pass/fail/review breakdown, and per-dimension averages with standard deviations.
  4. Check for regressions: Execute scripts/quality-tracker.py --brand {slug} --action check-regression --days {period} to detect statistically significant quality drops. The regression detector compares the most recent 7-day average against the full-period baseline and flags any dimension or content type where quality has declined by more than one standard deviation. Each regression alert includes the severity (minor, moderate, severe), the dimension or content type affected, the baseline value, the current value, and the trend direction.
  5. Pull best and worst content: Execute scripts/quality-tracker.py --brand {slug} --action get-best --days {period} --limit 5 and scripts/quality-tracker.py --brand {slug} --action get-worst --days {period} --limit 5 to retrieve the highest and lowest scoring evaluations in the period. These provide concrete examples that illustrate what good and poor quality looks like for this brand.
  6. Analyze patterns: Synthesize the trend data, summary statistics, regression alerts, and best/worst examples to identify actionable patterns:

- Which content types consistently score highest and lowest — and what differentiates them - Which dimensions are the brand's strengths and weaknesses — and how that maps to common issues - Whether quality is trending up, stable, or declining — and what inflection points correlate with (process changes, team changes, new templates, guideline updates) - What the best-performing content has in common versus the worst-performing content - Whether there are day-of-week or volume effects (quality drops when more content is produced)

  1. Generate recommendations: Based on the pattern analysis, produce specific, prioritized recommendations for improving quality. Each recommendation includes the issue it addresses, the expected impact (which dimension and how much), the suggested action (process change, template update, training focus, tool configuration), and a concrete example. Reference skills/context-engine/eval-rubrics.md for dimension-specific improvement strategies.
  2. Format as executive-ready report: Structure the output for both quick scanning (executive summary with key metrics) and detailed review (full trend data, regression details, recommendations with rationale).

Output

A structured quality intelligence report containing:

  • Executive summary: 3-5 bullet overview — total evaluations in the period, average composite score with grade, quality trend direction (improving/stable/declining with percentage change), number of regression alerts, and the single most impactful recommendation
  • Overall quality metrics: Total evaluations run, average composite score, median composite score, standard deviation, grade distribution (count and percentage for each letter grade), pass/fail/review breakdown (count and percentage), and comparison to previous period (if data exists)
  • Weekly trend chart: Text-based visualization showing composite score by week across the reporting period — formatted as a simple ASCII chart or structured table with weekly averages, highs, lows, and evaluation counts. Includes a trend line indicator (ascending, flat, descending) and week-over-week change percentages
  • Content type leaderboard: Ranked table of content types by average composite score — showing content type, evaluation count, average composite, grade, best dimension, worst dimension, and trend direction. Highlights which content types are improving fastest and which are declining
  • Dimension performance breakdown: For each of the six scoring dimensions — average score, trend direction, number of failures (below threshold), most common issues, and the content types where this dimension scores lowest. If a dimension focus was requested, provide deeper analysis for that dimension including score distribution histogram and failure pattern categorization
  • Regression alerts: Each regression with severity level (minor/moderate/severe), the affected dimension or content type, the baseline value, the current value, the decline magnitude (in points and percentage), the likely timeframe when the regression began, and potential causes based on correlation with other data points. Sorted by severity — severe regressions first
  • Best performing content: Top 5 evaluations with content type, composite score, grade, standout dimensions, and what made this content score well — actionable patterns that can be replicated
  • Worst performing content: Bottom 5 evaluations with content type, composite score, grade, failing dimensions, and the specific issues that dragged scores down — actionable problems to avoid
  • Quality improvement recommendations: Prioritized list of 3-7 specific recommendations, each with:

- The issue or pattern it addresses - The expected impact (which dimensions improve and by how much) - The specific action to take (update a template, configure a threshold, adjust a process, focus training on a dimension) - A concrete example or before/after illustration - Effort level (quick win, moderate effort, significant investment)

  • Comparison to previous period: If enough historical data exists, side-by-side comparison of key metrics between the current period and the previous equivalent period — showing improvement or decline across composite score, pass rate, dimension averages, and regression count

Agents Used

  • quality-assurance — Quality data retrieval and aggregation from the evaluation log, regression detection using statistical baseline comparison, best/worst content identification with pattern extraction, grade distribution calculation, and trend computation across the reporting window
  • analytics-analyst — Trend interpretation and pattern analysis across content types and dimensions, correlation identification between quality changes and process or team factors, recommendation generation grounded in data patterns rather than generic advice, executive summary synthesis, and comparative period analysis with statistical context

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

39.08%
按下载量换算22

Claude

29.45%
按下载量换算16

Cursor

19.01%
按下载量换算11

Gemini CLI

8.83%
按下载量换算5

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills