evaluation-rubric

Score each case on 0-100 via weighted criteria:

Content Preview
# Evaluation Rubric

Score each case on 0-100 via weighted criteria:

- Expected content coverage: +weight
- Forbidden content violations: -weight
- Regex/format compliance: +weight
- Output length sanity: +/-weight

Recommended acceptance gates:

- Average score >= 85
- No case below 70
- Zero critical forbidden-content hits
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/evaluation-rubric.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/marketing-skill/prompt-engineer-toolkit/references/evaluation-rubric.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at marketing-skill/prompt-engineer-toolkit/references/evaluation-rubric.md

Related Skills