@dmitriiweb
dmitriiwebagents-md-assistant
skillInspect a repository and draft an AGENTS.md file using the standard template, capturing commands, structure, and workflow rules.
format-lint-assistant
skillRun the project's formatter, linters, and mypy checks in the required order, fixing issues and managing any needed stub dependencies via uv.
google-docstring-assistant
skillWrite Python docstrings following the Google Python Style Guide, using clear sections and examples.
debug-logging-assistant
skillAdd purposeful debug logging to improve observability without changing behavior.
code-review-assistant
skillPerform structured, actionable code reviews for Python code with clear findings and suggestions.
uv-package-management-assistant
skillpython's package managing
git-commit-assistant
skillGenerate high-quality conventional git commit messages and, with user approval, run the commit. Use when drafting or refining commit messages, validating commit quality, or committing staged work while avoiding noisy histories.
pytest-testing-assistant
skillWrite focused pytest tests as standalone functions (one test per function), avoiding test classes.