| name | pr-review |
| description | Pull request review checklist for gistblog |
PR Revuew
Review Checklist
- Lint check: Verify
make pre-commit passes with no warnings
- Test check: Verify
uv run pytest passes with no failures
- Docs check: Verify
make build-docs succeeds
- No secrets: Ensure no credentials or secrets in changes
- No generated artifacts: Ensure no committed
.venv, builddocs, dist, output, .ruff_cache
- AGENTS.md alignment: Ensure changes don't violate AGENTS.md constraints
- Type hints valid: If changed, ensure mypy passes
Must Check Items
- All modified files have proper type hints where applicable
- No hardcoded credentials or secrets
- No accidental commits of generated directories
Reporting
If any checklist item fails, report:
- Which item failed
- Specific violation or error
- Suggested fix