.claude/skills/comment-file/SKILL.md
Add TSDoc/JSDoc comment blocks to every exported function, route, hook, and component in a single file, following the project's Source/Consumer convention. Use when the user asks to "comment this file", "document file X", or as a sub-step of /comment-batch.
npx skillsauth add malhajri07/real-estate-CRM-project comment-fileInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Add high-quality TSDoc to one file. The convention is at Aqarkom_Knowledge/Engineering/Comment Style.md — read it first if you haven't this session.
update (default, only adds blocks for missing exports) or rewrite (replaces existing blocks; use with care)Aqarkom_Knowledge/Engineering/Comment Style.md if you haven't already this session — the convention is non-trivial.Source: / Consumer: lines without understanding the full call flow.update mode, skip if a block exists; in rewrite mode, replace it@param for every input. Source: must point to a real call site you can name.
req.body.X, req.params.X, req.query.X, or req.user.X (from JWT).@returns with Consumer: pointing to a real downstream usage.
@throws for any explicit error path@sideEffect for DB writes, external API calls, file I/O, shared-state mutation@route + @auth for Express handlers/find-callers when you need to discover real callers — don't guess./typecheck (comments shouldn't break anything)/comment-batch).A good block:
leads/index.tsx, not "the frontend")['/api/leads'])A bad block:
Source: not yet wired and flag it/find-callers/typecheck cleantesting
Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.
tools
Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, perform vault operations from the command line, or develop and debug Obsidian plugins and themes.
data-ai
Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.
tools
Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.