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

message-test消息测试

Agent Skill

用于辅助测试设计、自动化测试、用例整理和回归验证。它适合让 Agent 编写单元测试、端到端测试、测试计划或根据失败日志定位问题。使用时需要确认项目测试框架、运行命令和夹具数据,避免为了通过测试而改坏真实逻辑;涉及浏览器或外部服务时,应区分本地模拟、测试环境和生产环境。

总安装

618

周安装

25

GitHub Stars

66

下载量

194
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

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

简介

用于辅助测试设计、自动化测试和用例整理,适合编写单元测试或端到端测试。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 中的回归验证和问题定位任务。
  • 使用时需确认项目测试框架、运行命令和夹具数据,避免为通过测试而改坏逻辑。
  • 涉及浏览器或外部服务时应区分本地模拟、测试环境与生产环境。
  • 建议结合日志分析和构建检查确保测试有效性和稳定性。

SKILL.md

/dm:message-test

Purpose

Test message variants against synthetic audience panels before real-world deployment. Predict which variant will perform best overall and per segment, identify potential objections, and narrow down variants for real A/B testing. This command eliminates wasted ad spend and testing cycles by pre-screening message variants through AI-simulated audience segments grounded in real CRM behavioral data. Instead of testing six variants live and burning budget on underperformers, run them through synthetic panels first to identify the top two or three candidates worth real investment. Each variant is scored on five evaluation criteria — resonance, clarity, credibility, urgency, and differentiation — with per-segment breakdowns that reveal personalization opportunities where different segments prefer different messages.

Input Required

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

  • Message variants: 2-6 variants to test, each containing a headline, body copy, and call-to-action. Variants can be full ad creatives, email subject lines with preview text, landing page hero sections, social media posts, or any message format. Label each variant clearly (Variant A, B, C, etc.). Variants should test meaningfully different approaches — different value propositions, emotional appeals, proof points, or framing — rather than minor word swaps that synthetic testing cannot reliably distinguish
  • Target audience panel: An existing panel ID from a previous /dm:focus-group or /dm:message-test session, or new segment definitions to build from CRM data. New panels require segment criteria — demographic, behavioral, psychographic, or value-based attributes. Panels with 3-5 segments give the best balance of cross-segment insight and output manageability
  • Evaluation criteria: The dimensions to score each variant on. Default criteria are resonance (emotional connection and relevance), clarity (ease of understanding the message and desired action), credibility (believability of claims and proof points), urgency (motivation to act now rather than later), and differentiation (distinctiveness from competitor messaging). Custom criteria can be added or defaults can be narrowed to focus the analysis

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 voice, positioning, competitive context, and messaging guidelines. Also check for guidelines at ~/.claude-marketing/brands/{slug}/guidelines/_manifest.json — if present, load restrictions. Check for agency SOPs at ~/.claude-marketing/sops/. If no brand exists, ask: "Set up a brand first (/dm:brand-setup)?" — or proceed with defaults.
  2. Load audience panel: Load the specified panel via audience-simulator.py load-panel --panel-id {id}, or create a new panel via audience-simulator.py create-panel with CRM data grounding if new segment definitions were provided. Verify the panel has sufficient segment diversity for meaningful cross-segment comparison.
  3. Test each variant against each segment: Run audience-simulator.py test-message for each variant-segment combination. Score each variant on every evaluation criterion (resonance, clarity, credibility, urgency, differentiation) from the perspective of each segment's behavioral profile. Generate predicted response sentiment, key reactions, and specific objections for each combination.
  4. Aggregate scores: Calculate overall variant rankings by averaging scores across all segments weighted by segment size. Identify the overall winner and per-segment winners. Flag cases where the overall winner is not the per-segment winner — these represent personalization opportunities.
  5. Identify segment preferences: Map which segments prefer which variant and why. Highlight cases where a single variant wins across all segments (universal appeal) versus cases where different segments strongly prefer different variants (personalization-required). Calculate preference strength to distinguish strong preferences from marginal differences.
  6. Extract objection patterns per variant: Catalog all objections raised across segments for each variant. Identify recurring objections (cross-segment issues to fix), segment-specific objections (addressable through targeting), and objections unique to the weakest variants (reasons to eliminate them).
  7. Recommend top variants for real A/B testing: Based on overall ranking, segment preference patterns, and objection severity, recommend the top 2-3 variants worth investing in for real A/B testing. Include specific suggestions for minor improvements that could strengthen each recommended variant based on the objection analysis.

Output

A structured message test report containing:

  • Variant ranking: Overall scores for each variant with aggregate ranking across all segments and evaluation criteria, showing the clear winner and relative performance gaps between variants
  • Per-segment breakdown: Detailed scoring for each variant within each segment — different segments may prefer different variants, and this breakdown reveals which variant wins where and by how much
  • Evaluation criteria scores per variant: Scores on each criterion (resonance, clarity, credibility, urgency, differentiation) for each variant, identifying specific strengths and weaknesses — a variant may score high on urgency but low on credibility, suggesting specific improvement directions
  • Objection patterns identified: Recurring objections across segments (fix before any deployment), segment-specific objections (address through targeting or personalization), and variant-specific objections (reasons to eliminate weaker variants)
  • Personalization opportunities: Where different segments strongly prefer different variants, with recommendations for segment-specific messaging strategies that could outperform a single-variant approach
  • Recommended variants for real A/B test: The top 2-3 variants recommended for live testing with rationale, suggested improvements based on synthetic feedback, and recommended test parameters (audience, sample size, duration)
  • Confidence level and limitations: Explicit confidence rating with explanation of what synthetic testing can and cannot predict — directional preference signals are reliable, exact conversion rate predictions are not. Recommendations for what to validate in real-world testing

Agents Used

  • marketing-strategist — Variant evaluation framework design, cross-segment insight interpretation and pattern identification, overall ranking methodology with segment-size weighting, personalization opportunity assessment, and A/B test design recommendations for real-world validation of top variants
  • content-creator — Messaging improvement suggestions based on objection patterns and criterion-level scores, specific copy refinements for recommended variants addressing identified weaknesses, and alternative framing suggestions for variants with high potential but fixable issues

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.51%
按下载量换算69

Claude

32.98%
按下载量换算64

Cursor

17.86%
按下载量换算35

Gemini CLI

10.73%
按下载量换算21

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills