feat: add claude commands

This commit is contained in:
Daniel Bauer
2025-07-13 22:56:38 +02:00
parent 6f4529d0f1
commit c0cc0d7ea8
5 changed files with 151 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
# Fix Bug
Fix a given bug or broken feature described by the user.
## Process
1. Reproduce the issue
2. Write failing test that demonstrates the bug
3. Implement the fix
4. Verify test passes
5. Run full test suite
6. Review code changes
## Best Practices
- Keep changes focused on the specific bug
- Include regression tests
- Update documentation if behavior changes
- Consider edge cases and related issues