skills/code-quality-docs/SKILL.md
Apply comment and documentation standards for Python code. Use when writing docstrings, adding comments, or marking technical debt (TODOs). Ensures explain-why-not-what and traceable debt.
npx skillsauth add pkuppens/pkuppens code-quality-docsInstall 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.
Comments explain why, not what. Code should be self-documenting.
.cursor/rules/).For CLI modules, data pipelines, and agent-facing packages, a one-line file header is usually not enough. Prefer a short block at the top of *.py that covers:
Function and method docstrings can then stay focused on contracts (Args / Returns / Raises). Dutch (or other) UI strings are fine in user-facing text; keep identifiers and public API names in English.
# TODO(TASK-NNN): … or # TODO(#123): … when your repo issues map that wayNever use a bare # TODO without either a task ID or a complete, self-contained description.
tools
Creates, queries, updates, and links Azure Boards work items via az boards CLI. Use when filing ADO work items, running WIQL queries, or setting area path, iteration, tags, and assignee.
tools
Creates, reviews, and completes Azure Repos pull requests and branch policies via az repos CLI. Use when opening ADO PRs, setting required reviewers, or configuring build validation policies.
development
Guides Azure Pipelines YAML structure, build validation on PRs, and staged deployment with environments and approvals. Use when authoring azure-pipelines.yml or configuring CI/CD on Azure DevOps.
tools
Orchestrates Azure DevOps work item, repo, and pipeline workflows using az CLI. Use when working with Azure DevOps, Azure Repos, Azure Boards, Azure Pipelines, or az devops commands.