quality-mimo

Automates writing quality checks and repairs for word count and banned words.

27|4|Updated Jun 11, 2026
One-click install
npx skills add https://github.com/nihaoshi/mimoCode-story --skill quality-mimo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-mimo
Source: https://github.com/nihaoshi/mimoCode-story/tree/main/skills/quality-mimo
Command: npx skills add https://github.com/nihaoshi/mimoCode-story --skill quality-mimo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, pypdf, pdfplumber, style-lint, punctuation-normalize, consistency-check, cross-chapter-check, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of quality checking writing projects, ensuring consistency, logic, and adherence to standards.

Core Features & Use Cases

  • Comprehensive Quality Checks: Performs checks for word count, banned words, consistency, logic, and more.
  • Automated Repair: Automatically repairs issues like word count and banned words.
  • Use Case: For writers looking to maintain high-quality work, this Skill can be used to check the quality of their writing projects before publication.

Quick Start

Run the quality-mimo skill to check the quality of your writing project.

Frequently Asked Questions about quality-mimo

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

FAQPage Schema
How do I automate quality checks for my writing project?

Automating quality checks for a writing project involves running scripts that analyze text for word count, banned words, consistency, and logic errors, then automatically repairing certain issues to ensure adherence to publication standards.

What does cross-chapter consistency checking do for long-form writing?

Cross-chapter consistency checking analyzes text across multiple chapters to detect logical discrepancies and formatting inconsistencies, ensuring that narrative elements and terminologies remain uniform throughout the entire writing project.

Do I need Python and specific libraries to run automated text analysis and error correction?

Yes, you need Python installed along with specific libraries like pypdf and pdfplumber, because the quality checks and automated repairs rely on these dependencies to parse documents and execute consistency checks.

Can I automatically repair banned words and adjust word count in my documents?

Yes, automated repair features can instantly identify and correct banned words, alongside adjusting word count issues, streamlining the text analysis process to maintain strict writing quality and compliance.

What is the best way to normalize punctuation across a large writing project?

The best way to normalize punctuation is using a dedicated consistency-check module that scans the writing project to standardize punctuation marks, correcting stylistic deviations automatically to ensure uniform formatting.

When should I use PDF parsing libraries like pdfplumber for error correction?

You should use PDF parsing libraries like pdfplumber when your writing project is exported as a PDF, allowing the text analysis scripts to accurately extract content for consistency checks and subsequent automated repairs.