Add a standard Purpose comment above each pure virtual method declaration in C++ interface header files (.h/.hpp). Use when asked to batch annotate interface classes or enforce a consistent comment block above `virtual ... = 0;` declarations.
6.1
Rating
0
Installs
Documentation
Category
Well-structured skill for adding standardized Purpose comments to C++ pure virtual methods. The description clearly explains when to use it (batch annotation of interface classes). Excellent task knowledge with concrete comment template, scripted workflow with dry-run capability, and clear parameters. Structure is logical with overview, workflow, and fallback sections. Novelty is moderate-to-good: while commenting code isn't highly novel, automating consistent multi-line comment blocks across interface files with smart detection (skipping existing comments, handling multi-line declarations) saves significant tokens and effort compared to manual CLI operations. The skill references a Python script that handles edge cases like indentation preservation and line endings, which would be tedious for a CLI agent to implement repeatedly.
Loading SKILL.md…