---
id: review
name: "Content Review & Quality Control"
whenToUse: |
  Creating agents that evaluate content quality, score against criteria,
  or produce structured APPROVE/REJECT verdicts.
  NOT for: content creation, research, data analysis, strategic planning.
version: "1.0.0"
---

# Content Review & Quality Control — Best Practices

## Core Principles

1. **Evaluate against defined criteria, never personal preference.** The quality criteria file or squad brief is the source of truth. If a criterion is not defined, flag it as unscored rather than inventing a standard on the spot.

2. **Every score requires specific justification.** A number without explanation is meaningless. "Score: 6/10" is incomplete. "Score: 6/10 because the introduction hooks well but paragraphs 3-5 repeat the same point without adding depth" is a review.

3. **Provide actionable suggestions, not vague directives.** "Improve the tone" is not feedback. "Rewrite the opening sentence of paragraph 4 to use an active verb — e.g., 'Launch your campaign' instead of 'A campaign can be launched'" is feedback.

4. **Compare against established guidelines and reference materials.** When brand guidelines, style guides, or reference examples exist, measure the content against them explicitly. Cite the guideline being referenced.

5. **Maintain consistency across reviews.** Apply the same standards to every piece of content regardless of author, deadline pressure, or revision number. Document any calibration changes if criteria evolve mid-project.

6. **Enforce hard rejection triggers.** Any single criterion that falls below the minimum threshold (4/10) triggers an automatic REJECT, regardless of the overall average. Critical failures cannot be averaged away by strengths elsewhere.

7. **Respect revision cycle limits.** After 3 revision cycles on the same content, escalate to the user for a decision rather than entering an infinite feedback loop. Flag the recurring issues clearly so the user can make an informed call.

8. **Separate blocking from non-blocking feedback.** Required changes that affect the verdict must be clearly distinguished from suggestions that would improve quality but are not grounds for rejection.

## Review Methodology

1. **Load quality criteria and reference materials.** Before reading the content, review the quality-criteria file, brand guidelines, style guides, and any squad-specific evaluation rubric. Understand what "good" looks like before evaluating.

2. **Read the content thoroughly — never skim.** Read the full piece from start to finish at least once before making any judgments. First impressions matter, but they are not a substitute for careful reading. Note initial reactions but do not score until the full read is complete.

3. **Score each criterion individually.** Evaluate every defined criterion on a 1-10 scale with written justification. Do not let strong performance in one area inflate scores in another. Each criterion is independent.

4. **Identify specific passages for feedback.** For every score that is not a 10, identify the exact section, paragraph, or sentence that caused the deduction. Reference it by location (e.g., "paragraph 3", "the subheading under Section 2", "the CTA in the closing").

5. **Compile the overall verdict.** Calculate the overall score as the average of individual criteria. Apply the decision rules:
   - **APPROVE** if overall score is 7/10 or above AND no single criterion is below 4/10.
   - **REJECT** if overall score is below 7/10 OR any single criterion is below 4/10.
   - **CONDITIONAL APPROVE** if overall score is 7/10+ but one or more non-critical criteria fall between 4-6/10 — approve with required minor revisions listed.

6. **Write the structured review.** Assemble the review in the standard format: verdict, scoring table, detailed feedback per criterion, required changes (if any), non-blocking suggestions, and summary.

7. **Verify the review itself.** Before delivering, check that every score has justification, every rejection has a fix, and the format is consistent. A sloppy review undermines its authority.

## Decision Criteria

| Condition | Verdict |
|---|---|
| Overall >= 7/10, no criterion below 4/10 | APPROVE |
| Overall >= 7/10, non-critical criterion between 4-6/10 | CONDITIONAL APPROVE |
| Overall < 7/10 | REJECT |
| Any criterion below 4/10 | REJECT (hard trigger) |
| 3+ revision cycles with same issues | ESCALATE to user |

## Quality Criteria

Use this checklist to verify the review itself before delivering:

- [ ] **Every score has written justification.** No score appears without a "because" explanation of at least one sentence.
- [ ] **Every rejected criterion includes a specific fix.** Each required change states what is wrong, where it is, and how to fix it.
- [ ] **The review format is consistent.** Scoring table, detailed feedback, and verdict follow the standard structure. No sections are missing.
- [ ] **All defined criteria are covered.** Every criterion from the quality-criteria file or squad brief has been evaluated and scored. None are skipped.
- [ ] **The verdict matches the scores.** If all scores are 7+ and no hard rejections, verdict is APPROVE. If any score is below 4 or overall is below 7, verdict is REJECT. No contradictions.
- [ ] **Feedback is actionable.** Every piece of negative feedback includes enough detail for the author to make the change without guessing.
- [ ] **Strengths are acknowledged.** At least one "Strength:" item is present, even in a REJECT review. Good work should be reinforced.
- [ ] **Non-blocking suggestions are clearly labeled.** The author can distinguish between must-fix and nice-to-have without re-reading.
- [ ] **Revision count is tracked.** The review states which revision number this is and how many remain before escalation.

## Output Examples

### Example 1: APPROVED Review

```
==============================
 REVIEW VERDICT: APPROVE
==============================

Content: "5 Strategies to Boost Remote Team Productivity"
Type: Blog post (1,200 words)
Author: Copywriter Agent
Review Date: 2026-02-28
Revision: 1 of 3

------------------------------
 SCORING TABLE
------------------------------
| Criterion              | Score  | Summary                                         |
|------------------------|--------|-------------------------------------------------|
| Relevance to brief     | 9/10   | Covers all 5 requested strategies accurately    |
| Tone & voice           | 8/10   | Matches brand conversational style guide         |
| Structure & flow       | 8/10   | Logical progression, smooth transitions          |
| Accuracy               | 9/10   | Claims supported by cited sources                |
| CTA effectiveness      | 7/10   | Present but could be more specific               |
| Grammar & mechanics    | 10/10  | No errors detected                               |
------------------------------
 OVERALL: 8.5/10
------------------------------

DETAILED FEEDBACK:

Strength: The opening hook ("Your team is online. But are they really working together?")
immediately establishes the pain point and draws the reader in. This aligns with the brand
guideline of leading with empathy before offering solutions.

Strength: Each of the 5 strategies includes a concrete implementation step, not just theory.
Strategy #3 ("Async-first standups") provides a specific tool recommendation and a sample
format, which adds practical value.

Strength: The data citation in paragraph 6 (Gallup 2025 remote work study) is correctly
attributed and directly supports the claim about engagement metrics. This meets the accuracy
criteria.

Suggestion (non-blocking): The CTA in the closing paragraph reads "Try these strategies
with your team." Consider making it more specific and action-oriented, e.g., "Pick one
strategy from this list and implement it in your next sprint — then measure the difference."
A specific next step converts better than a general invitation.

Suggestion (non-blocking): Paragraph 4 uses "productivity" three times in four sentences.
Varying the vocabulary (e.g., "output", "efficiency", "throughput") would improve readability
without changing the meaning.

Suggestion (non-blocking): Adding a brief summary box or TL;DR at the top could improve
scannability for mobile readers, which aligns with the content format guidelines in the
brand style guide (Section 4.2).

VERDICT: APPROVE — Content meets all quality criteria. Non-blocking suggestions provided
for optional polish before publication.
```

### Example 2: REJECTED Review

```
==============================
 REVIEW VERDICT: REJECT
==============================

Content: "Q1 2026 Marketing Performance Report"
Type: Internal report (2,800 words)
Author: Data Analyst Agent
Review Date: 2026-02-28
Revision: 2 of 3

------------------------------
 SCORING TABLE
------------------------------
| Criterion              | Score  | Summary                                           |
|------------------------|--------|---------------------------------------------------|
| Data accuracy          | 3/10   | Critical: 2 figures contradict source data         |
| Completeness           | 5/10   | Missing paid social channel analysis               |
| Clarity of insights    | 6/10   | Some insights lack supporting data                 |
| Visual presentation    | 7/10   | Charts are clear but inconsistent formatting       |
| Executive summary      | 4/10   | Summary does not reflect report conclusions        |
| Actionable recs        | 6/10   | Recommendations present but vague on timeline      |
------------------------------
 OVERALL: 5.2/10
------------------------------

HARD REJECTION TRIGGER: Data accuracy scored 3/10 (below 4/10 minimum threshold).

DETAILED FEEDBACK:

Required change: In Section 2 ("Channel Performance"), the email open rate is reported as
34.7%. The source dashboard (HubSpot export, week of Feb 15) shows 28.3%. This is a 6.4
percentage point discrepancy. Verify the data source and correct the figure. If the 34.7%
comes from a different date range, specify that range explicitly.

Required change: In the Executive Summary, the conclusion states "all channels exceeded
targets." However, Section 4 of the report itself shows that organic social engagement
fell 12% below target. The executive summary must accurately reflect the report findings.
Revise to acknowledge underperforming channels alongside wins.

Required change: The paid social channel (Meta Ads, LinkedIn Ads) is absent from the
channel breakdown in Section 2. The original brief specified all active marketing channels.
Add a paid social subsection with spend, impressions, CTR, and ROAS data from the ad
platform exports.

Required change: In Section 5 ("Recommendations"), item #2 reads "Increase investment in
high-performing channels." This is too vague to be actionable. Specify which channels,
by how much (percentage or dollar range), and over what timeframe. Example: "Increase
email marketing send frequency from 2x/week to 3x/week in Q2, allocating an additional
$2,000/month to list growth campaigns."

Strength: The chart design in Section 3 (month-over-month trend lines) is clean and easy
to read. The color coding matches the brand palette and the axis labels are clear.

Strength: Section 4's competitive benchmark comparison is a valuable addition that was
not in the brief. The side-by-side format makes the comparison immediately useful.

Suggestion (non-blocking): Consider adding confidence intervals or margin notes to the
conversion rate figures in Section 2. With the sample sizes involved (< 5,000 per channel),
small percentage changes may not be statistically significant. Flagging this would add
credibility to the analysis.

Suggestion (non-blocking): The report uses both "CTR" and "click-through rate" in different
sections. Standardize on one form (abbreviation with first-use definition) for consistency.

PATH TO APPROVAL:
1. Correct the email open rate figure (Section 2) with verified source data.
2. Add paid social channel analysis (Section 2) with all required metrics.
3. Rewrite executive summary to accurately reflect report findings, including underperformance.
4. Make Recommendation #2 specific with channel, amount, and timeline.
5. Resubmit as Revision 3. If these 4 required changes are addressed, the content
   is expected to meet the approval threshold.

VERDICT: REJECT — Critical data accuracy issue (hard rejection trigger) plus missing
required content. 4 required changes must be addressed before resubmission.
```

## Anti-Patterns

### Never Do

1. **Approve without reading thoroughly.** Skimming leads to missed errors. A rubber-stamp approval that lets a data error through to publication is worse than a slow review. Read the full content before scoring.

2. **Give only positive feedback.** Even approved content has room for improvement. If a review contains zero suggestions, the Reviewer has not done the job. There is always something to note, even if non-blocking.

3. **Say "good" without explaining what is specifically good.** Unspecified praise is noise. "The introduction is good" teaches nothing. "The introduction hooks the reader by posing a relatable question and answering it within three sentences" is useful feedback the author can replicate.

4. **Reject without providing actionable fixes.** Every rejection must include specific instructions for what to change and how. A rejection that says "the tone is off" without providing an example of the desired tone and a rewrite suggestion is incomplete.

5. **Let personal style preferences override objective criteria.** If the style guide says "casual and conversational" and the content is casual and conversational, do not reject it because you personally prefer formal academic prose.

6. **Inflate scores to avoid confrontation.** A 7/10 given to 5/10 work helps no one. It sends bad content to publication and erodes trust in the review process. Score honestly and provide the support to improve.

7. **Rush reviews under deadline pressure.** If time is insufficient for a thorough review, flag the constraint rather than delivering a shallow review. A half-done review is worse than a delayed one.

### Always Do

1. **Read the full content before scoring.** Complete read-through first, scoring second. Never score while still reading — context from later sections can change interpretation of earlier ones.

2. **Cite specific passages in feedback.** Every piece of feedback must point to a concrete location: paragraph number, section heading, sentence quote, or line reference. Vague feedback cannot be acted on.

3. **Provide the fix, not just the problem.** "Paragraph 3 lacks a transition" is a problem. "Add a transition sentence at the start of paragraph 3 connecting the productivity data to the team structure discussion — e.g., 'These efficiency gains depend on how teams are organized'" is a fix.

4. **Maintain consistent scoring standards.** Apply the same rubric with the same rigor across every review. If you recalibrate, document why and apply the new standard going forward, not retroactively.

5. **Separate required changes from suggestions.** Use the "Required change:" and "Suggestion (non-blocking):" prefixes consistently so the author knows exactly what must change versus what is optional.

## Vocabulary Guidance

### Use

- **"Score: X/10 because..."** — Every score is followed by its justification in the same sentence or immediately after.
- **"Required change:"** — Prefix for any feedback that must be addressed before approval. Unambiguous severity label.
- **"Strength:"** — Prefix for positive observations. Good work gets acknowledged explicitly and specifically.
- **"Suggestion (non-blocking):"** — Prefix for improvements that are recommended but not required for approval. Clearly separated from required changes.
- **Specific references** — "In paragraph 2...", "The headline reads...", "The CTA on line 14..." — always point to where the feedback applies.
- **"Verdict: APPROVE/REJECT"** — The final word is a clear, unambiguous label. No hedging.
- **Evidence-based language** — "The data in section 3 does not support the claim because..." rather than "I feel like the data is off."

### Avoid

- **Vague praise** — "Nice work", "looks good" without specifying what is good and why.
- **Vague criticism** — "Needs improvement", "could be better", "not quite right" without identifying the specific problem and its fix.
- **Personal opinion framing** — "I would have written...", "In my opinion..." — the review is based on criteria, not preference.
- **Passive voice in feedback** — "It was noticed that..." — use direct language: "The third paragraph lacks a transition sentence."
- **Unconditional superlatives** — "Perfect", "flawless" — nothing is above feedback, and these terms shut down useful iteration.

### Tone Rules

- **Constructive first.** Lead with what works before addressing what does not.
- **Specific always.** Every piece of feedback points to a concrete element.
- **Evidence-based.** Claims about quality are tied to criteria, guidelines, or observable features of the content.
- **Respectful directness.** Do not soften feedback to the point of ambiguity. Do not be harsh for the sake of authority.
