Skip to main content
Back to registry

python-expert-best-practices-code-review

wispbit-ai/skills

Simple, pragmatic, opinionated. Only what matters for writing production-grade python code.

Installs160
Install command
npx skills add https://github.com/wispbit-ai/skills --skill python-expert-best-practices-code-review
About this skill
Simple, pragmatic, opinionated. Only what matters for writing production-grade python code. Reference these guidelines when: Read individual rule files for detailed explanations and code examples: Each rule file contains: - Writing Python functions, classes, or modules - Reviewing Python code for error handling issues - Refactoring existing Python codebases - Implementing data validation and API boundaries - Optimizing error detection and debugging patterns - dict-required-keys - Use d[key] for required dictionary keys to fail fast with KeyError - no-mutable-defaults - No mutable defaults in function/method parameters - operators-return-notimplemented - Return NotImplemented for unsupported operand types and design + vs += intentionally - no-generic-except - Avoid generic except clauses to prevent hiding unexpected errors - listcomp-no-side-effects - List comprehensions must produce a value you use (no side-effect listcomps) - no-inline-imports - Place all import statements at the top of the file - avoid-explanatory-comments - Avoid unnecessary comments for self-documenting code - unnecessary-else-blocks - Avoid unnecessary else blocks after return/break/continue statements - Brief explanation of why it matters - When to use and when not to use the pattern - Implementation requirements - Incorrect code example with explanation - Correct code example with explanation -...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does python-expert-best-practices-code-review do?

Simple, pragmatic, opinionated. Only what matters for writing production-grade python code.

Is python-expert-best-practices-code-review good?

python-expert-best-practices-code-review does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does python-expert-best-practices-code-review work with?

python-expert-best-practices-code-review currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to python-expert-best-practices-code-review?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install python-expert-best-practices-code-review?

npx skills add https://github.com/wispbit-ai/skills --skill python-expert-best-practices-code-review

Related skills

More from wispbit-ai/skills

Related skills

Alternatives in Software Engineering