Thanks for contributing to skillforge.
go test ./...
go build ./...- keep changes focused
- add or update tests when behavior changes
- update
README.mdwhen user-facing commands or flags change - keep releases and packaging changes aligned with
PUBLISHING.md
- use bug reports for reproducible defects
- use feature requests for new CLI behavior or workflow ideas
- include sample input and expected output when possible