$npx -y skills add kainulla/skillfire --skill sample-commit-skillWrite a polished git commit message from my staged changes following Conventional Commits, with an optional emoji and the related issue key.
| 1 | # My Commit Wizard |
| 2 | |
| 3 | A sample skill used to demo `skillfire`. Run: |
| 4 | |
| 5 | ```bash |
| 6 | node bin/skillfire.ts examples/sample-commit-skill |
| 7 | ``` |