Loading...
Loading...
Git commit with enforced quality gates, proper message format, and safe push workflow
npx skill4agent add d-o-hub/rust-self-learning-memory commit./scripts/quality-gates.shgit status
git diff --statgit add -p # Interactive staging for atomic commits
# OR
git add <specific-files>git commitgit pull --rebasegit pushtype(scope): Brief description (50 chars max)
- Why this change was necessary from user perspective
- What problem it solves or capability it enables
- Reference issue/ticket numbers if applicable| Type | Purpose |
|---|---|
| New user-facing feature |
| Bug fix resolving user issue |
| Documentation changes |
| Code restructure (no user-facing changes) |
| Performance improvement |
| Test additions/changes |
| Build/dependency updates |
feat(search): Add filters to help users find documents faster
Users were spending too much time scrolling through results.
New filters reduce search time by 60% in user testing.
Fixes #123improved stuffgit add -p./scripts/check-doctests.sh
./scripts/check_performance_regression.sh