Loading...
Loading...
Python best practices for writing production-grade code. This skill should be used when writing, reviewing, or refactoring Python code. Triggers on tasks involving Python development, error handling patterns, dictionary operations, and code quality improvements.
npx skill4agent add wispbit-ai/skills python-expert-best-practices-code-review| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | Error Handling | CRITICAL | |
| 2 | Common Bugs | CRITICAL-HIGH | |
| 3 | Code Clarity | HIGH-MEDIUM | |
| 4 | Code Style | LOW | |
dict-required-keysd[key]no-mutable-defaultsoperators-return-notimplementedno-generic-exceptlistcomp-no-side-effectsno-inline-importsavoid-explanatory-commentsunnecessary-else-blocksrules/dict-required-keys.md
rules/no-mutable-defaults.md
rules/operators-return-notimplemented.md
rules/no-generic-except.md
rules/listcomp-no-side-effects.md
rules/no-inline-imports.md
rules/avoid-explanatory-comments.md
rules/unnecessary-else-blocks.md