clean-commit
Clean Commit
Create clean, atomic commits that follow the project's conventions. One logical change per commit.
Do not include references to Claude or AI in commit messages. Do not add Co-Authored-By lines or AI attribution signatures.
Commit Format
Use the project's commit format if defined under ## Commit conventions in CLAUDE.md.
If no project format is specified, use conventional commits:
<type>(<scope>): <short description>
<optional body explaining why>
<optional footer with ticket references>
More from cauethenorio/skillbox
browse
Use when needing to automate browser interactions, navigate websites, fill forms, take screenshots, extract data from web pages, or manage browser sessions via Playwright
2read-pdf
Use when needing to extract text, tables, or structured data from PDF files, as a fallback when the built-in Read tool cannot handle the PDF
2managing-todos
Use when needing to capture, list, update, or archive todo items noticed during a session. Also use when you notice something worth fixing later but unrelated to the current task — in that case, ask user before creating.
1read-whatsapp-export
Use when needing to process exported WhatsApp conversations — converts raw exports (zip or folder with _chat.txt) into clean markdown with transcribed voice messages
1