punctuation-checker

Detect and replace Chinese punctuation with English equivalents in codebases.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/phpmac/skills --skill punctuation-checker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: punctuation-checker
Source: https://github.com/phpmac/skills/tree/main/plugins/my-agents/skills/punctuation-checker
Command: npx skills add https://github.com/phpmac/skills --skill punctuation-checker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detects and fixes Chinese punctuation violations in codebases and documentation, ensuring consistent use of English punctuation to improve readability and standardization.

Core Features & Use Cases

  • Detection and auto-correction of Chinese punctuation to English equivalents across code, comments, and documentation.
  • Batch scanning and integration into code-review workflows to enforce standards.
  • Use case: during code reviews or repository checks, automatically normalize punctuation in source files.

Quick Start

Run the punctuation-checker against your project to automatically replace Chinese punctuation with English punctuation.

Frequently Asked Questions about punctuation-checker

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

FAQPage Schema
How do I detect and fix Chinese punctuation in code and documentation?

To fix Chinese punctuation in code and documentation, you need a text-processing tool that detects violations and replaces them with English equivalents to improve readability and standardization.

What is the best way to enforce English punctuation in a codebase?

The best way to enforce English punctuation in a codebase is by running a batch scanning tool during code reviews to automatically search for and replace Chinese punctuation marks in source files.

Can I automate Chinese punctuation correction during code reviews?

Yes, you can automate Chinese punctuation correction during code reviews by integrating a punctuation checker into your workflow to normalize punctuation across comments and documentation.

Does batch text-processing work for normalizing punctuation across multiple files?

Yes, batch text-processing works for normalizing punctuation by scanning multiple project files at once to detect violations and apply replacements for English equivalents.

What are the limitations of automated punctuation replacement in source code?

Automated punctuation replacement relies on straightforward text-processing to search for common violations, meaning it may not catch complex edge cases or context-specific punctuation rules in source code.