en un clic
skills
skills contient 6 skills collectées depuis dmitriiweb, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Adds purposeful debug logging for observability without changing behavior. Use when adding or improving logs around flow, branching, external calls, or error context.
Generates and reviews conventional git commit messages. Use when drafting or refining commit messages for staged changes, or checking commit quality.
Writes and reviews Python docstrings in Google style. Use when creating or updating docstrings for Python functions, methods, classes, or modules.
Help write and review focused pytest tests as standalone functions (one behavior per test), avoiding test classes. Use when the user mentions pytest, tests, coverage, or wants help improving or generating tests.
Guides agents in rigorously evaluating and applying code review feedback. Use when receiving code review comments, PR feedback, or external suggestions that may affect code correctness, architecture, or scope.
Manages Python dependencies and scripts using uv only. Use when adding, upgrading, removing, or syncing Python packages, or when running Python scripts and managing their dependencies.