revision-quality

Audit Chinese book manuscripts for sentence, paragraph, chapter, and whole-book quality issues.

2|Updated Aug 9, 2026
One-click install
npx skills add https://github.com/DeepJH/doubao-skill-and-info --skill revision-quality-deepjh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: revision-quality
Source: https://github.com/DeepJH/doubao-skill-and-info/tree/main/skills/doubao-book-writer/sub-skills/revision-quality
Command: npx skills add https://github.com/DeepJH/doubao-skill-and-info --skill revision-quality-deepjh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Long-form Chinese manuscripts often accumulate AI-flavored clichés, absolute commands, mechanical punctuation, and cross-chapter contradictions that are hard to catch manually. This Skill provides a script-backed quality audit methodology so revision decisions rest on measurable evidence instead of subjective claims. ## Core Features & Use Cases - Four-layer quality scoring: Evaluates sentence (S1-S6), paragraph (P1-P4), chapter (C1-C4), and whole-book (B0-B5) rules with a 7.5 pass threshold via make quality. - Cross-chapter and whole-book consistency: Checks CX-1 to CX-7 for conflicting claims, duplicated objects, and terminology drift, plus a whole-book ledger covering dash density, terms, claims, and release alignment. - De-AI-flavor cleanup: Uses machine-readable lexicons (directive-lexicon.json, cliche-catalog.json) to locate buzzwords, absolute imperatives, and template phrasing for human review. - Use Case: After drafting an eight-chapter Chinese book, run the audit to find chapters with excessive em-dash density, repeated case studies across chapters, and unresolved TODO placeholders before delivery. ## Quick Start Ask the AI to run a quality audit on the manuscript directory and report S/P/C/B scores, gate status, and cross-chapter consistency issues with evidence locations.

Frequently Asked Questions about revision-quality

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check a Chinese manuscript for AI-flavored writing?

Run the machine quality scan, which locates buzzwords from cliche-catalog.json and absolute imperatives from directive-lexicon.json. Hits only flag positions for review; you rewrite based on context rather than doing mechanical synonym swaps, then rerun the same script.

What quality score does a manuscript need to pass the audit?

The overall score averages the S, P, C, and B layers equally. A score of 7.5 or higher with all required gates passing means pass; 7.0-7.4 means polish needed; below 7.0 or any failed gate means not deliverable.

How do I check consistency across multiple book chapters?

Use the cross-chapter consistency review covering CX-1 through CX-7: conflicting claims, inconsistent data, asymmetric chapter depth, repeated objects, unfulfilled promises, source misuse, and style drift. Each finding needs chapter locations, quoted evidence, and a resolution record.

What is the em-dash density limit for Chinese manuscripts?

The whole-book audit allows up to 1 em-dash per thousand characters. Between 1 and 3 per thousand triggers a warning requiring sentence review, and above 3 per thousand is a hard block that requires rewriting, not just deleting the symbols.

Can I claim a manuscript passed quality checks without running the scripts?

No. Quality conclusions must come from script output such as make write shape checks and make quality reports. Manually declaring a pass without valid script evidence is explicitly disallowed, and stale reports become invalid after any text change.