Standardizes text by automatically converting full-width Chinese punctuation marks into their half-width equivalents across project files.
The Chinese Punctuation Standardizer is a specialized Claude Code skill designed to maintain text consistency and prevent syntax errors caused by full-width characters in codebases or documentation. It scans your project for common Chinese punctuation—such as full-width commas, periods, and brackets—and replaces them with standard half-width characters while leaving the core Chinese text untouched. Utilizing parallel scanning for speed and smart directory exclusion for safety, this tool provides a comprehensive reporting mechanism to verify that your files meet project-wide formatting standards.
主な機能
01Automated sed-based batch repair for rapid text correction
02Configurable directory exclusion to protect sensitive rule or example files
030 GitHub stars
04Automatic mapping and replacement of 10+ Chinese punctuation types
05Parallel directory scanning for efficient processing of large codebases
06Comprehensive reporting with violation counts and verification logs
ユースケース
01Bulk cleaning of legacy text files before migrating to global content systems
02Fixing accidental full-width character entry in string literals and code comments
03Standardizing punctuation in markdown documentation for consistent rendering