skills/25-HosungYou-Diverga/skills/f5/SKILL.md
Humanization Quality Verifier - Ensures transformation integrity and quality Validates that humanization preserves meaning, citations, and academic standards Use when: after G6 transformation, before final export, for quality assurance Triggers: verify humanization, check transformation, validate changes
npx skillsauth add brycewang-stanford/Awesome-Agent-Skills-for-Empirical-Research f5Install this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Agent ID: F5 Category: F - Quality VS Level: Low (Verification-focused) Tier: Support Icon: ✅ Model Tier: LOW (Haiku)
Verifies that humanization transformations maintain academic integrity, preserve critical elements, and improve overall writing quality. This is the final quality gate before improved content is exported.
Verifies all citations remain intact and accurate:
checks:
- count_match: "Same number of citations before/after"
- format_preserved: "(Author, year) format maintained"
- content_accurate: "No citation content changed"
- placement_logical: "Citations still support correct claims"
output:
citations_before: 15
citations_after: 15
all_intact: true
issues: []
Ensures all numerical values are unchanged:
checks:
- p_values: "All p-values identical"
- effect_sizes: "All d, r, η² unchanged"
- sample_sizes: "All N, n unchanged"
- test_statistics: "All t, F, χ² unchanged"
- percentages: "All % unchanged"
- confidence_intervals: "All CI unchanged"
output:
statistics_before: 23
statistics_after: 23
all_intact: true
issues: []
Validates core claims are unchanged:
checks:
- main_findings: "Key findings preserved"
- conclusions: "Conclusions unchanged"
- methodology_claims: "Method descriptions accurate"
- causal_claims: "No new causal language added"
- hedge_appropriateness: "Hedging matches evidence"
assessment:
meaning_preserved: true
confidence: 95%
flagged_changes: []
Re-runs G5 analysis on transformed text:
comparison:
original:
writing_quality: 33%
patterns_detected: 18
high_priority: 5
medium_priority: 9
low_priority: 4
improved:
writing_quality: 72%
patterns_detected: 4
high_priority: 0
medium_priority: 2
low_priority: 2
improvement:
quality_gain: 39%
pattern_reduction: 78%
effective: true
Ensures scholarly voice is maintained:
checks:
- formality: "Appropriate formality level"
- objectivity: "Objective tone preserved"
- precision: "Technical precision maintained"
- consistency: "Consistent voice throughout"
assessment:
tone_appropriate: true
issues: []
Required:
- original_text: "Text before humanization"
- humanized_text: "Text after G6 transformation"
- transformation_log: "G6 change record"
Optional:
- section_type: "abstract/methods/discussion/etc."
- strictness: "low/medium/high"
## Humanization Verification Report
### Summary
| Check | Status | Details |
|-------|--------|---------|
| Citation Integrity | Pass | 15/15 citations preserved |
| Statistical Accuracy | Pass | 23/23 values unchanged |
| Meaning Preservation | Pass | Core claims intact |
| Writing Quality Improvement | Pass | 33% → 72% (+39%) |
| Academic Tone | Pass | Scholarly voice maintained |
### Overall Verdict: ✅ APPROVED
---
### Detailed Results
#### Citation Integrity
✅ All 15 citations preserved ✅ Format consistent ✅ Placement logical
#### Statistical Accuracy
✅ All p-values unchanged ✅ All effect sizes unchanged ✅ All sample sizes unchanged ✅ All test statistics unchanged
#### Meaning Preservation
✅ Main findings preserved ✅ Conclusions unchanged ✅ No meaning distortion detected Confidence: 95%
#### Writing Quality Improvement
Before: 33% writing quality (18 patterns) After: 72% writing quality (4 patterns) Improvement: +39% quality, 78% pattern reduction
#### Academic Tone
✅ Formal register maintained ✅ Objective voice preserved ✅ Technical precision intact
---
### Flagged Items (Review Recommended)
None
---
### 🟡 CHECKPOINT: CP_HUMANIZATION_VERIFY (Optional)
Verification complete. Ready for export?
[A] Approve and export
[B] Review specific changes
[C] Revert to original
critical_failures:
- citation_missing: "Any citation removed"
- citation_altered: "Citation content changed"
- statistic_modified: "Any number changed"
- meaning_reversed: "Claim direction changed"
action: "REJECT transformation, revert to original"
warnings:
- hedge_changed: "Hedging level modified"
- emphasis_shifted: "Emphasis moved"
- structure_altered: "Sentence structure significantly changed"
- quality_improvement_low: "Less than 20% writing quality improvement"
action: "FLAG for user review"
acceptable:
- vocabulary_substitution: "AI words replaced"
- phrase_simplification: "Verbose phrases shortened"
- punctuation_normalization: "Em dashes, quotes normalized"
- transition_variation: "Transition words varied"
You are an academic writing quality verifier.
Compare the original and humanized texts to verify transformation quality:
[Original Text]: {original}
[Humanized Text]: {humanized}
[Transformation Log]: {log}
[Section Type]: {section_type}
Perform the following verification checks:
1. **Citation Integrity**
- Count citations in both versions
- Verify each citation is preserved
- Check format consistency
- Confirm logical placement
2. **Statistical Accuracy**
- Extract all numerical values from original
- Verify identical values in humanized
- Flag any discrepancies
3. **Meaning Preservation**
- Identify main claims in original
- Verify claims preserved in humanized
- Check for unintended meaning changes
- Assess hedge appropriateness
4. **Writing Quality Improvement**
- Estimate writing quality score (before/after)
- Count remaining patterns
- Calculate improvement percentage
5. **Academic Tone**
- Assess formality level
- Check objectivity
- Verify consistency
Output a verification report with:
- Pass/Fail status for each check
- Specific issues found
- Overall recommendation (Approve/Review/Reject)
G6-AcademicStyleHumanizer
│
▼
┌───────────────────────────────────────┐
│ F5-HumanizationVerifier (THIS AGENT) │
│ ┌─────────────────────────────────┐ │
│ │ 1. Citation Integrity ✅/❌ │ │
│ │ 2. Statistical Accuracy ✅/❌ │ │
│ │ 3. Meaning Preservation ✅/❌ │ │
│ │ 4. AI Pattern Reduction ✅/❌ │ │
│ │ 5. Academic Tone ✅/❌ │ │
│ └─────────────────────────────────┘ │
│ │ │
│ ▼ │
│ All Pass? ──Yes──> Export │
│ │ │
│ No │
│ │ │
│ ▼ │
│ 🟡 CP_HUMANIZATION_VERIFY │
│ User review required │
└───────────────────────────────────────┘
"Verify humanization"
→ Full verification report
"Quick verification check"
→ Summary only
"Check citation integrity"
→ Citation-specific check
"Verify statistics preserved"
→ Statistical-specific check
"Compare meaning before/after"
→ Meaning preservation check
../../research-coordinator/core/humanization-pipeline.md../G5-academic-style-auditor/SKILL.md../G6-academic-style-humanizer/SKILL.md../../research-coordinator/interaction/user-checkpoints.mdtools
Recommend AND run open-source AI tools, agents, Claude Code / Codex skills, and MCP servers for any stage of a literature review — searching, reading, extracting, synthesizing, screening, citation-checking, and paper writing. Use when the user asks "what tool should I use to..." OR "install/run/use <tool> to ..." for research/lit-review work: automating a survey or related-work section, PDF→Markdown extraction for LLMs (MinerU/marker/docling), PRISMA / systematic review (ASReview), citation-backed Q&A over PDFs (PaperQA2), wiring papers into Claude/Cursor via MCP (arxiv/paper-search/zotero servers), or chatting with a Zotero library. Ships a launcher (scripts/litrun.py) that installs each tool in an isolated venv and runs it. Curated catalog of 70+ vetted projects. 支持中英文(用于「文献综述工具选型」与「一键安装/运行」)。
development
Route empirical-research requests through the Auto-Empirical Research Skills catalog when this whole repository is installed as one skill in Codex, CodeBuddy, Claude Code, or another IDE. Use to choose and load the right vendored AERS skill for causal inference, econometrics, replication, data acquisition, manuscript writing, peer review and referee responses, citation checking, de-AIGC editing, or full empirical-paper workflows without reading the entire repository at once.
documentation
Use when the project collects primary data or runs a field, lab, or survey experiment, before the intervention begins — write the pre-analysis plan, size the sample from a power calculation, and register with the AEA RCT Registry. Apply after the design is chosen in aer-identification and before any outcome data are seen.
tools
Guide economists to authoritative data sources with explicit, confirmed data specifications before retrieval; interfaces with Playwright MCP to navigate portals and extract real data, not articles about data.