get_docstring_score
Audit a directory to get a docstring coverage score (0-100) and grade, penalizing low-quality docstrings and listing worst files for improvement.
Instructions
Get a docstring coverage health score (0-100) with grade. Measures what percentage of public entities have docstrings and penalizes low-quality docstrings. Shows worst files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Directory path to audit. |