Commit de89ff7
docs: Add PR review posting guide, agent reference docs, and lint fixes
Add complete PR review posting workflow to pr_review_guide.md (Section 17):
- Review format scaled to PR complexity (brief for clean, detailed for issues)
- GitHub posting via gh CLI (--comment for most, --request-changes for security only, never --approve)
- Inline comments via gh api with JSON temp file approach and field reference
- Early termination path for trivial PRs (docs/style/test-only, Section 4.2)
- Re-review workflow for author follow-ups
- Workflow diagram updated to show early termination branch
Fix linting_guide.md consistency:
- Quick Reference no longer presents ruff-only as equivalent to pre-commit
- Recommended Workflow uses pre-commit as the primary command, not optional
Add agent reference documents for PR review prerequisites:
- architecture_guide.md, code_standards.md, api_surface.md
- downstream_integrations.md, security_guide.md, kbit_gemm_context.md
Update CLAUDE.md PR review section to mention posting instructions.
Update issue_maintenance_guide.md with expanded triage patterns.
Tested end-to-end on PR #1858 (k-bit quantization) as the first review
using this pipeline.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a2c92f7 commit de89ff7
10 files changed
Lines changed: 9886 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
| 28 | + | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
| 31 | + | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
0 commit comments