commit-message
π―Skillfrom jiatastic/open-python-skills
Generates context-aware, conventional git commit messages by analyzing code changes and suggesting logical commit groupings across multiple files.
Same repository
jiatastic/open-python-skills(15 items)
Installation
npx skills add https://github.com/jiatastic/open-python-skills --skill commit-messageNeed more details? View full documentation on GitHub β
More from this repository10
python-backend skill from jiatastic/open-python-skills
linting skill from jiatastic/open-python-skills
ty-skills skill from jiatastic/open-python-skills
excalidraw-ai skill from jiatastic/open-python-skills
logfire skill from jiatastic/open-python-skills
Validates and serializes data using Python type hints, enabling robust schema definition, input validation, and JSON schema generation.
Implements robust Python error handling for APIs using "Let it crash" philosophy, with domain-specific exceptions, global handlers, and clean propagation of errors.
formatting skill from jiatastic/open-python-skills
Provides comprehensive pytest best practices, demonstrating advanced unit testing techniques with fixtures, mocking, and practical testing patterns for Python projects.
Extracts structured web data by parsing HTML content using BeautifulSoup and requests, enabling automated information gathering from websites.