CustomerNewsletter: Skill for Claude Code

.github/skills/testing-prompt-changes/SKILL.md

testing-prompt-changes is a skill for Claude Code, Codex from briancl2/CustomerNewsletter. It costs 60 tokens per session (1,634 once invoked), scanned A, original, MIT.

A testing process for changes to prompts, skills, or agent instructions that uses repeated hypothesis, implementation, grading, and rework cycles. It compares results with known-good benchmark outputs.

In plain words
What is it for?
Use it when changing newsletter prompts, skills, agent definitions, or related instructions, then record the results in workspace/higr_log.md.
Why use it?
It makes output-quality changes testable and records whether each expected improvement actually worked.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

This is briancl2/CustomerNewsletter's own configuration. It tells Claude Code and Codex how to work on CustomerNewsletter itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything CustomerNewsletter configures →

Reuse

Borrowing it

Nothing to install: this file belongs to briancl2/CustomerNewsletter. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/briancl2/CustomerNewsletter/main/.github/skills/testing-prompt-changes/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/briancl2/CustomerNewsletter

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for testing-prompt-changes

README.md
[![agentmods](https://agentmods.dev/badge/skills/briancl2/customernewsletter/testing-prompt-changes.svg)](https://agentmods.dev/skills/briancl2/customernewsletter/testing-prompt-changes)
Your own site
<a href="https://agentmods.dev/skills/briancl2/customernewsletter/testing-prompt-changes"><img src="https://agentmods.dev/badge/skills/briancl2/customernewsletter/testing-prompt-changes.svg" alt="Measured on agentmods" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,634 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00060 $0.01634
Opus 5 $0.00030 $0.00817
Sonnet 5 $0.00012 $0.00327
Haiku 4.5 $0.00006 $0.00163

Measured 6d ago against content hash 1211305eec34, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

testing-prompt-changes scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.github/skills/testing-prompt-changes/SKILL.md · 173 lines

How it starts

The opening of the file, as written. The whole thing — 173 lines — stays where its author put it; the contents beside it link to each section on GitHub.

HIGR Prompt Testing

Test prompt and skill changes systematically with Hypothesis-Implement-Grade-Rework cycles. Every modification requires testable predictions and evidence-based grading against benchmark data.

Quick Start

  1. Write testable hypotheses before editing any prompt or skill
  2. Implement the change (delete superseded content)
  3. Run against benchmark inputs, compare to known-good output
  4. Grade each hypothesis: Good / Bad / Ugly
  5. Rework if needed; record results in workspace/higr_log.md

When to Use

  • Modifying phase prompts (.github/prompts/phase_*.prompt.md)
  • Updating skill SKILL.md or references/
  • Changing agent definition (.github/agents/customer_newsletter.agent.md)
  • Changing copilot-instructions.md
  • Any change that affects newsletter output quality

HIGR Cycle

flowchart LR
    H[Hypothesis] --> I[Implement]
    I --> G[Grade]
    G --> R{Rework?}
    R -->|Bad/Ugly| H
    R -->|Good| D[Done]

Step 1: Hypothesis (Pre-Implementation)

Before editing any prompt or skill, write testable predictions:

Hypothesis ID Change Expected Effect Testable Criteria
H1 [specific change] [expected output difference] [how to verify]

Hypothesis Requirements:

  • Specific — Not "newsletter will be better"
  • Observable — Can see the difference in output
  • Falsifiable — Possible to determine if wrong

Example Good Hypotheses:

ID Change Expected Effect Criteria
H1 Add SOURCES.yaml reading to url-manifest URL count increases, covers all kb/ sources URL count within 20% of benchmark, 0 false URLs
H2 Extract selection criteria to skill reference Curation quality matches Dec 2025 benchmark ≥70% item overlap with benchmark curated sections
H3 Add IDE parity grouping to content-format-spec IDE updates grouped correctly VS Code/Visual Studio/JetBrains in single section

Read the full file on GitHub · 173 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 173 lines · 60 tokens per session scan A 1211305eec34

Subscribe to this mod's changes

testing-prompt-changes is a skill published in the GitHub repository briancl2/CustomerNewsletter (11 stars, last pushed 2mo ago), licensed MIT. It adds 60 tokens to every session and 1,634 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

deepeval

Use when discussing or working with DeepEval (the python AI evaluation framework).

sammcj/agentic-coding · 19 tokens

prompt-enhancer

Transform poor or overly simple prompts with expert-level framing. Use when the user explicitly asks to improve, refine, or rewrite a prompt, or wants help framing a request for another AI system. Do NOT use for authoring, reviewing, or migrating system prompts or skills targeting a specific Claude model…

sammcj/agentic-coding · 67 tokens

llm-prompting-guide

Prompt format rules for generative video and music models. Use when writing or reviewing a prompt for MiniMax H3 (text/image/reference-to-video with native audio) or MiniMax Music 3 (song generation from caption plus lyrics), in ComfyUI or elsewhere. Do NOT use for chat-assistant prompts, or for generative models not…

sammcj/agentic-coding · 79 tokens

hatch3r-ai-feature

Eval-driven development workflow for shipping AI features — write eval before prompt, measure, iterate, ship with caching + cost telemetry + model fallback + hallucination SLI.

hatch3r/hatch3r · 39 tokens

promptbeat-run-quick-eval

Use when a user has a Promptbeat config or generated promptfoo config and wants to validate, generate a few cases, run a first small evaluation, inspect artifacts, or create a report.

tophant-ai/aibeat · 46 tokens

prompt-evaluation-runner

Use when evaluating prompts, LLM outputs, red-team suites, or model behavior with local eval configs and safe provider/cost controls.

yeaight7/agent-powerups · 33 tokens