Skip to main content
Back to registry

python-code-review

existential-birds/beagle

Installs197
Install command
npx skills add https://github.com/existential-birds/beagle --skill python-code-review
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
These patterns are intentional and correct - do not report as issues: Only flag these issues when the specific conditions apply: Load and follow review-verification-protocol before reporting any issue. - Type annotation vs type assertion - Annotations declare types but are not runtime assertions; don't confuse with missing validation - Using Any when interacting with untyped libraries - Required when external libraries lack type stubs - Empty __init__.py files - Valid for package structure, no code required - noqa comments - Valid when linter rule doesn't apply to specific case - Using cast() after runtime type check - Correct pattern to inform type checker of narrowed type - Reviewing code formatting/style → pep8-style.md - Reviewing function signatures → type-safety.md - Reviewing async def functions → async-patterns.md - Reviewing try/except blocks → error-handling.md - General Python review → common-mistakes.md - Does the code follow PEP8 formatting (indentation, line length, whitespace)? - Are imports properly grouped (stdlib → third-party → local)? - Do names follow conventions (snake_case, CamelCase, UPPER_CASE)? - Are all function signatures fully typed? - Are async functions truly non-blocking? - Do exceptions include meaningful context? - Are there any mutable default arguments?

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-code-review do?

python-code-review is listed in SkillJury, but the source summary is still sparse.

Is python-code-review good?

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

What agent does python-code-review work with?

python-code-review currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to python-code-review?

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

How do I install python-code-review?

npx skills add https://github.com/existential-birds/beagle --skill python-code-review

Related skills

More from existential-birds/beagle

Related skills

Alternatives in Software Engineering