Git commit workflow with precommit hook handling, lint/type checking, README updates, and API reference updates. Use when the user wants to commit changes. Handles precommit hooks that modify files (formatting, linting) by re-staging and retrying. Runs ruff lint and pyright type checks on staged Python files, and Biome lint and tsc type checks on staged TS/JS files, fixing all errors. Fixes failing unit tests automatically before committing. Updates README code maps if needed. Updates API reference docs when client.py or service_schemas.py changed. Does not push.
$npx -y skills add reflexioai/claude-smart --skill commitInstalls into the current project.
Run `npx skills use "https://github.com/reflexioai/claude-smart" --skill "reflexioai/claude-smart/commit"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/reflexioai/claude-smart" that are relevant to the current task. Run `npx skills add "https://github.com/reflexioai/claude-smart"` and select the relevant skills, then follow their instructions.