What problem does it solve? Codebases accumulate stale, noisy, or missing comments that mislead maintainers. This Skill enforces consistent documentation standards when creating or refactoring functions, classes, helpers, middleware, and tests in the Event Hub project. ## Core Features & Use Cases - JSDoc Standards: Adds JSDoc for named functions, class methods, exported helpers, and reusable local helpers while skipping trivial anonymous callbacks. - Comment Quality Rules: Comments explain why non-obvious blocks exist rather than narrating obvious lines, and stale comments are deleted instead of preserved. - Event Hub Conventions: Covers project-specific guidance for render helpers, MySQL helper methods, frontend model facades, and dashboard collaborators. - Use Case: When refactoring an Express middleware or adding a new MySQL helper, apply this Skill so the touched code gains concise, accurate documentation without comment clutter. ## Quick Start Apply the document-touched-code standards to add JSDoc and concise comments to the functions I just modified in this pull request.