skills/code-quality-design/SKILL.md
Apply complexity management, naming, and function design principles from Code Complete 2 and A Philosophy of Software Design. Use when designing modules, refactoring, or reviewing code for structural quality.
npx skillsauth add pkuppens/pkuppens code-quality-designInstall 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.
Principles from McConnell and Ousterhout. Apply by default on every generation, refactor, and review.
Names are the primary documentation. A good name lets the reader skip the implementation.
data, result, info, manager, handler, helper, utils. Prefer domain-specific names such as chunked_document, embedding_response, pii_scan_result.get_relevant_chunks() not run_vector_search_and_filter().is_authenticated, has_audit_trail, requires_network.jwt, api, llm).document, do not use doc, file, or artifact elsewhere for the same concept.process(doc, is_streaming=True)). They signal two behaviours — split instead.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.