name: repo-code-review description: Provide a focused code review checklist for repository changes. owner: amon version: 1.0.0
Repo Code Review
- Summarize the change in 1-3 bullets.
- Check for security regressions (secrets, path traversal, unsafe defaults).
- Validate error handling and logging for new paths.
- Ensure tests and docs are updated.