---
Enforces your team's Git workflow standards for branches, commits, and PRs. Claude will automatically apply these conventions when creating branches, writing commit messages, or generating PR descriptions.
/plugin marketplace add hivellm/rulebook/plugin install rulebook@hivehub-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
feature/<task-id>-<short-description>
fix/<issue-id>-<short-description>
refactor/<scope>-<description>
docs/<scope>-<description>
<type>(<scope>): <subject>
<body>
<footer>
feat: New featurefix: Bug fixdocs: Documentationstyle: Formattingrefactor: Code restructuringtest: Adding testschore: Maintenancefeat(auth): add JWT token validation
Implement JWT validation middleware for protected routes.
Closes #123
feat(scope): short description
## Summary
Brief description of changes.
## Changes
- Change 1
- Change 2
## Testing
How this was tested.
## Checklist
- [ ] Tests pass
- [ ] Lint passes
- [ ] Documentation updated
Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.