About
This skill streamlines the documentation process for C++ interface classes by automatically inserting structured comment blocks above pure virtual method declarations. It ensures architectural consistency across header files by enforcing a standard template (Purpose, Notes, Args, Return) while intelligently merging existing comments and respecting code indentation. Specifically optimized for C++ projects like MetaHookSv, it allows developers to maintain clear API contracts and improve code readability across large codebases with minimal manual effort.