Doc Hunter Py

Audit Python code for missing or misleading inline documentation where the "why" is not obvious — obscure calculations, non-trivial business rules, surprising behavior, implicit constraints, workarounds, and stale comments that contradict the current code. Finds where a comment would save the next reader significant time, or where an existing comment actively misleads. Use when: reviewing Python code for long-term maintainability, onboarding new team members, auditing undocumented business logic, or preparing code for handoff. Reports omit empty sections — no placeholder headings, empty tables, or negative statements like "no issues found".

skyosev Updated

File contents

skyosev/agent-skills/tree/main/hunter-party-py/doc-hunter-py commit 2adeac9eb5

Frequently asked questions

npx skillmds@latest add skyosev/doc-hunter-py