wdk-review-jsdocs
Installation
SKILL.md
WDK JSDoc & Type Annotation Review
Review the source files at the provided path (or the current project's src/ directory if none given). Apply all rules below.
For each violation found, report:
- Rule violated (e.g., R1, R2, TD1, etc.)
- File and line
- The offending code
- Suggested fix with corrected code
Group findings by file. After all files are reviewed, provide a summary with total violation counts per rule.
WDK Types & JSDoc Standards
You are reviewing source files for a WDK (Wallet Development Kit) module. Apply the rules below to identify JSDoc and type-annotation violations and suggest fixes.
The rules are repository-agnostic. No WDK module is a "golden reference" — apply every rule to every module equally. If existing code conflicts with a rule, the code is the candidate for change, not the rule.