python-expert-best-practices-code-review

Production-grade Agent Skills curated by the most experienced engineers around the world

安装方式
CLI
npx skills add https://github.com/wispbit-ai/skills --skill python-expert-best-practices-code-review

使用 CLI 安装这个技能,并在你的工作区中直接复用对应的 SKILL.md 工作流。

最后更新于 4/22/2026

Production-grade Code Quality Agent Skills

If you're a tech lead who cares about code quality and long-term maintainability, these skills are designed for you.

This repo is a public mirror of internally-used Agent Skills from wispbit. They’re production-grade: each skill is the output of months of iteration to get the wording, constraints, and edge-cases right. We also run periodic automated evals on these skills to make sure we can trust the output.

Skills are refreshed weekly from our code quality engine.

What you get

  • Opinionated, specific rules: not “best practices” in the abstract but clear constraints you can enforce.
  • Prioritized guidance: rules are organized by impact so reviews focus on what matters first.
  • Actionable examples: each rule includes “why”, “when”, “when not”, and correct/incorrect code patterns.

Available skills

  • graphql-expert-best-practices: Performance optimization and best practices for scalable GraphQL APIs
  • postgresql-expert-best-practices-code-review: Database design, migration, and performance optimization for PostgreSQL
  • python-expert-best-practices-code-review: Python best practices for production-grade code
  • rust-expert-best-practices-code-review: Idiomatic, safe, and performant Rust code guidelines
  • sqlalchemy-alembic-expert-best-practices-code-review: SQLAlchemy ORM and Alembic migration best practices