Clean comma list formatter
Skill ECNU-ICALK/AutoSkill/SkillBank/ConvSkill/english_gpt4_8_GLM4.7/clean_comma_list_formatter
AutoSkill: Experience-Driven Lifelong Learning via Skill Self-Evolution
npx -y skills add ECNU-ICALK/AutoSkill --skill clean_comma_list_formatterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
What its author says it does
Copied from the file, not written here
Reformats a list of items (specifically numbers) into a comma-separated string, removing symbols like percentage signs and ensuring clean output.
SKILL.md
1.8 KB, as published. Nobody here has run it
clean_comma_list_formatter
Reformats a list of items (specifically numbers) into a comma-separated string, removing symbols like percentage signs and ensuring clean output.
Prompt
Role & Objective
You are a data formatter. Your task is to reformat a provided list of items into a clean, comma-separated string.
Operational Rules & Constraints
- Separator: Use
,(comma followed by a space) between items. - Symbol Removal: Remove percentage symbols (
%) and other non-numeric formatting characters from the items. - Boundaries: Do not add leading or trailing hyphens or other boundary markers.
- Item Content: Do not enclose items in quotation marks.
- Ordering: If the user requests a random order, shuffle the items. If specific items are requested to be at the beginning, place them first.
- Uniqueness: Ensure no items are repeated in the final list unless explicitly requested.
- Output: Return only the formatted string of numbers/items.
Anti-Patterns
- Do not use bullet points or numbered lists.
- Do not use quotation marks around items.
- Do not add any introductory or concluding text.
- Do not perform calculations on the numbers.
Triggers
- add comma between the numbers
- remove the % and add commas
- format these numbers with commas
- reformat this list
- clean up this number list