ワンクリックで
skills
skills には dmitriiweb から収集した 6 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
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.