Skip to main content

c-coding-style-pass-by-value-and-avoid-const

Generates or refactors C++ code adhering to specific style constraints: passing string parameters by value (std::string) instead of by reference (std::string&), and avoiding the use of const qualifiers on parameters and variables.

Jump to install

Source facts

Repository
ECNU-ICALK/AutoSkill
Last source activity
March 13, 2026 at 06:15
Detected SKILL.md language
English
Stars
553
Forks
51

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.