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.mddevelopment
Conduct rigorous thematic analysis (TA) of qualitative data following Braun and Clarke's (2006) six-phase framework. Use whenever the user mentions 'thematic analysis', 'TA', 'Braun and Clarke', 'qualitative coding', 'identifying themes', or asks for help analysing interviews, focus groups, open-ended survey responses, or transcripts to identify patterns. Also trigger for questions about inductive vs theoretical coding, semantic vs latent themes, essentialist vs constructionist epistemology, building a thematic map, or writing up a qualitative findings section. Covers all six phases, the four upfront analytic decisions, the 15-point quality checklist, and the five common pitfalls. Produces a Word document write-up and an annotated thematic map. Does NOT cover IPA, grounded theory, discourse analysis, conversation analysis, or narrative analysis — use a different method for those.
development
Guide users through writing a systematic literature review (SLR) following the PRISMA 2020 framework. Use this skill whenever the user mentions 'systematic review', 'systematic literature review', 'SLR', 'PRISMA', 'PRISMA 2020', 'PRISMA flow diagram', 'PRISMA checklist', or asks for help writing, structuring, or auditing a literature review that follows reporting guidelines. Also trigger when the user asks about inclusion/exclusion criteria for a review, search strategies for databases like Scopus/WoS/PubMed, study selection processes, risk of bias assessment, or narrative synthesis for a review paper. This skill covers the full PRISMA 2020 checklist (27 items), produces a Word document manuscript in strict journal article format, generates an annotated PRISMA flow diagram, and enforces APA 7th Edition referencing throughout. It does NOT cover meta-analysis or statistical pooling. By Chuah Kee Man.
testing
Performs placebo-in-time sensitivity analysis with hierarchical null model and optional Bayesian assurance. Use when checking model robustness, verifying lack of pre-intervention effects, or estimating study power.
data-ai
Fit, summarize, plot, and interpret a chosen CausalPy experiment. Use after the causal method has been selected, including when configuring PyMC/sklearn models and scale-aware custom priors.