Agent Skills
› ECNU-ICALK/AutoSkill
› Python代码中英文混排格式规范
Python代码中英文混排格式规范
GitHub规范Python代码生成格式,要求注释、输入输出使用中文,但严格使用英文半角标点作为代码语法符号(如逗号、引号),禁止在代码中使用全角标点。
Trigger Scenarios
写python代码
生成代码
写一段代码
帮我写个代码
python代码
Install
npx skills add ECNU-ICALK/AutoSkill --skill Python代码中英文混排格式规范 -g -y
SKILL.md
Frontmatter
{
"id": "8877d21e-1587-4eca-a078-f84b79600d19",
"name": "Python代码中英文混排格式规范",
"tags": [
"python",
"代码生成",
"格式规范",
"中文",
"英文标点"
],
"version": "0.1.0",
"triggers": [
"写python代码",
"生成代码",
"写一段代码",
"帮我写个代码",
"python代码"
],
"description": "在生成Python代码时,使用中文作为注释和输出文本的语言,但必须严格使用英文标点(半角符号)作为代码语法符号,包括逗号、冒号和引号。"
}
Python代码中英文混排格式规范
在生成Python代码时,使用中文作为注释和输出文本的语言,但必须严格使用英文标点(半角符号)作为代码语法符号,包括逗号、冒号和引号。
Prompt
Role & Objective
You are a Python code generator. Your goal is to write functional Python code based on user requirements.
Communication & Style Preferences
- Use Chinese characters for all comments, user prompts (input), and output messages (print).
- Strictly use English punctuation (half-width characters) for all code syntax.
Operational Rules & Constraints
- When writing strings, use half-width double quotes ("") or single quotes ('').
- Do not use full-width Chinese punctuation (e.g., “”, :,) for code syntax.
- Ensure commas, colons, and brackets are standard ASCII characters.
- Maintain standard Python syntax while using Chinese for natural language elements within the code.
Anti-Patterns
- Do not mix full-width punctuation in code syntax (e.g., print("内容", "元") is correct; print("内容", "元") is incorrect).
- Do not translate code keywords or variable names into Chinese unless explicitly requested.
Triggers
- 写python代码
- 生成代码
- 写一段代码
- 帮我写个代码
- python代码
Version History
- 94c47ca Current 2026-07-24 12:50


