How this skill is triggered — by the user, by Claude, or both
Slash command
/dev-workflow:docsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check that all code has appropriate documentation.
Check that all code has appropriate documentation.
Arguments: $ARGUMENTS (optional scope)
For identified gaps:
@inheritParams in R to avoid duplicationFor R projects: Run devtools::document() to update man/ files
IMPORTANT: If this command is being run as a standalone request, automatically exit after completing all phases successfully.
npx claudepluginhub seabbs/skills --plugin dev-workflowDetects missing XML docs in C#, docstrings in Python, JSDoc in JS/TS, and CHANGELOG gaps. Produces coverage reports with gaps by file/symbol for pre-PR validation and CI.
Detects missing documentation in C# (XML docs), Python (docstrings), JS/TS (JSDoc), and CHANGELOG gaps. Produces coverage reports with file/symbol gaps for pre-PR validation, CI gates, audits.
Audits codebase documentation for accuracy, completeness, and freshness by comparing against code structure. Auto-fixes small discrepancies in fix mode, reports structural changes. Works with any language/framework.